:root {
  --ebpa-black: #110e0e;
  --ebpa-dark: #1b1616;
  --ebpa-soft: #2a2222;
  --ebpa-red: #710d0d;
  --ebpa-red-2: #5b0a0a;
  --ebpa-white: #ffffff;
  --ebpa-muted: #6f6464;
  --ebpa-border: rgba(17, 14, 14, 0.12);
}

* {
  box-sizing: border-box;
}

html,
body {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  background: #ffffff;
  color: var(--ebpa-black);
}

a {
  text-decoration: none;
}

.site-header {
  transition: all 0.3s ease;
  background: transparent;
  padding-top: 0.8rem;
}

.site-header.scrolled {
  background: transparent;
}

.navbar {
  padding: 0.55rem 0;
}

.site-header .container {
  transition: all 0.35s ease;
  border-radius: 0;
}

.site-header.scrolled .container {
  background: #ffffff;
  border: 1px solid #e1e6ef;
  border-radius: 999px;
  box-shadow: 0 12px 28px rgba(4, 8, 14, 0.16);
  padding-left: revert;
  max-width: min(1240px, 94vw);
  padding: 1rem 2.4rem 1rem 2.4rem;
}

.navbar-brand {
  display: inline-flex;
  align-items: center;
  padding: 0;
}

.brand-logo-img {
  width: 115px;
  max-width: min(42vw, 220px);
  height: auto;
  object-fit: contain;
}

.nav-link {
  color: #ecf2ff;
  font-weight: 600;
  margin: 0 0.4rem;
  transition: color 0.25s ease;
}

.nav-link:hover,
.nav-link:focus,
.navbar-nav .nav-link.show {
  color: #fff;
}

.dropdown-menu {
  border-radius: 12px;
  border: 1px solid #2d3748;
  background: #121820;
}

.dropdown-item {
  color: #d8dee9;
}

.dropdown-item:hover {
  background: rgba(113, 13, 13, 0.18);
  color: #fff;
}

.btn-header {
  border-radius: 999px;
  background: #710d0d;
  color: #fff;
  font-weight: 700;
  padding: 0.72rem 1.4rem;
  border: 1px solid #710d0d;
  transition: all 0.3s ease;
}

.btn-header:hover {
  color: #fff;
  background: #5b0a0a;
  transform: translateY(-1px);
}

.navbar-toggler {
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler-icon {
  filter: invert(1);
}

.site-header.scrolled .navbar-brand {
  color: #04070d;
}

.nav-link.active {
  color: #1c2d44 !important;
}

.site-header:not(.scrolled) .nav-link.active {
  color: #ffffff !important;
}

.site-header.scrolled .nav-link {
  color: #4f5e73;
}

.site-header.scrolled .nav-link:hover,
.site-header.scrolled .nav-link:focus,
.site-header.scrolled .navbar-nav .nav-link.show {
  color: #1c2d44;
}

.site-header.scrolled .btn-header {
  background: #710d0d;
  color: #fff;
  border-color: #710d0d;
  box-shadow: 0 6px 16px rgba(113, 13, 13, 0.32);
}

.site-header.scrolled .btn-header:hover {
  color: #fff;
  filter: brightness(1.05);
}

.site-header.scrolled .navbar-toggler {
  border-color: rgba(38, 48, 63, 0.28);
}

.site-header.scrolled .navbar-toggler-icon {
  filter: invert(0.18);
}

/* Premium header */
.site-header {
  padding-top: 0.55rem;
}

.site-header .container {
  position: relative;
  background: rgba(8, 12, 18, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(5, 8, 13, 0.14);
  padding: 0.78rem 1.35rem;
}

.site-header.scrolled .container {
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(215, 222, 234, 0.95);
  box-shadow: 0 14px 28px rgba(4, 8, 14, 0.13);
  padding: 0.82rem 1.6rem;
}

.navbar {
  padding: 0;
}

.nav-link {
  position: relative;
  color: #eef4ff;
  font-weight: 600;
  letter-spacing: 0.01em;
  margin: 0 0.35rem;
  padding: 0.42rem 0.2rem !important;
  transition: color 0.25s ease, transform 0.25s ease;
}

.nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.28rem;
  width: 100%;
  height: 2px;
  border-radius: 3px;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.24s ease;
  background: linear-gradient(90deg, #9f1414, #f04a4a);
}

.nav-link:hover,
.nav-link:focus {
  color: #ffffff;
  transform: translateY(-1px);
}

.nav-link:hover::after,
.nav-link:focus::after,
.nav-link.active::after {
  transform: scaleX(1);
}

.site-header.scrolled .nav-link {
  color: #45576f;
}

.site-header.scrolled .nav-link:hover,
.site-header.scrolled .nav-link:focus,
.site-header.scrolled .nav-link.active {
  color: #1e334d !important;
}

.nav-services-toggle i {
  margin-left: 0.24rem;
  font-size: 0.75rem;
  transition: transform 0.24s ease;
}

.nav-services-toggle.dropdown-toggle::after {
  display: none;
}

.nav-services.show .nav-services-toggle i,
.nav-services-toggle[aria-expanded="true"] i {
  transform: rotate(180deg);
}

.mega-services {
  margin-top: 0rem !important;
  min-width: min(760px, 92vw);
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: linear-gradient(145deg, rgba(14, 17, 24, 0.96), rgba(12, 15, 20, 0.93));
  box-shadow: 0 26px 46px rgba(5, 9, 14, 0.34);
  padding: 0;
  overflow: hidden;
}

.mega-services-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
}

.mega-services-list {
  padding: 0.85rem;
}

.service-item {
  display: flex;
  align-items: center;
  gap: 0.62rem;
  border-radius: 12px;
  color: #d6dfec;
  padding: 0.72rem 0.78rem;
  border: 1px solid transparent;
  transition: background 0.22s ease, border-color 0.22s ease, transform 0.22s ease, color 0.22s ease;
}

.service-item i {
  font-size: 1.03rem;
  color: #ffffff;
}

.service-item span {
  font-weight: 600;
}

.service-item:hover,
.service-item:focus,
.service-item.is-active {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.14);
  transform: translateX(3px);
}

.mega-services-preview {
  position: relative;
  min-height: 245px;
  padding: 1.15rem;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: background-image 0.3s ease;
}

.preview-chip {
  display: inline-flex;
  width: fit-content;
  padding: 0.22rem 0.58rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 0.52rem;
}

.mega-services-preview h5 {
  margin: 0;
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.02em;
  line-height: 0.94;
}

.mega-services-preview p {
  margin: 0.35rem 0 0;
  color: #f0f5fc;
  font-size: 0.92rem;
  line-height: 1.45;
}

.nav-services .dropdown-menu {
  display: block;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 0.24s ease, transform 0.24s ease, visibility 0.24s;
}

.nav-services .dropdown-menu.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.hero-section {
  position: relative;
  min-height: 100vh;
  background: url("../images/hero-ebpa-porta-de-aco.jpg") center/cover no-repeat;
}

.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(95deg, rgba(17, 14, 14, 0.82) 15%, rgba(17, 14, 14, 0.52) 55%, rgba(17, 14, 14, 0.76) 100%);
}

.hero-chip {
  display: inline-block;
  margin-top: 6rem;
  margin-bottom: 1.2rem;
  padding: 0.4rem 0.8rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 0.84rem;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  background: rgba(10, 13, 18, 0.7);
  color: #fff;
}

.hero-section h1 {
  max-width: 920px;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(2.1rem, 4.6vw, 3.8rem);
  line-height: 0.95;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 1rem;
  color: #fff;
}

.hero-section p {
  max-width: 640px;
  color: #f4eeee;
  font-size: 1.12rem;
  margin-bottom: 1.8rem;
}

.btn-primary-ebpa,
.btn-outline-ebpa {
  border-radius: 999px;
  padding: 0.84rem 1.5rem;
  font-weight: 700;
}

.btn-primary-ebpa {
  background: linear-gradient(145deg, var(--ebpa-red), var(--ebpa-red-2));
  color: #fff;
  border: none;
}

.btn-primary-ebpa:hover {
  color: #fff;
  transform: translateY(-1px);
}

.btn-outline-ebpa {
  border: 1px solid rgba(243, 246, 251, 0.4);
  color: #fff;
}

.btn-outline-ebpa i {
  margin-right: 0.35rem;
}

.btn-outline-ebpa:hover {
  border-color: #fff;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

.hero-badges {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  max-width: 900px;
  margin-top: 2rem;
}

.badge-item {
  padding: 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 12px;
  background: rgba(17, 14, 14, 0.55);
  font-size: 0.93rem;
  color: #fff;
}

.badge-item i {
  color: var(--ebpa-red);
  margin-right: 0.4rem;
}

section {
  position: relative;
}

.section-trust {
  background: #ffffff;
  padding: 4.5rem 0 5.5rem;
}

.trust-intro {
  padding-right: 0.6rem;
}

.trust-intro h2 {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(2rem, 4.4vw, 3.2rem);
  line-height: 0.95;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.trust-intro p {
  color: #6f6464;
  font-size: 1.1rem;
  line-height: 1.65;
  margin-bottom: 1.7rem;
}

.trust-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #710d0d;
  font-weight: 700;
  border-bottom: 1px solid rgba(113, 13, 13, 0.35);
  padding-bottom: 0.2rem;
}

.trust-link:hover {
  color: #5b0a0a;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.trust-card {
  border-radius: 24px;
  padding: 1.6rem;
  border: 1px solid rgba(17, 14, 14, 0.12);
  background: #ffffff;
  min-height: 220px;
}

.trust-card i {
  display: inline-flex;
  width: 54px;
  height: 54px;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  font-size: 1.35rem;
  margin-bottom: 1rem;
}

.trust-card h3 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 2rem;
  margin-bottom: 0.45rem;
}

.trust-card p {
  margin: 0;
  color: #635a5a;
  font-size: 1.02rem;
  line-height: 1.5;
}

.trust-card-highlight {
  background: #710d0d;
  border-color: #710d0d;
  box-shadow: 0 14px 24px rgba(113, 13, 13, 0.24);
}

.trust-card-highlight i {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
}

.trust-card-highlight h3,
.trust-card-highlight p {
  color: #fff;
}

.trust-card-image {
  position: relative;
  overflow: hidden;
  padding: 0;
  border-color: rgba(17, 14, 14, 0.2);
}

.trust-card-image img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
}

.trust-card-content {
  position: absolute;
  inset: auto 0 0 0;
  padding: 1.4rem;
  background: linear-gradient(180deg, rgba(17, 14, 14, 0.1) 0%, rgba(17, 14, 14, 0.86) 70%);
}

.trust-card-content i {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.trust-card-content h3,
.trust-card-content p {
  color: #fff;
}

.trust-card-soft {
  background: #ffffff;
}

.trust-card-soft i {
  background: #f4eeee;
  color: #710d0d;
}

.section-portfolio {
  background: #ffffff;
  padding: 5.6rem 0;
}

.portfolio-subtitle {
  color: #6d6363;
  max-width: 760px;
  margin: 0.4rem auto 0;
  font-size: 1.08rem;
}

.portfolio-filters {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem;
}

.portfolio-filter {
  border: 1px solid rgba(17, 14, 14, 0.16);
  background: #fff;
  color: #4d4444;
  border-radius: 999px;
  padding: 0.62rem 1.15rem;
  font-weight: 700;
  transition: all 0.2s ease;
}

.portfolio-filter:hover {
  border-color: #710d0d;
  color: #710d0d;
}

.portfolio-filter.is-active {
  background: #710d0d;
  color: #fff;
  border-color: #710d0d;
  box-shadow: 0 8px 16px rgba(113, 13, 13, 0.2);
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.portfolio-card {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(17, 14, 14, 0.12);
  background: #f4eeee;
  min-height: 280px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.portfolio-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 24px rgba(17, 14, 14, 0.12);
}

.portfolio-card img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
}

.portfolio-card-meta {
  position: absolute;
  inset: auto 0 0 0;
  padding: 1rem 1rem 0.9rem;
  background: linear-gradient(180deg, rgba(17, 14, 14, 0) 0%, rgba(17, 14, 14, 0.84) 78%);
}

.portfolio-card-meta strong {
  display: block;
  color: #fff;
  font-size: 1.08rem;
  line-height: 1.2;
}

.portfolio-card-meta span {
  color: #e4dcdc;
  font-size: 0.92rem;
}

.section-dark {
  background: linear-gradient(to bottom, #f4eeee, #ffffff);
  padding: 6rem 0;
}

.section-heading span,
.kicker {
  color: #710d0d;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.85rem;
}

.section-heading h2,
.section-about h2,
.section-cta h2 {
  font-family: "Bebas Neue", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  font-size: clamp(2rem, 5vw, 3.3rem);
  margin-top: 0.5rem;
}

.solution-card {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--ebpa-border);
  min-height: 340px;
  background: #110e0e;
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.solution-card:hover {
  transform: translateY(-7px);
  border-color: rgba(113, 13, 13, 0.62);
}

.solution-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.72);
}

.solution-content {
  position: absolute;
  inset: auto 0 0 0;
  padding: 1.2rem;
  background: linear-gradient(180deg, rgba(17, 14, 14, 0) 0%, rgba(17, 14, 14, 0.88) 72%);
}

.solution-content i {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(113, 13, 13, 0.32);
  color: #fff;
  margin-bottom: 0.8rem;
}

.solution-content h3 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 2rem;
  margin-bottom: 0.35rem;
  color: #fff;
}

.solution-content p {
  color: #f4eeee;
  margin: 0;
}

.section-about {
  padding: 6rem 0;
  background: #ffffff;
}

.section-about p {
  color: var(--ebpa-muted);
}

.about-media {
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid var(--ebpa-border);
  box-shadow: 0 18px 36px rgba(17, 14, 14, 0.14);
}

.about-media img {
  width: 100%;
  height: 100%;
  min-height: 460px;
  object-fit: cover;
}

.diff-item {
  background: #f4eeee;
  border: 1px solid var(--ebpa-border);
  border-radius: 12px;
  padding: 0.85rem 0.95rem;
  font-weight: 600;
}

.diff-item i {
  margin-right: 0.4rem;
  color: #710d0d;
}

.section-testimonials {
  background: #f4eeee;
  padding: 5.8rem 0;
}

.testimonials-wall {
  margin-top: 1.2rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.testimonial-column {
  height: 690px;
  overflow: hidden;
  position: relative;
  border-radius: 20px;
}

.testimonial-column::before,
.testimonial-column::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 110px;
  z-index: 2;
  pointer-events: none;
}

.testimonial-column::before {
  top: 0;
  background: linear-gradient(to bottom, rgba(244, 238, 238, 0.96), rgba(244, 238, 238, 0));
}

.testimonial-column::after {
  bottom: 0;
  background: linear-gradient(to top, rgba(244, 238, 238, 0.96), rgba(244, 238, 238, 0));
}

.testimonial-track {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  animation: testimonialsUp 28s linear infinite;
}

.testimonial-column-2 .testimonial-track {
  animation-duration: 25s;
}

.testimonial-column-3 .testimonial-track {
  animation-duration: 31s;
}

.testimonial-column:hover .testimonial-track {
  animation-play-state: paused;
}

.testimonial-card {
  background: #ffffff;
  border: 1px solid rgba(17, 14, 14, 0.1);
  border-radius: 18px;
  padding: 1.25rem;
  box-shadow: 0 10px 18px rgba(17, 14, 14, 0.05);
}

.testimonial-stars {
  color: #f0b700;
  letter-spacing: 2px;
  font-size: 1.05rem;
  margin-bottom: 0.7rem;
}

.testimonial-quote {
  margin: 0 0 1.2rem;
  color: #5f5656;
  font-size: 1.15rem;
  line-height: 1.45;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.testimonial-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #710d0d;
  color: #fff;
  font-weight: 700;
}

.testimonial-author strong {
  display: block;
  color: #191414;
  line-height: 1.2;
}

.testimonial-author small {
  color: #807575;
}

@keyframes testimonialsUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(calc(-50% - 0.5rem));
  }
}

.section-cta {
  background: #f4eeee;
  padding: 6rem 0;
}

.cta-box {
  background: #ffffff;
  border: 1px solid rgba(17, 14, 14, 0.12);
  border-radius: 24px;
  padding: 2.2rem;
  position: relative;
  overflow: hidden;
  color: #110e0e;
  box-shadow: 0 16px 36px rgba(17, 14, 14, 0.1);
}

.cta-box::after {
  content: "";
  position: absolute;
  width: 320px;
  height: 320px;
  right: -120px;
  top: -120px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(113, 13, 13, 0.14) 0%, rgba(113, 13, 13, 0) 72%);
}

.section-cta h2 {
  color: #110e0e;
}

.cta-box p {
  color: #5f5656;
}

.section-cta .btn-primary-ebpa {
  background: #710d0d;
  border: 1px solid #710d0d;
}

.section-cta .btn-outline-ebpa {
  border: 1px solid rgba(17, 14, 14, 0.25);
  color: #110e0e;
  background: transparent;
}

.section-cta .btn-outline-ebpa:hover {
  border-color: #110e0e;
  color: #110e0e;
  background: rgba(17, 14, 14, 0.06);
}

.contact-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  color: #110e0e;
}

.contact-strip span {
  background: #f4eeee;
  border: 1px solid rgba(17, 14, 14, 0.16);
  border-radius: 999px;
  padding: 0.5rem 0.9rem;
}

.contact-strip i {
  color: #710d0d;
  margin-right: 0.35rem;
}

.cta-image {
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  max-height: 360px;
  object-fit: cover;
}

.site-footer {
  padding: 4.6rem 0 1rem;
  background: #110e0e;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.site-footer h3 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 2.1rem;
  color: #fff;
}

.site-footer h4 {
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #fff;
}

.site-footer p,
.footer-links a,
.footer-contact li {
  color: #d8cece;
}

.footer-links,
.footer-contact {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-links li,
.footer-contact li {
  margin-bottom: 0.6rem;
}

.footer-links a:hover {
  color: #fff;
}

.footer-contact i {
  color: #ffffff;
  margin-right: 0.45rem;
}

.footer-bottom {
  margin-top: 1.4rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: #b7acac;
}

/* Premium footer */
.premium-footer.site-footer {
  position: relative;
  overflow: hidden;
  padding: 5.2rem 0 1.1rem;
  background:
    radial-gradient(820px 360px at 10% 0%, rgba(113, 13, 13, 0.22), transparent 70%),
    radial-gradient(760px 320px at 100% 0%, rgba(41, 53, 74, 0.2), transparent 72%),
    linear-gradient(180deg, #090808 0%, #110f10 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.premium-footer .container {
  position: relative;
}

.footer-glow {
  position: absolute;
  inset: -35% auto auto -10%;
  width: min(560px, 70vw);
  height: min(340px, 45vw);
  background: radial-gradient(circle, rgba(113, 13, 13, 0.28) 0%, transparent 68%);
  pointer-events: none;
}

.footer-cta-band {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 2.2rem;
  padding: 1.2rem 1.3rem;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.04));
  backdrop-filter: blur(8px);
  box-shadow: 0 18px 30px rgba(0, 0, 0, 0.28);
}

.footer-kicker {
  display: inline-block;
  color: #ead8d8;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.74rem;
}

.footer-cta-band h3 {
  margin: 0.35rem 0 0;
  font-family: "Bebas Neue", sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-size: clamp(1.9rem, 3vw, 2.5rem);
  line-height: 0.92;
}

.footer-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.premium-footer .footer-main-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1.2fr;
  gap: 1.2rem;
}

.footer-brand-block {
  padding-right: 0.6rem;
}

.footer-logo {
  width: 132px;
  height: auto;
  object-fit: contain;
  margin-bottom: 0.75rem;
  filter: drop-shadow(0 8px 14px rgba(0, 0, 0, 0.42));
}

.premium-footer h4 {
  color: #fff;
  margin-bottom: 0.8rem;
  font-size: 1rem;
  letter-spacing: 0.01em;
}

.premium-footer p,
.premium-footer .footer-contact li,
.premium-footer .footer-links a {
  color: #d8d0d0;
}

.premium-footer .footer-links a {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  transition: transform 0.24s ease, color 0.24s ease;
}

.premium-footer .footer-links a::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(140deg, #d73f3f, #7d1111);
  opacity: 0.7;
}

.premium-footer .footer-links a:hover {
  color: #fff;
  transform: translateX(4px);
}

.premium-footer .footer-contact li {
  margin-bottom: 0.58rem;
}

.premium-footer .footer-contact i {
  color: #f4e7e7;
}

.premium-footer .footer-bottom {
  margin-top: 1.7rem;
  padding-top: 1.1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  color: #c9bebe;
}

.empresa-hero {
  min-height: 100vh;
  position: relative;
}

.empresa-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.empresa-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(17, 14, 14, 0.9) 20%, rgba(17, 14, 14, 0.55) 60%, rgba(17, 14, 14, 0.8) 100%);
}

.empresa-hero h1 {
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  text-transform: uppercase;
  font-size: clamp(2.6rem, 5vw, 4.4rem);
  line-height: 0.95;
  margin-top: 0.7rem;
}

.empresa-hero p {
  color: #f4eeee;
  font-size: 1.14rem;
  max-width: 730px;
}

.page-empresa .kicker {
  color: #fff;
}

.empresa-intro,
.empresa-processo,
.empresa-numeros,
.empresa-cta {
  padding: 5.4rem 0;
}

.empresa-intro {
  background: #fff;
}

.empresa-intro h2 {
  font-family: "Bebas Neue", sans-serif;
  text-transform: uppercase;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 0.95;
}

.empresa-intro p {
  color: #6f6464;
  font-size: 1.06rem;
}

.empresa-intro-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.empresa-intro-grid article {
  background: #f4eeee;
  border: 1px solid rgba(17, 14, 14, 0.12);
  border-radius: 16px;
  padding: 1rem;
}

.empresa-intro-grid i {
  color: #710d0d;
  font-size: 1.3rem;
  margin-bottom: 0.65rem;
  display: inline-flex;
}

.empresa-intro-grid h3 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.7rem;
  margin-bottom: 0.3rem;
}

.empresa-intro-grid p {
  margin: 0;
  font-size: 0.98rem;
}

.empresa-processo {
  background: #f4eeee;
}

.processo-card {
  border-radius: 18px;
  border: 1px solid rgba(17, 14, 14, 0.12);
  background: #fff;
  padding: 1.25rem;
  min-height: 210px;
}

.processo-card span {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #710d0d;
  color: #fff;
  font-weight: 700;
  margin-bottom: 0.8rem;
}

.processo-card h3 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.8rem;
  margin-bottom: 0.4rem;
}

.processo-card p {
  color: #6f6464;
  margin: 0;
}

.empresa-numeros {
  background: #fff;
}

.numero-card {
  height: 100%;
  border-radius: 18px;
  padding: 1.2rem;
  background: #110e0e;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.numero-card strong {
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-size: 2rem;
  line-height: 1;
}

.numero-card p {
  color: #dfd4d4;
  margin-top: 0.7rem;
  margin-bottom: 0;
}

.empresa-cta {
  background: #f4eeee;
}

.empresa-cta-box {
  max-width: 950px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid rgba(17, 14, 14, 0.12);
  border-radius: 24px;
  padding: 2.2rem;
  text-align: center;
  box-shadow: 0 14px 28px rgba(17, 14, 14, 0.09);
}

.empresa-cta-box h2 {
  font-family: "Bebas Neue", sans-serif;
  text-transform: uppercase;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 0.95;
}

.empresa-cta-box p {
  color: #665d5d;
  max-width: 700px;
  margin: 0.7rem auto 0;
}

.produtos-hero {
  min-height: 100vh;
  position: relative;
}

.produtos-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.produtos-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(17, 14, 14, 0.9) 18%, rgba(17, 14, 14, 0.52) 60%, rgba(17, 14, 14, 0.8) 100%);
}

.produtos-hero h1 {
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  text-transform: uppercase;
  font-size: clamp(2rem, 4.2vw, 3.5rem);
  line-height: 0.95;
  margin-top: 0.7rem;
}

.produtos-hero p {
  color: #f4eeee;
  font-size: 1.12rem;
  max-width: 740px;
}

.page-produtos .kicker {
  color: #fff;
}

.produtos-catalogo,
.produtos-comparativo,
.produtos-cta {
  padding: 5.4rem 0;
}

.produtos-catalogo {
  background: #fff;
}

.produto-card-page {
  background: #fff;
  border-radius: 18px;
  border: 1px solid rgba(17, 14, 14, 0.12);
  overflow: hidden;
  height: 100%;
  box-shadow: 0 12px 20px rgba(17, 14, 14, 0.06);
}

.produto-card-page img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.produto-card-page-content {
  padding: 1rem 1rem 1.1rem;
}

.produto-card-page-content h3 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 2rem;
  margin-bottom: 0.35rem;
}

.produto-card-page-content p {
  color: #645a5a;
  margin-bottom: 0.85rem;
}

.produto-card-page-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.35rem;
}

.produto-card-page-content li {
  color: #3e3636;
  font-size: 0.95rem;
}

.produto-card-page-content li i {
  color: #710d0d;
  margin-right: 0.35rem;
}

.produtos-comparativo {
  background: #f4eeee;
}

.produto-table {
  margin: 0;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 24px rgba(17, 14, 14, 0.08);
}

.produto-table thead th {
  background: #110e0e;
  color: #fff;
  border: 0;
  font-weight: 700;
  padding: 0.95rem 1rem;
}

.produto-table tbody td {
  background: #fff;
  color: #4a4141;
  border-color: rgba(17, 14, 14, 0.08);
  padding: 0.85rem 1rem;
}

.produtos-cta {
  background: #fff;
}

.produtos-cta-box {
  background: #110e0e;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 2.2rem;
  text-align: center;
}

.produtos-cta-box h2 {
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  text-transform: uppercase;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 0.95;
}

.produtos-cta-box p {
  color: #dfd4d4;
  max-width: 720px;
  margin: 0.7rem auto 0;
}

.floating-whatsapp {
  position: fixed;
  width: 58px;
  height: 58px;
  right: 18px;
  bottom: 18px;
  border-radius: 50%;
  background: #19c35b;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.7rem;
  z-index: 999;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
}

.floating-whatsapp:hover {
  color: #fff;
  transform: scale(1.05);
}

/* Empresa page redesign */
.page-empresa {
  background:
    radial-gradient(1200px 480px at 20% -10%, rgba(113, 13, 13, 0.12), transparent 70%),
    radial-gradient(900px 420px at 100% 0%, rgba(17, 14, 14, 0.07), transparent 70%),
    #f6f3f3;
}

.page-empresa .empresa-hero {
  min-height: 100vh;
  position: relative;
}

.page-empresa .empresa-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.05) contrast(1.05);
}

.page-empresa .empresa-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(95deg, rgba(11, 9, 10, 0.92) 14%, rgba(11, 9, 10, 0.62) 54%, rgba(11, 9, 10, 0.82) 100%),
    radial-gradient(620px 300px at 22% 20%, rgba(113, 13, 13, 0.2), transparent 70%);
}

.page-empresa .empresa-hero h1 {
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  text-transform: uppercase;
  font-size: clamp(2rem, 4.3vw, 3.6rem);
  line-height: 0.94;
  letter-spacing: 0.02em;
  max-width: 900px;
  margin-top: 0.7rem;
}

.page-empresa .empresa-hero p {
  color: #f2eded;
  font-size: 1.15rem;
  max-width: 740px;
}

.page-empresa .empresa-hero-actions .btn-outline-ebpa {
  border-color: rgba(255, 255, 255, 0.38);
}

.empresa-hero-metrics {
  margin-top: 1.35rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  max-width: 960px;
}

.empresa-hero-metrics article {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 14px;
  padding: 0.9rem 0.95rem;
  backdrop-filter: blur(3px);
}

.empresa-hero-metrics strong {
  display: block;
  color: #fff;
  font-size: 0.98rem;
  margin-bottom: 0.22rem;
}

.empresa-hero-metrics span {
  color: #efe8e8;
  font-size: 0.86rem;
  line-height: 1.45;
}

.page-empresa .empresa-intro,
.page-empresa .empresa-processo,
.page-empresa .empresa-numeros,
.page-empresa .empresa-cta,
.page-empresa .empresa-galeria {
  padding: 5.4rem 0;
}

.page-empresa .empresa-intro {
  background: transparent;
}

.empresa-story {
  background: linear-gradient(135deg, #ffffff 0%, #f7f3f3 100%);
  border: 1px solid rgba(17, 14, 14, 0.1);
  border-radius: 28px;
  padding: clamp(1.2rem, 2.3vw, 2rem);
  box-shadow: 0 24px 44px rgba(17, 14, 14, 0.08);
}

.empresa-story h2 {
  font-family: "Bebas Neue", sans-serif;
  text-transform: uppercase;
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: 0.94;
}

.empresa-story p {
  color: #5f5656;
  font-size: 1.04rem;
}

.empresa-story-img {
  width: 100%;
  height: clamp(300px, 43vw, 470px);
  object-fit: cover;
  border-radius: 20px;
  border: 1px solid rgba(17, 14, 14, 0.12);
  box-shadow: 0 20px 32px rgba(17, 14, 14, 0.12);
}

.page-empresa .empresa-intro-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.page-empresa .empresa-intro-grid article {
  background: #fff;
  border: 1px solid rgba(17, 14, 14, 0.1);
  border-radius: 16px;
  padding: 1.1rem;
  min-height: 185px;
  box-shadow: 0 10px 18px rgba(17, 14, 14, 0.05);
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.page-empresa .empresa-intro-grid article:hover {
  transform: translateY(-4px);
  border-color: rgba(113, 13, 13, 0.35);
  box-shadow: 0 16px 26px rgba(17, 14, 14, 0.09);
}

.page-empresa .empresa-intro-grid i {
  color: #710d0d;
  font-size: 1.35rem;
  margin-bottom: 0.65rem;
  display: inline-flex;
}

.page-empresa .empresa-intro-grid h3 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.7rem;
  line-height: 0.95;
  margin-bottom: 0.35rem;
}

.page-empresa .empresa-intro-grid p {
  margin: 0;
  color: #635959;
  font-size: 0.98rem;
}

.page-empresa .empresa-processo {
  background: #110e0e;
  color: #fff;
}

.page-empresa .empresa-processo .section-heading span,
.page-empresa .empresa-processo .section-heading h2 {
  color: #fff;
}

.page-empresa .processo-card {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.03));
  padding: 1.2rem;
  min-height: 220px;
  backdrop-filter: blur(2px);
}

.page-empresa .processo-card span {
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #710d0d;
  color: #fff;
  font-weight: 700;
  margin-bottom: 0.8rem;
}

.page-empresa .processo-card h3 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.9rem;
  margin-bottom: 0.35rem;
  color: #fff;
}

.page-empresa .processo-card p {
  color: #d9cccc;
  margin: 0;
}

.page-empresa .empresa-numeros {
  position: relative;
  background: url("../images/TransferNow-20260310uBdsY8CP/imagem-041.jpeg") center center / cover no-repeat fixed;
  overflow: hidden;
}

.page-empresa .empresa-numeros::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(8, 7, 7, 0.82) 0%, rgba(27, 11, 11, 0.74) 55%, rgba(8, 7, 7, 0.8) 100%),
    radial-gradient(700px 300px at 15% 20%, rgba(113, 13, 13, 0.28), transparent 70%);
}

.page-empresa .empresa-numeros .container {
  position: relative;
  z-index: 2;
}

.page-empresa .numero-card {
  height: 100%;
  border-radius: 20px;
  padding: 1.35rem 1.35rem 1.2rem;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 18px 30px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(4px);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.page-empresa .numero-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 255, 255, 0.45);
  box-shadow: 0 24px 34px rgba(0, 0, 0, 0.35);
}

.numero-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 14px;
  margin-bottom: 0.8rem;
  color: #fff;
  font-size: 1.35rem;
  background: linear-gradient(160deg, rgba(113, 13, 13, 0.95), rgba(63, 6, 6, 0.95));
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.35);
  animation: iconPulseFloat 2.8s ease-in-out infinite;
}

.page-empresa .col-md-4:nth-child(2) .numero-icon {
  animation-delay: 0.35s;
}

.page-empresa .col-md-4:nth-child(3) .numero-icon {
  animation-delay: 0.7s;
}

@keyframes iconPulseFloat {
  0% {
    transform: translateY(0) scale(1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.35);
  }
  50% {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 16px 28px rgba(0, 0, 0, 0.42);
  }
  100% {
    transform: translateY(0) scale(1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.35);
  }
}

.page-empresa .numero-card strong {
  color: #ffffff;
  font-family: "Bebas Neue", sans-serif;
  font-size: 2.05rem;
  line-height: 0.98;
}

.page-empresa .numero-card p {
  color: #ece2e2;
  margin-top: 0.55rem;
  margin-bottom: 0;
}

.empresa-galeria {
  background: #fff;
}

.empresa-galeria-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.empresa-galeria-grid article {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(17, 14, 14, 0.12);
  box-shadow: 0 14px 28px rgba(17, 14, 14, 0.11);
}

.empresa-galeria-grid img {
  width: 100%;
  height: clamp(300px, 38vw, 430px);
  object-fit: cover;
  display: block;
}

.page-empresa .empresa-cta {
  background: linear-gradient(180deg, #f6f1f1 0%, #ffffff 100%);
}

.page-empresa .empresa-cta-box {
  max-width: 1080px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid rgba(17, 14, 14, 0.1);
  border-radius: 26px;
  padding: clamp(1.2rem, 2.2vw, 2.2rem);
  box-shadow: 0 18px 34px rgba(17, 14, 14, 0.1);
  text-align: left;
}

.page-empresa .empresa-cta-box h2 {
  font-family: "Bebas Neue", sans-serif;
  text-transform: uppercase;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 0.93;
  margin-bottom: 0.45rem;
}

.page-empresa .empresa-cta-box p {
  color: #5f5656;
  max-width: 720px;
  margin: 0;
}

.empresa-cta-img {
  width: 100%;
  height: 330px;
  border-radius: 18px;
  object-fit: cover;
  border: 1px solid rgba(17, 14, 14, 0.12);
}

/* Fabricacao page */
.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  z-index: 1200;
  background: rgba(255, 255, 255, 0.06);
}

.scroll-progress-bar {
  display: block;
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, #710d0d, #b11717, #710d0d);
  background-size: 200% 200%;
  animation: gradientMove 8s ease infinite;
}

@keyframes gradientMove {
  0% { background-position: 0 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0 50%; }
}

.page-fabricacao {
  background: #f7f4f4;
}

.page-fabricacao .fabricacao-hero {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

.fabricacao-hero-bg {
  position: absolute;
  inset: -8% 0 -8% 0;
  width: 100%;
  height: 116%;
  object-fit: cover;
}

.fabricacao-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, rgba(12, 10, 10, 0.9) 14%, rgba(12, 10, 10, 0.66) 54%, rgba(12, 10, 10, 0.8) 100%),
    radial-gradient(560px 280px at 20% 18%, rgba(113, 13, 13, 0.26), transparent 72%);
}

.fabricacao-float {
  position: absolute;
  color: rgba(255, 255, 255, 0.35);
  z-index: 2;
  animation: floatIcon 4s ease-in-out infinite;
}

.fabricacao-float.f1 {
  top: 22%;
  right: 10%;
  font-size: clamp(2rem, 5vw, 4rem);
}

.fabricacao-float.f2 {
  top: 48%;
  right: 22%;
  font-size: clamp(1.8rem, 4vw, 3rem);
  animation-delay: 0.45s;
}

.fabricacao-float.f3 {
  bottom: 18%;
  right: 7%;
  font-size: clamp(2rem, 4.8vw, 3.6rem);
  animation-delay: 0.9s;
}

@keyframes floatIcon {
  0% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
  100% { transform: translateY(0); }
}

.page-fabricacao .fabricacao-hero .container {
  z-index: 3;
}

.page-fabricacao .fabricacao-hero h1 {
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  text-transform: uppercase;
  font-size: clamp(2rem, 4.5vw, 3.7rem);
  line-height: 0.92;
  margin-top: 0.6rem;
  max-width: 900px;
}

.page-fabricacao .fabricacao-hero p {
  color: #f1e9e9;
  max-width: 720px;
  font-size: 1.13rem;
}

.page-fabricacao .fabricacao-hero .btn-outline-ebpa {
  border-color: rgba(255, 255, 255, 0.38);
}

.fabricacao-marquee {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(0, 0, 0, 0.33);
}

.fabricacao-marquee-track {
  display: flex;
  gap: 2rem;
  width: max-content;
  padding: 0.8rem 0;
  animation: marqueeRun 28s linear infinite;
}

.fabricacao-marquee-track span {
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.82rem;
}

@keyframes marqueeRun {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.fabricacao-servicos,
.fabricacao-processo,
.fabricacao-resultados,
.fabricacao-cases,
.fabricacao-cta {
  padding: 5.4rem 0;
}

.fabricacao-servicos {
  background: #f7f3f3;
}

.fabricacao-card {
  height: 100%;
  border-radius: 18px;
  padding: 1.2rem;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 14px 24px rgba(17, 14, 14, 0.07);
  backdrop-filter: blur(8px);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.fabricacao-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 22px 34px rgba(17, 14, 14, 0.14);
  border-color: rgba(113, 13, 13, 0.35);
}

.card-loop-icon {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.72rem;
  border-radius: 12px;
  font-size: 1.3rem;
  color: #fff;
  background: linear-gradient(165deg, #710d0d, #4e0707);
  box-shadow: 0 10px 20px rgba(76, 7, 7, 0.36);
  animation: iconPulseFloat 3s ease-in-out infinite;
}

.fabricacao-card h3 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 2rem;
  line-height: 0.95;
  margin-bottom: 0.45rem;
}

.fabricacao-card p {
  color: #5f5656;
  margin: 0;
}

.fabricacao-processo {
  background: #fff;
}

.fabricacao-processo-sticky {
  position: sticky;
  top: 6.2rem;
}

.fabricacao-processo-sticky h2 {
  font-family: "Bebas Neue", sans-serif;
  text-transform: uppercase;
  font-size: clamp(2rem, 4.1vw, 3.2rem);
  line-height: 0.94;
}

.fabricacao-processo-sticky p {
  color: #645a5a;
}

.fabricacao-processo-sticky img {
  border-radius: 16px;
  border: 1px solid rgba(17, 14, 14, 0.14);
  box-shadow: 0 16px 30px rgba(17, 14, 14, 0.12);
  max-height: 420px;
  object-fit: cover;
}

.fabricacao-timeline {
  display: grid;
  gap: 1rem;
}

.fabricacao-timeline article {
  border-radius: 16px;
  border: 1px solid rgba(17, 14, 14, 0.12);
  background: #f8f5f5;
  padding: 1.1rem 1.15rem;
  position: relative;
}

.fabricacao-timeline article span {
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #710d0d;
  color: #fff;
  font-weight: 700;
  margin-bottom: 0.6rem;
}

.fabricacao-timeline article h3 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.9rem;
  line-height: 0.95;
  margin-bottom: 0.3rem;
}

.fabricacao-timeline article p {
  margin: 0;
  color: #635959;
}

.fabricacao-resultados {
  background: url("../images/TransferNow-20260310uBdsY8CP/imagem-035.jpeg") center center / cover no-repeat fixed;
  position: relative;
}

.fabricacao-resultados::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, rgba(12, 10, 10, 0.86) 15%, rgba(25, 11, 11, 0.8) 70%, rgba(12, 10, 10, 0.83) 100%);
}

.fabricacao-resultados .container {
  position: relative;
  z-index: 2;
}

.fabricacao-resultados .section-heading span,
.fabricacao-resultados .section-heading h2 {
  color: #fff;
}

.fabricacao-kpi {
  text-align: center;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.26);
  backdrop-filter: blur(4px);
  padding: 1.5rem 1rem;
}

.fabricacao-kpi strong {
  display: block;
  font-family: "Bebas Neue", sans-serif;
  color: #fff;
  font-size: clamp(2.4rem, 5vw, 4rem);
  line-height: 0.9;
}

.fabricacao-kpi p {
  color: #ece0e0;
  margin: 0.5rem 0 0;
}

.fabricacao-cases {
  background: #fff;
}

.fabricacao-case-track-wrap {
  overflow: hidden;
}

.fabricacao-case-track {
  display: flex;
  gap: 1rem;
  width: max-content;
  animation: caseTrackRun 36s linear infinite;
}

.fabricacao-case-track figure {
  margin: 0;
  width: min(36vw, 420px);
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(17, 14, 14, 0.12);
  box-shadow: 0 14px 26px rgba(17, 14, 14, 0.11);
}

.fabricacao-case-track img {
  width: 100%;
  height: min(42vw, 360px);
  object-fit: cover;
  display: block;
}

@keyframes caseTrackRun {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.fabricacao-cta {
  background: linear-gradient(180deg, #f7f2f2 0%, #fff 100%);
}

.fabricacao-cta-box {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
  background: #fff;
  border: 1px solid rgba(17, 14, 14, 0.12);
  border-radius: 24px;
  padding: clamp(1.4rem, 2.2vw, 2.4rem);
  box-shadow: 0 18px 32px rgba(17, 14, 14, 0.11);
}

.fabricacao-cta-box h2 {
  font-family: "Bebas Neue", sans-serif;
  text-transform: uppercase;
  font-size: clamp(2rem, 4vw, 3.1rem);
  line-height: 0.93;
}

.fabricacao-cta-box p {
  color: #645b5b;
  max-width: 760px;
  margin: 0.65rem auto 0;
}

.glow-btn {
  position: relative;
  overflow: hidden;
}

.glow-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 90px;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  transform: skewX(-20deg);
  transition: left 0.45s ease;
}

.glow-btn:hover::after {
  left: 130%;
}

@media (max-width: 991.98px) {
  .site-header {
    padding-top: 0.4rem;
  }

  .site-header.scrolled .container {
    border-radius: 18px;
    max-width: 96vw;
    padding-left: 0.9rem;
    padding-right: 0.9rem;
  }

  .hero-badges {
    grid-template-columns: 1fr;
    max-width: 100%;
  }

  .site-header .navbar-collapse {
    margin-top: 0.8rem;
    padding: 0.95rem;
    border-radius: 16px;
    background: rgba(10, 14, 20, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 18px 30px rgba(6, 10, 14, 0.35);
  }

  .site-header.scrolled .navbar-collapse {
    background: #ffffff;
    border: 1px solid #d7deea;
  }

  .site-header.scrolled .navbar-collapse .nav-link {
    color: #33465f;
  }

  .nav-link {
    margin: 0.14rem 0;
    padding: 0.56rem 0.32rem !important;
  }

  .nav-link::after {
    bottom: 0.1rem;
  }

  .mega-services {
    min-width: 100%;
    margin-top: 0rem !important;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.16);
  }

  .mega-services-grid {
    grid-template-columns: 1fr;
  }

  .mega-services-preview {
    display: none;
  }

  .service-item {
    transform: none !important;
  }

  .premium-footer .footer-main-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-cta-band {
    flex-direction: column;
    align-items: flex-start;
  }

  .btn-header {
    width: 100%;
    text-align: center;
    margin-top: 0.6rem;
  }

  .testimonials-wall {
    grid-template-columns: 1fr;
  }

  .portfolio-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .testimonial-column {
    height: auto;
    overflow: visible;
  }

  .testimonial-column::before,
  .testimonial-column::after {
    display: none;
  }

  .testimonial-track {
    animation: none;
  }

  .testimonial-card.is-duplicate {
    display: none;
  }

  .empresa-intro-grid {
    grid-template-columns: 1fr;
  }

  .empresa-hero-metrics {
    grid-template-columns: 1fr;
    max-width: 100%;
  }

  .page-empresa .empresa-intro-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .empresa-galeria-grid {
    grid-template-columns: 1fr 1fr;
  }

  .page-empresa .empresa-numeros {
    background-attachment: scroll;
  }

  .fabricacao-processo-sticky {
    position: static;
  }

  .fabricacao-resultados {
    background-attachment: scroll;
  }

  .empresa-intro,
  .empresa-processo,
  .empresa-numeros,
  .empresa-cta,
  .fabricacao-servicos,
  .fabricacao-processo,
  .fabricacao-resultados,
  .fabricacao-cases,
  .fabricacao-cta,
  .produtos-catalogo,
  .produtos-comparativo,
  .produtos-cta {
    padding: 4.2rem 0;
  }
}

@media (max-width: 767.98px) {
  .hero-chip {
    margin-top: 5.2rem;
  }

  .hero-section p {
    font-size: 1rem;
  }

  .section-dark,
  .section-about,
  .section-cta {
    padding: 4.2rem 0;
  }

  .section-trust {
    padding: 3.8rem 0 4rem;
  }

  .trust-grid {
    grid-template-columns: 1fr;
  }

  .section-portfolio {
    padding: 4.2rem 0;
  }

  .portfolio-grid {
    grid-template-columns: 1fr;
  }

  .cta-box {
    padding: 1.5rem;
  }

  .empresa-hero h1 {
    margin-top: 0.35rem;
  }

  .page-empresa .empresa-intro-grid {
    grid-template-columns: 1fr;
  }

  .empresa-galeria-grid {
    grid-template-columns: 1fr;
  }

  .empresa-cta-img {
    height: 280px;
  }

  .premium-footer .footer-main-grid {
    grid-template-columns: 1fr;
    gap: 0.9rem;
  }

  .footer-cta-actions {
    width: 100%;
  }

  .footer-cta-actions .btn {
    width: 100%;
  }

  .fabricacao-marquee-track {
    animation-duration: 18s;
  }

  .fabricacao-case-track figure {
    width: 84vw;
  }

  .fabricacao-case-track img {
    height: 56vw;
  }

  .empresa-cta-box {
    padding: 1.45rem;
  }

  .produtos-hero h1 {
    margin-top: 0.35rem;
  }

  .produto-card-page img {
    height: 220px;
  }

  .produtos-cta-box {
    padding: 1.45rem;
  }
}

/* ==== UI/UX refinement layer ==== */
:root {
  --ui-bg: #f6f4f4;
  --ui-surface: #ffffff;
  --ui-surface-soft: #fbf9f9;
  --ui-text: #161212;
  --ui-text-soft: #5f5454;
  --ui-border-soft: rgba(17, 14, 14, 0.1);
  --ui-radius-sm: 12px;
  --ui-radius-md: 18px;
  --ui-radius-lg: 24px;
  --ui-space-1: 8px;
  --ui-space-2: 16px;
  --ui-space-3: 24px;
  --ui-space-4: 32px;
  --ui-space-5: 48px;
  --ui-space-6: 64px;
  --ui-space-7: 96px;
  --ui-shadow-soft: 0 12px 28px rgba(17, 14, 14, 0.08);
  --ui-shadow-lift: 0 24px 42px rgba(17, 14, 14, 0.14);
}

body {
  background: var(--ui-bg);
  color: var(--ui-text);
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

::selection {
  background: rgba(113, 13, 13, 0.2);
  color: #2a1111;
}

.site-header .container {
  border-color: rgba(255, 255, 255, 0.2);
}

.site-header.scrolled .container {
  border-color: rgba(17, 14, 14, 0.08);
}

.nav-link {
  font-size: 0.98rem;
}

.nav-link.active {
  font-weight: 700;
}

.mega-services {
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 26px 48px rgba(6, 10, 16, 0.4);
}

.mega-services-list .service-item {
  border-radius: 10px;
}

.btn-primary-ebpa,
.btn-outline-ebpa,
.btn-header {
  transition: transform 0.28s ease, box-shadow 0.28s ease, background-color 0.28s ease, border-color 0.28s ease, color 0.28s ease;
}

.btn-primary-ebpa:hover,
.btn-header:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(113, 13, 13, 0.34);
}

.btn-outline-ebpa:hover {
  transform: translateY(-2px);
}

.section-heading {
  max-width: 860px;
  margin-inline: auto;
}

.section-heading span,
.kicker {
  letter-spacing: 0.08em;
  font-weight: 800;
}

.section-heading h2,
.hero-section h1,
.empresa-hero h1,
.produtos-hero h1,
.page-fabricacao .fabricacao-hero h1 {
  letter-spacing: 0.02em;
  text-wrap: balance;
}

.section-heading h2 {
  margin-bottom: var(--ui-space-2);
}

.section-heading p,
.portfolio-subtitle,
.hero-section p,
.empresa-hero p,
.produtos-hero p,
.page-fabricacao .fabricacao-hero p {
  color: var(--ui-text-soft);
}

.trust-card,
.solution-card,
.portfolio-card,
.testimonial-card,
.produto-card-page,
.fabricacao-card,
.processo-card,
.numero-card,
.empresa-intro-grid article,
.fabricacao-timeline article,
.cta-box,
.empresa-cta-box,
.produtos-cta-box,
.fabricacao-cta-box {
  border-radius: var(--ui-radius-md);
  border: 1px solid var(--ui-border-soft);
  box-shadow: var(--ui-shadow-soft);
}

.trust-card,
.solution-card,
.portfolio-card,
.testimonial-card,
.produto-card-page,
.fabricacao-card,
.processo-card,
.empresa-intro-grid article,
.fabricacao-timeline article,
.numero-card {
  transition: transform 0.32s ease, box-shadow 0.32s ease, border-color 0.32s ease;
}

.trust-card:hover,
.solution-card:hover,
.portfolio-card:hover,
.testimonial-card:hover,
.produto-card-page:hover,
.fabricacao-card:hover,
.processo-card:hover,
.empresa-intro-grid article:hover,
.fabricacao-timeline article:hover,
.numero-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--ui-shadow-lift);
  border-color: rgba(113, 13, 13, 0.2);
}

.portfolio-card img,
.solution-card img,
.produto-card-page img,
.empresa-galeria-grid img,
.fabricacao-case-track img {
  transition: transform 0.5s ease, filter 0.5s ease;
}

.portfolio-card:hover img,
.solution-card:hover img,
.produto-card-page:hover img,
.fabricacao-case-track figure:hover img {
  transform: scale(1.04);
  filter: saturate(1.05);
}

.hero-section::before,
.empresa-hero::before,
.produtos-hero::before,
.page-fabricacao .fabricacao-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(680px 340px at 16% 18%, rgba(113, 13, 13, 0.2), transparent 72%);
  z-index: 1;
}

.hero-section .container,
.empresa-hero .container,
.produtos-hero .container,
.page-fabricacao .fabricacao-hero .container {
  z-index: 2;
}

.page-instalacao .fabricacao-hero-overlay {
  background:
    linear-gradient(105deg, rgba(12, 10, 10, 0.88) 14%, rgba(12, 10, 10, 0.62) 54%, rgba(12, 10, 10, 0.78) 100%),
    radial-gradient(560px 280px at 20% 18%, rgba(59, 130, 246, 0.2), transparent 72%);
}

.page-automacao .fabricacao-hero-overlay {
  background:
    linear-gradient(105deg, rgba(12, 10, 10, 0.9) 14%, rgba(12, 10, 10, 0.64) 54%, rgba(12, 10, 10, 0.82) 100%),
    radial-gradient(560px 280px at 20% 18%, rgba(6, 182, 212, 0.24), transparent 72%);
}

.page-manutencao .fabricacao-hero-overlay {
  background:
    linear-gradient(105deg, rgba(12, 10, 10, 0.9) 14%, rgba(12, 10, 10, 0.64) 54%, rgba(12, 10, 10, 0.82) 100%),
    radial-gradient(560px 280px at 20% 18%, rgba(34, 197, 94, 0.2), transparent 72%);
}

.section-trust,
.section-portfolio,
.section-about,
.section-dark,
.empresa-intro,
.empresa-processo,
.empresa-numeros,
.empresa-cta,
.produtos-catalogo,
.produtos-comparativo,
.produtos-cta,
.fabricacao-servicos,
.fabricacao-processo,
.fabricacao-resultados,
.fabricacao-cases,
.fabricacao-cta {
  position: relative;
}

.section-trust::before,
.section-portfolio::before,
.empresa-intro::before,
.produtos-catalogo::before,
.fabricacao-servicos::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(113, 13, 13, 0.2), transparent);
}

.premium-footer.site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.premium-footer .footer-main-grid {
  gap: clamp(1rem, 2vw, 2rem);
}

.premium-footer .footer-links a {
  position: relative;
}

.premium-footer .footer-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.45);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease;
}

.premium-footer .footer-links a:hover::after {
  transform: scaleX(1);
}

@media (max-width: 991.98px) {
  .site-header .container {
    border-radius: 22px;
    padding: 0.78rem 1rem;
  }

  .navbar-collapse {
    margin-top: 0.8rem;
    padding: 0.85rem;
    border-radius: 14px;
    background: rgba(8, 12, 18, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.14);
  }

  .site-header.scrolled .navbar-collapse {
    background: rgba(255, 255, 255, 0.96);
    border-color: rgba(17, 14, 14, 0.12);
  }

  .nav-link {
    margin: 0.1rem 0;
    padding: 0.5rem 0.4rem !important;
  }
}

@media (max-width: 767.98px) {
  .hero-section h1,
  .empresa-hero h1,
  .produtos-hero h1,
  .page-fabricacao .fabricacao-hero h1 {
    line-height: 0.98;
    letter-spacing: 0.01em;
  }

  .hero-section p,
  .empresa-hero p,
  .produtos-hero p,
  .page-fabricacao .fabricacao-hero p {
    font-size: 1rem;
    line-height: 1.58;
  }

  .btn-primary-ebpa,
  .btn-outline-ebpa {
    width: 100%;
    justify-content: center;
  }
}

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

/* ==== Premium redesign layer v2 ==== */
:root {
  --ds-primary: #8f1414;
  --ds-primary-strong: #6f0f0f;
  --ds-primary-soft: #f7ecec;
  --ds-ink: #151111;
  --ds-ink-soft: #605555;
  --ds-surface: #ffffff;
  --ds-surface-soft: #faf7f7;
  --ds-border: rgba(21, 17, 17, 0.11);
  --ds-border-strong: rgba(21, 17, 17, 0.22);
  --ds-radius-xs: 10px;
  --ds-radius-sm: 14px;
  --ds-radius-md: 20px;
  --ds-radius-lg: 28px;
  --ds-space-1: 8px;
  --ds-space-2: 16px;
  --ds-space-3: 24px;
  --ds-space-4: 32px;
  --ds-space-5: 48px;
  --ds-space-6: 64px;
  --ds-space-7: 96px;
  --ds-shadow-soft: 0 12px 28px rgba(15, 13, 13, 0.08);
  --ds-shadow-mid: 0 18px 36px rgba(15, 13, 13, 0.12);
  --ds-shadow-lift: 0 26px 48px rgba(15, 13, 13, 0.16);
  --ds-ease: cubic-bezier(0.22, 1, 0.36, 1);
}

body {
  background:
    radial-gradient(920px 380px at 8% -6%, rgba(143, 20, 20, 0.09), transparent 70%),
    radial-gradient(860px 340px at 100% 0%, rgba(25, 38, 58, 0.06), transparent 72%),
    var(--ds-surface-soft);
  color: var(--ds-ink);
  font-size: 1rem;
  line-height: 1.65;
}

main {
  overflow: clip;
}

.container {
  --bs-gutter-x: clamp(1.1rem, 2.4vw, 2rem);
}

h1,
h2,
h3 {
  line-height: 1.03;
  letter-spacing: 0.014em;
}

p {
  line-height: 1.68;
}

a {
  transition: color 0.24s var(--ds-ease);
}

.section-trust,
.section-portfolio,
.section-dark,
.section-about,
.section-testimonials,
.section-cta,
.empresa-intro,
.empresa-processo,
.empresa-numeros,
.empresa-galeria,
.empresa-cta,
.produtos-catalogo,
.produtos-comparativo,
.produtos-cta,
.fabricacao-servicos,
.fabricacao-processo,
.fabricacao-resultados,
.fabricacao-cases,
.fabricacao-cta {
  padding-top: clamp(4rem, 8vw, 6.5rem);
  padding-bottom: clamp(4rem, 8vw, 6.5rem);
}

.section-heading {
  max-width: min(860px, 100%);
  margin-inline: auto;
  margin-bottom: clamp(1.1rem, 2.6vw, 1.8rem);
}

.section-heading span,
.kicker {
  letter-spacing: 0.09em;
  font-weight: 800;
}

.section-heading span {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.section-heading span::before {
  content: "";
  width: 22px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--ds-primary), #d44c4c);
}

.section-heading h2 {
  margin-top: 0.75rem;
  margin-bottom: var(--ds-space-2);
  font-size: clamp(2rem, 5vw, 3.4rem);
  text-wrap: balance;
}

.section-heading p,
.portfolio-subtitle,
.hero-section p,
.empresa-hero p,
.produtos-hero p,
.page-fabricacao .fabricacao-hero p {
  color: var(--ds-ink-soft);
}

.site-header {
  padding-top: var(--ds-space-2);
}

.site-header .container {
  background: linear-gradient(145deg, rgba(8, 11, 17, 0.56), rgba(8, 11, 17, 0.4));
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(12px) saturate(1.1);
  box-shadow: 0 16px 34px rgba(5, 8, 13, 0.2);
  padding: 0.8rem clamp(1rem, 1.7vw, 1.75rem);
}

.site-header.scrolled .container {
  background: rgba(255, 255, 255, 0.94);
  border-color: rgba(21, 17, 17, 0.08);
  box-shadow: 0 14px 30px rgba(5, 8, 13, 0.13);
}

.nav-link {
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  border-radius: 999px;
  padding: 0.45rem 0.62rem !important;
}

.nav-link.active {
  background: rgba(255, 255, 255, 0.14);
}

.site-header.scrolled .nav-link.active {
  background: rgba(143, 20, 20, 0.11);
}

.nav-link::after {
  bottom: 0.12rem;
  height: 2px;
  background: linear-gradient(90deg, var(--ds-primary), #ef6161);
}

.mega-services {
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: linear-gradient(150deg, rgba(12, 16, 22, 0.97), rgba(10, 13, 18, 0.95));
  box-shadow: 0 32px 56px rgba(4, 8, 14, 0.42);
}

.mega-services-list {
  padding: var(--ds-space-2);
}

.service-item {
  border-radius: var(--ds-radius-sm);
  padding: 0.78rem 0.82rem;
}

.service-item:hover,
.service-item:focus,
.service-item.is-active {
  transform: translateX(4px);
}

.btn-header,
.btn-primary-ebpa,
.btn-outline-ebpa {
  border-radius: 999px;
  min-height: 48px;
  padding: 0.82rem 1.4rem;
  font-weight: 700;
  letter-spacing: 0.012em;
  transition: transform 0.28s var(--ds-ease), box-shadow 0.28s var(--ds-ease), border-color 0.28s var(--ds-ease), background-color 0.28s var(--ds-ease), color 0.28s var(--ds-ease);
}

.btn-header,
.btn-primary-ebpa {
  background: linear-gradient(145deg, var(--ds-primary-strong), var(--ds-primary) 55%, #b72121 100%);
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 12px 24px rgba(113, 13, 13, 0.3);
}

.btn-header:hover,
.btn-primary-ebpa:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 32px rgba(113, 13, 13, 0.35);
}

.btn-outline-ebpa {
  border: 1px solid rgba(255, 255, 255, 0.46);
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(6px);
}

.section-cta .btn-outline-ebpa,
.produtos-catalogo .btn-outline-ebpa,
.produtos-comparativo .btn-outline-ebpa,
.produtos-cta .btn-outline-ebpa,
.empresa-intro .btn-outline-ebpa,
.empresa-processo .btn-outline-ebpa,
.empresa-numeros .btn-outline-ebpa,
.empresa-galeria .btn-outline-ebpa,
.empresa-cta .btn-outline-ebpa,
.fabricacao-servicos .btn-outline-ebpa,
.fabricacao-processo .btn-outline-ebpa,
.fabricacao-cases .btn-outline-ebpa,
.fabricacao-cta .btn-outline-ebpa {
  border-color: rgba(21, 17, 17, 0.2);
  color: var(--ds-ink);
  background: rgba(255, 255, 255, 0.88);
}

.btn-outline-ebpa:hover {
  transform: translateY(-3px);
}

.btn-primary-ebpa:focus-visible,
.btn-outline-ebpa:focus-visible,
.btn-header:focus-visible,
.nav-link:focus-visible,
.portfolio-filter:focus-visible,
.service-item:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(143, 20, 20, 0.24);
}

.hero-overlay {
  background: linear-gradient(98deg, rgba(10, 8, 8, 0.88) 12%, rgba(10, 8, 8, 0.54) 54%, rgba(10, 8, 8, 0.8) 100%);
}

.hero-chip {
  margin-top: 6.3rem;
  padding: 0.46rem 0.86rem;
  border-radius: 999px;
  background: rgba(8, 11, 17, 0.66);
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 10px 24px rgba(6, 8, 12, 0.26);
}

.hero-section h1,
.empresa-hero h1,
.produtos-hero h1,
.page-fabricacao .fabricacao-hero h1 {
  line-height: 0.94;
  letter-spacing: 0.018em;
  text-wrap: balance;
}

.hero-badges {
  gap: var(--ds-space-2);
  margin-top: var(--ds-space-4);
}

.badge-item {
  border-radius: var(--ds-radius-sm);
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(10, 10, 10, 0.55);
  backdrop-filter: blur(4px);
}

.portfolio-filters {
  margin-top: var(--ds-space-4);
  margin-bottom: var(--ds-space-3);
  gap: 0.7rem;
}

.portfolio-filter {
  border: 1px solid rgba(21, 17, 17, 0.15);
  border-radius: 999px;
  padding: 0.62rem 1.15rem;
  background: #fff;
  font-size: 0.92rem;
  font-weight: 700;
  box-shadow: 0 8px 18px rgba(15, 13, 13, 0.05);
}

.portfolio-filter.is-active {
  background: linear-gradient(145deg, var(--ds-primary-strong), var(--ds-primary));
  border-color: transparent;
  box-shadow: 0 12px 24px rgba(113, 13, 13, 0.28);
}

.trust-card,
.portfolio-card,
.testimonial-card,
.produto-card-page,
.fabricacao-card,
.processo-card,
.numero-card,
.empresa-intro-grid article,
.fabricacao-timeline article,
.cta-box,
.empresa-cta-box,
.produtos-cta-box,
.fabricacao-cta-box {
  border-radius: var(--ds-radius-md);
  border: 1px solid var(--ds-border);
  box-shadow: var(--ds-shadow-soft);
}

.trust-card,
.portfolio-card,
.testimonial-card,
.produto-card-page,
.fabricacao-card,
.processo-card,
.numero-card,
.empresa-intro-grid article,
.fabricacao-timeline article {
  transition: transform 0.34s var(--ds-ease), box-shadow 0.34s var(--ds-ease), border-color 0.34s var(--ds-ease);
}

.trust-card:hover,
.portfolio-card:hover,
.testimonial-card:hover,
.produto-card-page:hover,
.fabricacao-card:hover,
.processo-card:hover,
.numero-card:hover,
.empresa-intro-grid article:hover,
.fabricacao-timeline article:hover {
  transform: translateY(-8px);
  box-shadow: var(--ds-shadow-lift);
  border-color: rgba(143, 20, 20, 0.2);
}

.portfolio-card img,
.solution-card img,
.produto-card-page img,
.empresa-galeria-grid img,
.fabricacao-case-track img,
.about-media img,
.empresa-story-img,
.empresa-cta-img {
  transition: transform 0.55s var(--ds-ease), filter 0.55s var(--ds-ease);
}

.portfolio-card:hover img,
.solution-card:hover img,
.produto-card-page:hover img,
.empresa-galeria-grid article:hover img,
.fabricacao-case-track figure:hover img {
  transform: scale(1.045);
  filter: saturate(1.06);
}

.solution-card {
  box-shadow: var(--ds-shadow-mid);
}

.solution-content {
  padding: 1.25rem 1.2rem 1.1rem;
}

.contact-strip {
  gap: 0.8rem;
}

.contact-strip span {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0.52rem 0.92rem;
  border: 1px solid rgba(21, 17, 17, 0.14);
  background: rgba(255, 255, 255, 0.66);
}

.trust-link {
  position: relative;
  border-bottom: 0;
}

.trust-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.16rem;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--ds-primary), #de5454);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.28s var(--ds-ease);
}

.trust-link:hover::after {
  transform: scaleX(1);
}

.section-dark {
  background: linear-gradient(180deg, #f2ecec 0%, #ffffff 100%);
}

.section-testimonials {
  background: linear-gradient(180deg, #f4eeee 0%, #f0e7e7 100%);
}

.section-cta {
  background: linear-gradient(180deg, #f4eeee 0%, #f7f2f2 100%);
}

.testimonial-column::before {
  background: linear-gradient(to bottom, rgba(244, 238, 238, 0.98), rgba(244, 238, 238, 0));
}

.testimonial-column::after {
  background: linear-gradient(to top, rgba(244, 238, 238, 0.98), rgba(244, 238, 238, 0));
}

.premium-footer.site-footer {
  padding-top: clamp(4.2rem, 8vw, 6.2rem);
  background:
    radial-gradient(860px 360px at 8% 0%, rgba(143, 20, 20, 0.25), transparent 70%),
    radial-gradient(760px 300px at 100% 0%, rgba(32, 45, 66, 0.2), transparent 72%),
    linear-gradient(180deg, #080707 0%, #111011 100%);
}

.footer-cta-band {
  border-radius: var(--ds-radius-md);
  padding: clamp(1rem, 2.2vw, 1.45rem);
  gap: 1.1rem;
}

.premium-footer .footer-main-grid {
  gap: clamp(1rem, 2.6vw, 2.1rem);
}

.premium-footer .footer-links a,
.premium-footer .footer-contact li {
  line-height: 1.6;
}

.premium-footer .footer-links a {
  position: relative;
}

.premium-footer .footer-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.42);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.24s var(--ds-ease);
}

.premium-footer .footer-links a:hover::after {
  transform: scaleX(1);
}

[data-reveal] {
  opacity: 0;
  transform: translate3d(0, 24px, 0) scale(0.985);
  filter: blur(1.5px);
  transition: opacity 0.74s var(--ds-ease), transform 0.74s var(--ds-ease), filter 0.74s var(--ds-ease);
  transition-delay: var(--reveal-delay, 0ms);
}

[data-reveal].is-visible {
  opacity: 1;
  transform: none;
  filter: none;
}

@media (max-width: 1199.98px) {
  .mega-services {
    min-width: min(680px, 94vw);
  }
}

@media (max-width: 991.98px) {
  .site-header {
    padding-top: var(--ds-space-1);
  }

  .site-header .container {
    border-radius: 22px;
    padding: 0.74rem 1rem;
  }

  .site-header .navbar-collapse {
    margin-top: var(--ds-space-2);
    padding: 0.95rem;
    border-radius: var(--ds-radius-sm);
    background: rgba(8, 11, 17, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.15);
  }

  .site-header.scrolled .navbar-collapse {
    background: rgba(255, 255, 255, 0.98);
    border-color: rgba(21, 17, 17, 0.12);
  }

  .nav-link.active {
    background: rgba(255, 255, 255, 0.1);
  }

  .site-header.scrolled .nav-link.active {
    background: rgba(143, 20, 20, 0.1);
  }

  .hero-badges {
    grid-template-columns: 1fr;
  }

  .section-heading h2 {
    font-size: clamp(2rem, 7vw, 3rem);
  }
}

@media (max-width: 767.98px) {
  .hero-chip {
    margin-top: 5.1rem;
  }

  .hero-actions,
  .footer-cta-actions {
    width: 100%;
  }

  .hero-actions .btn,
  .footer-cta-actions .btn,
  .contact-strip span {
    width: 100%;
    justify-content: center;
  }

  .portfolio-filters {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 0.2rem;
    scroll-snap-type: x proximity;
  }

  .portfolio-filter {
    scroll-snap-align: start;
    white-space: nowrap;
  }
}

@media (prefers-reduced-motion: reduce) {
  [data-reveal] {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
  }
}

/* ==== Premium tuning pass (screenshots) ==== */
:root {
  --tune-section-pad: clamp(3.3rem, 6vw, 5rem);
}

main {
  overflow: visible;
}

#portfolio,
#empresa,
#produtos,
#orcamento,
#contato,
#catalogo,
#servicos-fabricacao,
#servicos-instalacao,
#servicos-automacao,
#servicos-manutencao {
  scroll-margin-top: 132px;
}

.section-trust,
.section-portfolio,
.section-dark,
.section-about,
.section-testimonials,
.section-cta,
.empresa-intro,
.empresa-processo,
.empresa-numeros,
.empresa-galeria,
.empresa-cta,
.produtos-catalogo,
.produtos-comparativo,
.produtos-cta,
.fabricacao-servicos,
.fabricacao-processo,
.fabricacao-resultados,
.fabricacao-cases,
.fabricacao-cta {
  padding-top: var(--tune-section-pad);
  padding-bottom: var(--tune-section-pad);
}

.section-heading h2 {
  max-width: 24ch;
  margin-inline: auto;
}

.section-heading p,
.portfolio-subtitle {
  font-size: clamp(1.01rem, 1.6vw, 1.2rem);
  line-height: 1.72;
}

.hero-section p,
.empresa-hero p,
.produtos-hero p,
.page-fabricacao .fabricacao-hero p {
  color: rgba(246, 241, 241, 0.92);
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.36);
}

.site-header .container {
  max-width: min(1320px, 95vw);
}

.fabricacao-servicos {
  background: linear-gradient(180deg, #faf7f7 0%, #f4eeee 100%);
}

.fabricacao-card {
  position: relative;
  overflow: hidden;
  background: linear-gradient(165deg, #ffffff 0%, #f8f4f4 100%);
  border: 1px solid rgba(21, 17, 17, 0.1);
  min-height: 230px;
  padding: 1.3rem;
}

.fabricacao-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--ds-primary), rgba(143, 20, 20, 0.06));
}

.fabricacao-card h3 {
  margin-bottom: 0.55rem;
}

.fabricacao-card p {
  font-size: 1.03rem;
  line-height: 1.58;
}

.fabricacao-timeline {
  position: relative;
  gap: 0.95rem;
}

.fabricacao-timeline::before {
  content: "";
  position: absolute;
  left: 26px;
  top: 24px;
  bottom: 24px;
  width: 2px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(143, 20, 20, 0.32), rgba(143, 20, 20, 0.06));
}

.fabricacao-timeline article {
  position: relative;
  padding: 1.2rem 1.2rem 1.15rem 4rem;
  background: #ffffff;
  border: 1px solid rgba(21, 17, 17, 0.1);
}

.fabricacao-timeline article span {
  position: absolute;
  left: 0.95rem;
  top: 1rem;
  margin-bottom: 0;
  z-index: 1;
}

.fabricacao-timeline article p {
  line-height: 1.62;
}

.portfolio-card-meta {
  padding: 1.1rem 1rem 1rem;
}

.portfolio-card-meta strong {
  font-size: 1.12rem;
}

@media (max-width: 991.98px) {
  :root {
    --tune-section-pad: clamp(3rem, 7.5vw, 4.3rem);
  }

  #portfolio,
  #empresa,
  #produtos,
  #orcamento,
  #contato,
  #catalogo,
  #servicos-fabricacao,
  #servicos-instalacao,
  #servicos-automacao,
  #servicos-manutencao {
    scroll-margin-top: 112px;
  }

  .fabricacao-card {
    min-height: 210px;
  }

  .fabricacao-timeline::before {
    left: 24px;
  }

  .fabricacao-timeline article {
    padding-left: 3.8rem;
  }
}

@media (max-width: 767.98px) {
  .site-header .container {
    max-width: 96vw;
  }

  .fabricacao-timeline::before {
    display: none;
  }

  .fabricacao-timeline article {
    padding: 1.05rem;
  }

  .fabricacao-timeline article span {
    position: static;
    margin-bottom: 0.7rem;
  }
}


/* ==== Service pages v2: Instalacao, Automacao, Manutencao ==== */
.page-service {
  background: #f5f3f3;
  color: #151111;
}

.page-service main {
  overflow: clip;
}

.sv2-hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.sv2-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 112%;
  object-fit: cover;
  filter: saturate(0.85);
  z-index: -3;
}

.sv2-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
  background: linear-gradient(116deg, rgba(8, 11, 17, 0.88) 20%, rgba(8, 11, 17, 0.44) 62%, rgba(8, 11, 17, 0.2) 100%);
}

.page-instalacao-v2 .sv2-hero-overlay {
  background: linear-gradient(125deg, rgb(0 0 0 / 90%) 18%, rgb(0 0 0 / 58%) 60%, rgb(18 2 2 / 83%) 100%);
}

.page-automacao-v2 .sv2-hero-overlay {
  background: linear-gradient(125deg, rgba(7, 16, 30, 0.9) 15%, rgba(7, 16, 30, 0.52) 60%, rgba(11, 23, 42, 0.24) 100%);
}

.page-manutencao-v2 .sv2-hero-overlay {
  background: linear-gradient(125deg, rgba(24, 20, 10, 0.9) 16%, rgba(24, 20, 10, 0.5) 62%, rgba(8, 11, 17, 0.24) 100%);
}

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

.sv2-hero h1 {
  color: #fff;
  font-size: clamp(2.15rem, 5.6vw, 4.6rem);
  text-transform: uppercase;
  letter-spacing: 0.015em;
  margin-bottom: 1rem;
}

.sv2-hero p {
  color: rgba(248, 243, 243, 0.93);
  font-size: clamp(1.03rem, 1.65vw, 1.24rem);
  max-width: 60ch;
  line-height: 1.72;
}

.sv2-hero .btn-outline-ebpa {
  border-color: rgba(255, 255, 255, 0.48);
  color: #fff;
}

.sv2-hero .btn-outline-ebpa:hover {
  border-color: #fff;
}

.sv2-hero-metrics {
  display: grid;
  gap: 0.9rem;
}

.sv2-metric {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 1rem;
  padding: 1rem 1.05rem;
}

.sv2-metric strong {
  display: block;
  color: #fff;
  font-size: clamp(1.7rem, 3.2vw, 2.4rem);
  line-height: 1;
  margin-bottom: 0.3rem;
}

.sv2-metric p {
  margin: 0;
  font-size: 0.93rem;
  color: rgba(245, 242, 242, 0.9);
  line-height: 1.5;
}

.inst2-process,
.inst2-split,
.inst2-advantages,
.inst2-cta,
.auto2-compare,
.auto2-features,
.auto2-split,
.auto2-cta,
.man2-problems,
.man2-before-after,
.man2-process,
.man2-cta {
  padding-top: clamp(3.1rem, 6vw, 4.9rem);
  padding-bottom: clamp(3.1rem, 6vw, 4.9rem);
}

.inst2-process {
  background: #fff;
}

.inst2-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
}

.inst2-timeline::before {
  content: "";
  position: absolute;
  left: 3.8%;
  right: 3.8%;
  top: 42px;
  height: 2px;
  background: linear-gradient(90deg, rgba(143, 20, 20, 0.06), rgba(143, 20, 20, 0.45), rgba(143, 20, 20, 0.06));
}

.inst2-step {
  position: relative;
  background: linear-gradient(165deg, #ffffff 0%, #f7f3f3 100%);
  border: 1px solid rgba(21, 17, 17, 0.1);
  border-radius: 1rem;
  padding: 1.05rem 1rem 1rem;
  min-height: 210px;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.inst2-step:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 28px rgba(21, 17, 17, 0.12);
}

.inst2-icon {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.9rem;
  font-size: 1.32rem;
  color: #fff;
  background: linear-gradient(145deg, #8f1414, #5f0d0d);
  border: 2px solid rgba(255, 255, 255, 0.35);
  position: relative;
  z-index: 1;
}

.inst2-step h3 {
  font-family: 'Bebas Neue';
  font-size: 1.5rem;
  margin-bottom: 0.48rem;
}

.inst2-step p {
  margin: 0;
  line-height: 1.62;
}

.inst2-split {
  background: linear-gradient(180deg, #f8f4f4 0%, #f2ecec 100%);
}

.inst2-media {
  position: relative;
  border-radius: 1.2rem;
  overflow: hidden;
  box-shadow: 0 22px 38px rgba(21, 17, 17, 0.2);
}

.inst2-media img {
  width: 100%;
  min-height: 430px;
  object-fit: cover;
  display: block;
}

.inst2-media-chip {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.56rem 0.82rem;
  border-radius: 999px;
  font-weight: 700;
  color: #fff;
  background: rgba(8, 11, 17, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.28);
}

.inst2-split h2,
.auto2-split h2 {
  margin-top: 0.42rem;
  margin-bottom: 0.92rem;
  font-family: 'Bebas Neue';
}

.inst2-checklist {
  margin: 1.25rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.58rem;
}

.inst2-checklist li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  line-height: 1.58;
}

.inst2-checklist i {
  color: var(--ds-primary);
  font-size: 1.05rem;
  margin-top: 0.12rem;
}

.inst2-advantages {
  background: #fff;
}

.inst2-adv-card {
  border-radius: 1rem;
  border: 1px solid rgba(21, 17, 17, 0.1);
  background: linear-gradient(168deg, #ffffff 0%, #f6f2f2 100%);
  padding: 1.15rem 1rem;
  min-height: 210px;
  transition: transform 200ms ease, box-shadow 220ms ease;
}

.inst2-adv-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 14px 28px rgba(21, 17, 17, 0.12);
}

.inst2-adv-card i {
  font-size: 1.58rem;
  width: 48px;
  height: 48px;
  border-radius: 0.85rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.82rem;
  color: var(--ds-primary);
  background: rgba(143, 20, 20, 0.08);
}

.inst2-adv-card h3 {
  font-size: 2.1rem;
  margin-bottom: 0.45rem;
  font-family: 'Bebas Neue';
}

.inst2-adv-card p {
  margin: 0;
}

.inst2-cta {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.inst2-cta-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -3;
}

.inst2-cta-overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
  background: linear-gradient(120deg, rgba(8, 11, 17, 0.86) 0%, rgba(32, 9, 9, 0.76) 56%, rgba(32, 9, 9, 0.52) 100%);
}

.inst2-cta-box {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
  padding: clamp(1.5rem, 3vw, 2.2rem);
  border-radius: 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(8, 11, 17, 0.58);
  backdrop-filter: blur(4px);
}

.inst2-cta-box h2 {
  color: #fff;
  margin-bottom: 0.7rem;
  font-family: 'Bebas Neue';
  font-size: 3rem;
}

.inst2-cta-box p {
  margin: 0;
  color: rgba(245, 241, 241, 0.9);
}

.auto2-control-panel {
  border-radius: 1.1rem;
  border: 1px solid rgba(84, 129, 184, 0.35);
  background: rgba(4, 15, 33, 0.74);
  backdrop-filter: blur(4px);
  color: #f4f8ff;
  padding: 1.05rem;
  box-shadow: 0 14px 36px rgba(5, 12, 24, 0.45);
}

.auto2-control-panel header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding-bottom: 0.82rem;
  border-bottom: 1px solid rgba(148, 190, 236, 0.22);
  margin-bottom: 0.82rem;
}

.auto2-led {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #58f3b6;
  box-shadow: 0 0 12px #58f3b6;
}

.auto2-control-panel ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.55rem;
}

.auto2-control-panel li {
  display: flex;
  align-items: flex-start;
  gap: 0.45rem;
  font-size: 0.95rem;
}

.auto2-control-panel li i {
  color: #88c8ff;
  margin-top: 0.1rem;
}

.auto2-kpis {
  margin-top: 0.95rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
}

.auto2-kpis article {
  border-radius: 0.75rem;
  background: rgba(136, 200, 255, 0.11);
  border: 1px solid rgba(136, 200, 255, 0.26);
  padding: 0.72rem;
}

.auto2-kpis strong {
  display: block;
  font-size: 1.45rem;
  line-height: 1;
  margin-bottom: 0.2rem;
}

.auto2-kpis p {
  margin: 0;
  color: rgba(229, 237, 247, 0.9);
  font-size: 0.83rem;
}

.auto2-compare {
  background: linear-gradient(180deg, #f3f7fb 0%, #eef3f9 100%);
}

.auto2-compare-card {
  border-radius: 1.05rem;
  border: 1px solid rgba(21, 17, 17, 0.1);
  background: #fff;
  padding: 1.2rem 1.1rem;
  height: 100%;
}

.auto2-compare-card.manual {
  border-top: 4px solid rgba(143, 20, 20, 0.75);
}

.auto2-compare-card.automatic {
  border-top: 4px solid rgba(32, 106, 181, 0.82);
}

.auto2-compare-card h3 {
  font-size: 1.22rem;
  margin-bottom: 0.65rem;
}

.auto2-compare-card h3 i {
  margin-right: 0.3rem;
}

.auto2-compare-card ul {
  margin: 0;
  padding-left: 1.05rem;
  display: grid;
  gap: 0.55rem;
}

.auto2-features {
  background: #fff;
}

.auto2-feature-card {
  border-radius: 1rem;
  border: 1px solid rgba(21, 17, 17, 0.1);
  background: linear-gradient(160deg, #ffffff 0%, #f1f6fb 100%);
  min-height: 198px;
  padding: 1.1rem;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.auto2-feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 30px rgba(15, 29, 51, 0.14);
}

.auto2-feature-card i {
  width: 49px;
  height: 49px;
  border-radius: 0.85rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.72rem;
  color: #14569f;
  background: rgba(20, 86, 159, 0.1);
  font-size: 1.3rem;
}

.auto2-feature-card h3 {
  font-size: 1.12rem;
  margin-bottom: 0.45rem;
}

.auto2-feature-card p {
  margin: 0;
}

.auto2-feature-card.wide {
  min-height: 172px;
}

.auto2-split {
  background: linear-gradient(180deg, #f5f8fc 0%, #eef4fa 100%);
}

.auto2-benefits {
  margin-top: 1.1rem;
  display: grid;
  gap: 0.62rem;
}

.auto2-benefits div {
  display: flex;
  align-items: center;
  gap: 0.48rem;
  padding: 0.62rem 0.78rem;
  border-radius: 0.72rem;
  border: 1px solid rgba(20, 86, 159, 0.19);
  background: rgba(20, 86, 159, 0.07);
}

.auto2-benefits i {
  color: #14569f;
  font-size: 1.05rem;
}

.auto2-split-media {
  margin: 0;
  border-radius: 1.12rem;
  overflow: hidden;
  box-shadow: 0 20px 36px rgba(11, 26, 46, 0.2);
  position: relative;
}

.auto2-split-media img {
  width: 100%;
  min-height: 432px;
  object-fit: cover;
  display: block;
}

.auto2-split-media figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.82rem 0.96rem;
  color: #fff;
  background: linear-gradient(180deg, transparent 0%, rgba(6, 17, 32, 0.82) 90%);
}

.auto2-cta {
  background: linear-gradient(132deg, #07162c 0%, #1a3358 58%, #8f1414 128%);
}

.auto2-cta-box {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.06);
  border-radius: 1.2rem;
  padding: clamp(1.45rem, 3vw, 2.15rem);
}

.auto2-cta-chip {
  display: inline-block;
  margin-bottom: 0.65rem;
  padding: 0.34rem 0.66rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  color: rgba(246, 247, 249, 0.96);
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.auto2-cta-box h2 {
  color: #fff;
}

.auto2-cta-box p {
  color: rgba(233, 239, 246, 0.92);
  margin: 0;
}

.man2-problems {
  background: linear-gradient(180deg, #f8f4ee 0%, #f4f0ea 100%);
}

.man2-problem-card {
  border-radius: 1rem;
  border: 1px solid rgba(21, 17, 17, 0.12);
  background: #fff;
  padding: 1.1rem;
  min-height: 190px;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.man2-problem-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 16px 28px rgba(21, 17, 17, 0.14);
}

.man2-problem-card i {
  width: 48px;
  height: 48px;
  border-radius: 0.85rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.76rem;
  color: #8f1414;
  background: rgba(143, 20, 20, 0.08);
  font-size: 1.26rem;
}

.man2-problem-card h3 {
  font-size: 1.12rem;
  margin-bottom: 0.48rem;
}

.man2-problem-card p {
  margin: 0;
}

.man2-before-after {
  background: #fff;
}

.man2-compare-card {
  height: 100%;
  margin: 0;
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid rgba(21, 17, 17, 0.1);
}

.man2-compare-card img {
  width: 100%;
  min-height: 380px;
  object-fit: cover;
  display: block;
}

.man2-compare-card figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.84rem 0.92rem;
  display: grid;
  gap: 0.38rem;
  color: #fff;
  background: linear-gradient(180deg, transparent 0%, rgba(8, 11, 17, 0.86) 90%);
}

.badge-label {
  width: fit-content;
  border-radius: 999px;
  padding: 0.24rem 0.6rem;
  font-size: 0.74rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.badge-label.before {
  background: rgba(143, 20, 20, 0.84);
}

.badge-label.after {
  background: rgba(18, 119, 68, 0.82);
}

.man2-process {
  background: linear-gradient(180deg, #f5f4f2 0%, #ede9e4 100%);
}

.man2-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.man2-process-grid article {
  border-radius: 1rem;
  border: 1px solid rgba(21, 17, 17, 0.1);
  background: #fff;
  padding: 1.05rem;
  min-height: 195px;
}

.man2-process-grid span {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.66rem;
  font-weight: 800;
  color: #fff;
  background: #8f1414;
}

.man2-process-grid h3 {
  font-size: 2.08rem;
  margin-bottom: 0.4rem;
}

.man2-process-grid p {
  margin: 0;
  line-height: 1.6;
}

.man2-cta {
  background: linear-gradient(130deg, #14120d 0%, #2b2112 60%, #4a1c1c 112%);
}

.man2-cta-box {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
  padding: clamp(1.5rem, 3vw, 2.2rem);
  border-radius: 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.05);
}

.man2-cta-alert {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: 0.72rem;
  border-radius: 999px;
  border: 1px solid rgba(251, 196, 99, 0.52);
  color: #ffdd9c;
  background: rgba(251, 196, 99, 0.1);
  padding: 0.3rem 0.66rem;
  font-size: 0.83rem;
  font-weight: 700;
}

.man2-cta-box h2 {
  color: #fff;
}

.man2-cta-box p {
  color: rgba(243, 239, 235, 0.9);
  margin: 0;
}

@media (max-width: 1199.98px) {
  .inst2-timeline {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .inst2-timeline::before {
    left: 5%;
    right: 5%;
  }

  .man2-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .sv2-hero .row {
    min-height: auto !important;
    padding-top: 6.3rem !important;
    padding-bottom: 4.2rem !important;
  }

  .sv2-hero-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .inst2-timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .inst2-media img,
  .auto2-split-media img,
  .man2-compare-card img {
    min-height: 320px;
  }
}

@media (max-width: 767.98px) {
  .sv2-hero-bg {
    height: 100%;
  }

  .sv2-hero h1 {
    font-size: clamp(1.8rem, 9vw, 2.8rem);
  }

  .sv2-hero p {
    font-size: 0.98rem;
  }

  .sv2-hero-metrics {
    grid-template-columns: 1fr;
  }

  .inst2-timeline {
    grid-template-columns: 1fr;
  }

  .inst2-timeline::before {
    display: none;
  }

  .inst2-step {
    min-height: auto;
  }

  .auto2-kpis {
    grid-template-columns: 1fr;
  }

  .man2-process-grid {
    grid-template-columns: 1fr;
  }
}

/* ==== Instalacao page premium refinement ==== */
.page-instalacao-v2 {
  --inst-space-1: 0.5rem;
  --inst-space-2: 1rem;
  --inst-space-3: 1.5rem;
  --inst-space-4: 2rem;
  --inst-space-5: 3rem;
  --inst-space-6: 4rem;
  --inst-radius-md: 0.95rem;
  --inst-radius-lg: 1.25rem;
  --inst-shadow-soft: 0 14px 26px rgba(12, 10, 10, 0.1);
  --inst-shadow-hover: 0 24px 40px rgba(12, 10, 10, 0.16);
}

.page-instalacao-v2 .inst2-main {
  background: linear-gradient(180deg, #f6f4f4 0%, #f1eded 50%, #f8f5f5 100%);
}

.page-instalacao-v2 .inst2-main > section {
  position: relative;
}

.page-instalacao-v2 .inst2-main h1,
.page-instalacao-v2 .inst2-main h2,
.page-instalacao-v2 .inst2-main h3 {
  letter-spacing: 0.01em;
  text-wrap: balance;
}

.page-instalacao-v2 .inst2-hero h1 {
  font-family: "Bebas Neue", sans-serif !important;
  font-size: 4rem;
  line-height: 1.08 !important;
  max-width: 30ch;
}

.page-instalacao-v2 .inst2-main p {
  line-height: 1.72;
}

.page-instalacao-v2 .section-heading span,
.page-instalacao-v2 .kicker {
  letter-spacing: 0.08em;
}

.page-instalacao-v2 .inst2-hero {
  min-height: min(980px, 100vh);
}

.page-instalacao-v2 .inst2-hero::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  right: -200px;
  bottom: -180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0) 70%);
  z-index: -1;
}

.page-instalacao-v2 .inst2-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 150px;
  background: linear-gradient(180deg, rgba(8, 11, 17, 0) 0%, rgba(8, 11, 17, 0.34) 100%);
  z-index: -1;
}

.page-instalacao-v2 .inst2-hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.32rem 0.72rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: rgba(255, 245, 245, 0.95);
  background: rgba(17, 12, 12, 0.35);
  margin-bottom: 1rem;
  font-size: 0.78rem;
}

.page-instalacao-v2 .inst2-hero-points {
  margin-top: 1.25rem;
  display: grid;
  gap: 0.55rem;
}

.page-instalacao-v2 .inst2-hero-points span {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  color: rgba(247, 241, 241, 0.9);
  font-size: 0.98rem;
}

.page-instalacao-v2 .inst2-hero-points i {
  color: #ffd393;
  margin-top: 0.1rem;
}

.page-instalacao-v2 .sv2-hero .btn {
  min-height: 47px;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.page-instalacao-v2 .sv2-hero .btn:hover {
  transform: translateY(-2px);
}

.page-instalacao-v2 .sv2-metric {
  border-radius: var(--inst-radius-md);
  padding: 1.05rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 16px 28px rgba(6, 6, 8, 0.26);
}

.page-instalacao-v2 .sv2-metric-head {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: rgba(245, 239, 239, 0.94);
  font-size: 1.2rem;
  margin-bottom: 9px;
  padding: 0.1rem 1rem;
  background: #313131;
  font-family: 'Bebas Neue';
  text-transform: uppercase;
  letter-spacing: 0.07em;
  border-radius: 95px;
}

.page-instalacao-v2 .sv2-metric-head i {
  color: #e20909;
}

.page-instalacao-v2 .inst2-jump {
  margin-top: -2rem;
  z-index: 3;
  padding: 0 var(--inst-space-1);
}

.page-instalacao-v2 .inst2-jump-links {
  border-radius: 999px;
  border: 1px solid rgba(143, 20, 20, 0.2);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(8px);
  box-shadow: var(--inst-shadow-soft);
  padding: 0.45rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  margin-inline: auto;
}

.page-instalacao-v2 .inst2-jump-links a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  border-radius: 999px;
  padding: 0.5rem 0.82rem;
  color: #2d1f1f;
  font-weight: 700;
  font-size: 1.2rem;
  text-decoration: none;
  transition: color 220ms ease, background-color 220ms ease;
}

.page-instalacao-v2 .inst2-jump-links a::after {
  content: "";
  position: absolute;
  left: 0.82rem;
  right: 0.82rem;
  bottom: 0.35rem;
  height: 2px;
  border-radius: 999px;
  background: var(--ds-primary);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 220ms ease;
}

.page-instalacao-v2 .inst2-jump-links a:hover {
  color: var(--ds-primary);
  background: rgba(143, 20, 20, 0.08);
}

.page-instalacao-v2 .inst2-jump-links a:hover::after {
  transform: scaleX(1);
}

.page-instalacao-v2 .inst2-jump-icon {
  font-size: 1.6rem !important;
  color: var(--ds-primary) !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.6rem;
  animation: inst2IconFloat 1.35s ease-in-out infinite;
  transform-origin: center;
}

.page-instalacao-v2 .inst2-jump-links a:nth-child(2) .inst2-jump-icon {
  animation-delay: 0.2s;
}

.page-instalacao-v2 .inst2-jump-links a:nth-child(3) .inst2-jump-icon {
  animation-delay: 0.4s;
}

.page-instalacao-v2 .inst2-process {
  padding-top: clamp(4rem, 7vw, 5.5rem);
  background: linear-gradient(180deg, #ffffff 0%, #f8f4f4 100%);
}

.page-instalacao-v2 .inst2-process .section-heading p {
  max-width: 68ch;
  margin: 0.8rem auto 0;
}

.page-instalacao-v2 .inst2-timeline {
  gap: 1.1rem;
}

.page-instalacao-v2 .inst2-step {
  min-height: 238px;
  padding: 1.1rem 1rem 1.05rem;
  border-radius: var(--inst-radius-md);
  box-shadow: var(--inst-shadow-soft);
}

.page-instalacao-v2 .inst2-step small {
  display: inline-flex;
  margin-bottom: 0.45rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 800;
  color: rgba(143, 20, 20, 0.86);
  font-size: 0.72rem;
}

.page-instalacao-v2 .inst2-step::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, rgba(143, 20, 20, 0.75), rgba(143, 20, 20, 0.06));
  border-top-left-radius: var(--inst-radius-md);
  border-bottom-left-radius: var(--inst-radius-md);
  opacity: 0;
  transition: opacity 220ms ease;
}

.page-instalacao-v2 .inst2-step:hover::before {
  opacity: 1;
}

.page-instalacao-v2 .inst2-icon {
  box-shadow: 0 10px 18px rgba(95, 13, 13, 0.32);
}

.page-instalacao-v2 .inst2-split {
  background: linear-gradient(180deg, #f7f1f1 0%, #efe7e7 100%);
}

.page-instalacao-v2 .inst2-media {
  border-radius: var(--inst-radius-lg);
}

.page-instalacao-v2 .inst2-checklist li {
  padding: 0.45rem 0.6rem;
  border-radius: 0.72rem;
  border: 1px solid rgba(143, 20, 20, 0.13);
  background: rgba(255, 255, 255, 0.62);
}

.page-instalacao-v2 .inst2-safety-grid {
  margin-top: 1.1rem;
  display: grid;
  gap: 0.75rem;
}

.page-instalacao-v2 .inst2-safety-card {
  display: flex;
  align-items: flex-start;
  gap: 0.68rem;
  border-radius: 0.9rem;
  border: 1px solid rgba(21, 17, 17, 0.11);
  background: #fff;
  padding: 0.78rem;
  box-shadow: 0 10px 20px rgba(21, 17, 17, 0.08);
}

.page-instalacao-v2 .inst2-safety-card i {
  width: 42px;
  height: 42px;
  border-radius: 0.72rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--ds-primary);
  background: rgba(143, 20, 20, 0.1);
  font-size: 1.1rem;
  flex-shrink: 0;
}

.page-instalacao-v2 .inst2-safety-card strong {
  display: block;
  margin-bottom: 0.2rem;
}

.page-instalacao-v2 .inst2-safety-card p {
  margin: 0;
  line-height: 1.55;
  font-size: 0.95rem;
}

.page-instalacao-v2 .inst2-advantages {
  background: #fff;
}

.page-instalacao-v2 .inst2-adv-intro {
  height: 100%;
  border-radius: var(--inst-radius-lg);
  border: 1px solid rgba(21, 17, 17, 0.09);
  background: linear-gradient(155deg, #8f1414 0%, #671010 48%, #2d0f13 100%);
  color: #fff;
  padding: clamp(1.2rem, 2.8vw, 1.9rem);
  box-shadow: var(--inst-shadow-soft);
}

.page-instalacao-v2 .inst2-adv-intro span {
  display: inline-flex;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.07em;
  color: rgba(255, 223, 170, 0.95);
}

.page-instalacao-v2 .inst2-adv-intro h2 {
  color: #fff;
  margin-bottom: 0.7rem;
  font-size: clamp(1.65rem, 3.2vw, 2.4rem);
}

.page-instalacao-v2 .inst2-adv-intro p {
  color: rgba(255, 241, 241, 0.9);
}

.page-instalacao-v2 .inst2-link-inline {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 0.68rem;
  color: #ffe2b8;
  text-decoration: none;
  font-weight: 700;
}

.page-instalacao-v2 .inst2-link-inline i {
  transition: transform 220ms ease;
}

.page-instalacao-v2 .inst2-link-inline:hover i {
  transform: translateX(3px);
}

.page-instalacao-v2 .inst2-adv-card {
  min-height: 220px;
  border-radius: var(--inst-radius-md);
  box-shadow: var(--inst-shadow-soft);
}

.page-instalacao-v2 .inst2-adv-card:hover {
  box-shadow: var(--inst-shadow-hover);
}

.page-instalacao-v2 .inst2-cta {
  padding-top: clamp(3.5rem, 6vw, 5.2rem);
  padding-bottom: clamp(3.5rem, 6vw, 5.2rem);
}

.page-instalacao-v2 .inst2-cta-box {
  box-shadow: 0 24px 44px rgba(2, 2, 2, 0.35);
}

.page-instalacao-v2 .inst2-cta-chip {
  display: inline-flex;
  margin-bottom: 0.7rem;
  padding: 0.32rem 0.68rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 219, 157, 0.55);
  color: #ffd7a0;
  background: rgba(255, 215, 160, 0.1);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.page-instalacao-v2 .inst2-cta-contact {
  margin-top: 0.95rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.6rem;
}

.page-instalacao-v2 .inst2-cta-contact span {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  padding: 0.36rem 0.62rem;
  color: rgba(248, 244, 244, 0.93);
  font-size: 0.86rem;
  background: rgba(255, 255, 255, 0.06);
}

.page-instalacao-v2 .inst2-cta-contact i {
  color: #ffd393;
}

@media (max-width: 1199.98px) {
  .page-instalacao-v2 .inst2-jump {
    margin-top: -1.5rem;
  }

  .page-instalacao-v2 .inst2-step {
    min-height: 220px;
  }
}

@media (max-width: 991.98px) {
  .page-instalacao-v2 .inst2-jump {
    margin-top: -1.1rem;
  }

  .page-instalacao-v2 .inst2-jump-links {
    border-radius: 1rem;
    justify-content: flex-start;
  }

  .page-instalacao-v2 .inst2-adv-intro {
    min-height: auto;
  }

  .page-instalacao-v2 .inst2-adv-card {
    min-height: 205px;
  }

  .page-instalacao-v2 .inst2-hero h1 {
    font-size: clamp(1rem, 4.4vw, 1.8rem) !important;
    max-width: 100%;
  }
}

@media (max-width: 767.98px) {
  .page-instalacao-v2 .inst2-hero {
    min-height: auto;
  }

  .page-instalacao-v2 .inst2-hero-points span {
    font-size: 0.92rem;
  }

  .page-instalacao-v2 .inst2-jump-icon {
    font-size: 1.5rem !important;
  }

  .page-instalacao-v2 .inst2-jump {
    margin-top: -0.7rem;
  }

  .page-instalacao-v2 .inst2-jump-links {
    gap: 0.3rem;
    padding: 0.35rem;
  }

  .page-instalacao-v2 .inst2-jump-links a {
    width: 100%;
    justify-content: center;
  }

  .page-instalacao-v2 .inst2-step {
    min-height: auto;
  }

  .page-instalacao-v2 .inst2-cta-contact {
    flex-direction: column;
    align-items: center;
  }
}

@keyframes inst2IconFloat {
  0%,
  100% {
    transform: translateY(0) scale(1) rotate(0deg);
    opacity: 0.92;
  }

  50% {
    transform: translateY(-3px) scale(1.18) rotate(8deg);
    opacity: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-instalacao-v2 .inst2-jump-icon {
    animation: none;
  }
}

/* ==== Shared premium base for Automacao and Manutencao ==== */
.page-automacao-v2 .auto2-main,
.page-manutencao-v2 .man2-main {
  background: linear-gradient(180deg, #f6f4f4 0%, #f1eded 50%, #f8f5f5 100%);
}

.page-automacao-v2 .auto2-hero h1,
.page-manutencao-v2 .man2-hero h1 {
  font-family: "Bebas Neue", sans-serif !important;
  font-size: 4rem;
  line-height: 1.08 !important;
  max-width: 30ch;
}

.page-automacao-v2 .auto2-hero-kicker,
.page-manutencao-v2 .man2-hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.32rem 0.72rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: rgba(255, 245, 245, 0.95);
  background: rgba(17, 12, 12, 0.35);
  margin-bottom: 1rem;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.page-automacao-v2 .inst2-hero-points,
.page-manutencao-v2 .inst2-hero-points {
  margin-top: 1.25rem;
  display: grid;
  gap: 0.55rem;
}

.page-automacao-v2 .inst2-hero-points span,
.page-manutencao-v2 .inst2-hero-points span {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  color: rgba(247, 241, 241, 0.9);
  font-size: 0.98rem;
}

.page-automacao-v2 .inst2-hero-points i,
.page-manutencao-v2 .inst2-hero-points i {
  color: #ffd393;
  margin-top: 0.1rem;
}

.page-automacao-v2 .inst2-jump,
.page-manutencao-v2 .inst2-jump {
  margin-top: -2rem;
  z-index: 3;
  padding: 0 0.5rem;
}

.page-automacao-v2 .inst2-jump-links,
.page-manutencao-v2 .inst2-jump-links {
  border-radius: 999px;
  border: 1px solid rgba(143, 20, 20, 0.2);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(8px);
  box-shadow: 0 14px 26px rgba(12, 10, 10, 0.1);
  padding: 0.45rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  margin-inline: auto;
}

.page-automacao-v2 .inst2-jump-links a,
.page-manutencao-v2 .inst2-jump-links a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  border-radius: 999px;
  padding: 0.5rem 0.82rem;
  color: #2d1f1f;
  font-weight: 700;
  font-size: 1.2rem;
  text-decoration: none;
  transition: color 220ms ease, background-color 220ms ease;
}

.page-automacao-v2 .inst2-jump-links a::after,
.page-manutencao-v2 .inst2-jump-links a::after {
  content: "";
  position: absolute;
  left: 0.82rem;
  right: 0.82rem;
  bottom: 0.35rem;
  height: 2px;
  border-radius: 999px;
  background: var(--ds-primary);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 220ms ease;
}

.page-automacao-v2 .inst2-jump-links a:hover,
.page-manutencao-v2 .inst2-jump-links a:hover {
  color: var(--ds-primary);
  background: rgba(143, 20, 20, 0.08);
}

.page-automacao-v2 .inst2-jump-links a:hover::after,
.page-manutencao-v2 .inst2-jump-links a:hover::after {
  transform: scaleX(1);
}

.page-automacao-v2 .inst2-jump-icon,
.page-manutencao-v2 .inst2-jump-icon {
  font-size: 1.6rem !important;
  color: var(--ds-primary) !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.6rem;
  animation: inst2IconFloat 1.35s ease-in-out infinite;
  transform-origin: center;
}

.page-automacao-v2 .inst2-jump-links a:nth-child(2) .inst2-jump-icon,
.page-manutencao-v2 .inst2-jump-links a:nth-child(2) .inst2-jump-icon {
  animation-delay: 0.2s;
}

.page-automacao-v2 .inst2-jump-links a:nth-child(3) .inst2-jump-icon,
.page-manutencao-v2 .inst2-jump-links a:nth-child(3) .inst2-jump-icon {
  animation-delay: 0.4s;
}

.page-automacao-v2 .auto2-compare-card h3,
.page-automacao-v2 .auto2-feature-card h3,
.page-automacao-v2 .auto2-cta-box h2,
.page-manutencao-v2 .man2-problem-card h3,
.page-manutencao-v2 .man2-process-grid h3,
.page-manutencao-v2 .man2-cta-box h2 {
  font-family: "Bebas Neue", sans-serif;
}

@media (max-width: 991.98px) {
  .page-automacao-v2 .auto2-hero h1,
  .page-manutencao-v2 .man2-hero h1 {
    font-size: clamp(1.35rem, 5.5vw, 2.45rem) !important;
    max-width: 100%;
  }

  .page-automacao-v2 .inst2-jump,
  .page-manutencao-v2 .inst2-jump {
    margin-top: -1.1rem;
  }

  .page-automacao-v2 .inst2-jump-links,
  .page-manutencao-v2 .inst2-jump-links {
    border-radius: 1rem;
    justify-content: flex-start;
  }
}

@media (max-width: 767.98px) {
  .page-automacao-v2 .inst2-jump,
  .page-manutencao-v2 .inst2-jump {
    margin-top: -0.7rem;
  }

  .page-automacao-v2 .inst2-jump-links,
  .page-manutencao-v2 .inst2-jump-links {
    gap: 0.3rem;
    padding: 0.35rem;
  }

  .page-automacao-v2 .inst2-jump-links a,
  .page-manutencao-v2 .inst2-jump-links a {
    width: 100%;
    justify-content: center;
    font-size: 1rem;
  }

  .page-automacao-v2 .inst2-jump-icon,
  .page-manutencao-v2 .inst2-jump-icon {
    font-size: 1.5rem !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-automacao-v2 .inst2-jump-icon,
  .page-manutencao-v2 .inst2-jump-icon {
    animation: none;
  }
}

/* ==== Manutencao section upgrade: Problemas + Antes/Depois ==== */
.page-manutencao-v2 .man2-problems {
  position: relative;
  background: radial-gradient(circle at 12% 8%, rgba(143, 20, 20, 0.08) 0%, rgba(143, 20, 20, 0) 40%), linear-gradient(180deg, #f5f2f2 0%, #ece8e8 100%);
  overflow: hidden;
}

.page-manutencao-v2 .man2-problems::before {
  content: "";
  position: absolute;
  width: 440px;
  height: 440px;
  right: -180px;
  top: -160px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(19, 17, 17, 0.08) 0%, rgba(19, 17, 17, 0) 68%);
  pointer-events: none;
}

.page-manutencao-v2 .man2-problems .section-heading p {
  max-width: 62ch;
  margin: 0.75rem auto 0;
}

.page-manutencao-v2 .man2-problems .section-heading {
  position: relative;
  max-width: 860px;
  margin-inline: auto;
  padding: 1.2rem 1.4rem;
  border-radius: 1.2rem;
  border: 1px solid rgba(143, 20, 20, 0.22);
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.9), rgba(247, 241, 241, 0.9));
  box-shadow: 0 14px 30px rgba(21, 17, 17, 0.09);
}

.page-manutencao-v2 .man2-problems .section-heading h2 {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(2.2rem, 4.5vw, 4rem);
  letter-spacing: 0.02em;
}

.page-manutencao-v2 .man2-problems-grid {
  margin-top: 1.4rem !important;
}

.page-manutencao-v2 .man2-problem-card {
  position: relative;
  border-radius: 1.1rem;
  border: 1px solid rgba(21, 17, 17, 0.1);
  background: linear-gradient(165deg, #ffffff 0%, #f8f5f5 100%);
  padding: 1.4rem 1.22rem 1.22rem;
  min-height: 220px;
  box-shadow: 0 12px 24px rgba(21, 17, 17, 0.08);
  transition: transform 240ms ease, box-shadow 260ms ease, border-color 220ms ease;
}

.page-manutencao-v2 .man2-problem-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 3px;
  border-top-left-radius: 1.1rem;
  border-top-right-radius: 1.1rem;
  background: linear-gradient(90deg, rgba(143, 20, 20, 0.95), rgba(143, 20, 20, 0.1));
}

.page-manutencao-v2 .man2-problem-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 24px 36px rgba(21, 17, 17, 0.15);
  border-color: rgba(143, 20, 20, 0.25);
}

.page-manutencao-v2 .man2-problem-card i {
  width: 72px;
  height: 72px;
  border-radius: 1.15rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  color: #8f1414;
  background: linear-gradient(145deg, rgba(143, 20, 20, 0.14), rgba(143, 20, 20, 0.05));
  font-size: 1.7rem;
  box-shadow: 0 10px 18px rgba(143, 20, 20, 0.2);
  animation: man2IconPulse 1.6s ease-in-out infinite;
}

.page-manutencao-v2 .man2-problem-card h3 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.65rem;
  letter-spacing: 0.02em;
  margin-bottom: 0.46rem;
}

.page-manutencao-v2 .man2-problems-grid .col-md-6:nth-child(2) .man2-problem-card i {
  animation-delay: 0.15s;
}

.page-manutencao-v2 .man2-problems-grid .col-md-6:nth-child(3) .man2-problem-card i {
  animation-delay: 0.3s;
}

.page-manutencao-v2 .man2-problems-grid .col-md-6:nth-child(4) .man2-problem-card i {
  animation-delay: 0.45s;
}

.page-manutencao-v2 .man2-problems-grid .col-md-6:nth-child(5) .man2-problem-card i {
  animation-delay: 0.6s;
}

.page-manutencao-v2 .man2-before-after {
  position: relative;
  background: linear-gradient(180deg, #f2efef 0%, #ece8e8 100%);
}

.page-manutencao-v2 .man2-before-after::before {
  content: "ANTES x DEPOIS";
  position: absolute;
  top: clamp(1.15rem, 2vw, 1.55rem);
  left: 50%;
  transform: translateX(-50%);
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  color: rgba(21, 17, 17, 0.62);
}

.page-manutencao-v2 .man2-before-after .container {
  padding-top: clamp(2.2rem, 4vw, 3rem);
}

.page-manutencao-v2 .man2-compare-card {
  border-radius: 1.2rem;
  border: 1px solid rgba(21, 17, 17, 0.12);
  box-shadow: 0 18px 34px rgba(16, 14, 14, 0.18);
  transition: transform 240ms ease, box-shadow 260ms ease;
}

.page-manutencao-v2 .man2-compare-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 42px rgba(16, 14, 14, 0.24);
}

.page-manutencao-v2 .man2-compare-card.is-placeholder::after {
  content: "PLACEHOLDER";
  position: absolute;
  top: 0.9rem;
  right: 0.9rem;
  padding: 0.22rem 0.58rem;
  border-radius: 999px;
  background: rgba(8, 11, 17, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  z-index: 2;
}

.page-manutencao-v2 .man2-compare-card img {
  min-height: 430px;
  object-fit: cover;
  filter: saturate(0.9) contrast(1.03);
}

.page-manutencao-v2 .man2-compare-card figcaption {
  padding: 1rem 1rem 0.95rem;
}

.page-manutencao-v2 .man2-compare-card strong {
  font-family: "Bebas Neue", sans-serif;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.01em;
}

@media (max-width: 991.98px) {
  .man2-process-grid h3 {
    font-size: 1.72rem;
  }

  .page-manutencao-v2 .man2-problem-card {
    min-height: 205px;
  }

  .page-manutencao-v2 .man2-compare-card img {
    min-height: 340px;
  }

  .page-manutencao-v2 .man2-compare-card strong {
    font-size: 1.6rem;
  }
}

@media (max-width: 767.98px) {
  .man2-process-grid h3 {
    font-size: 1.46rem;
  }

  .page-manutencao-v2 .man2-problems .section-heading {
    padding: 1rem 0.92rem;
  }

  .page-manutencao-v2 .man2-problem-card i {
    width: 62px;
    height: 62px;
    font-size: 1.5rem;
  }

  .page-manutencao-v2 .man2-before-after::before {
    font-size: 1.02rem;
  }

  .page-manutencao-v2 .man2-compare-card img {
    min-height: 260px;
  }

  .page-manutencao-v2 .man2-compare-card strong {
    font-size: 1.35rem;
  }
}

@keyframes man2IconPulse {
  0%,
  100% {
    transform: translateY(0) scale(1) rotate(0deg);
  }

  50% {
    transform: translateY(-4px) scale(1.1) rotate(7deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-manutencao-v2 .man2-problem-card i {
    animation: none;
  }
}

/* ==== Page Contato ==== */
.page-contato {
  background: #f5f3f3;
}

.page-contato .contato-hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.page-contato .contato-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 112%;
  object-fit: cover;
  z-index: -3;
}

.page-contato .contato-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
  background: linear-gradient(125deg, rgb(0 0 0 / 90%) 18%, rgb(0 0 0 / 58%) 60%, rgb(18 2 2 / 83%) 100%);
}

.page-contato .contato-kicker {
  display: inline-flex;
  align-items: center;
  padding: 0.32rem 0.72rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  color: rgba(255, 247, 247, 0.94);
  background: rgba(17, 12, 12, 0.35);
  margin-bottom: 1rem;
}

.page-contato .contato-hero h1 {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(2.1rem, 5.2vw, 4.2rem);
  color: #fff;
  line-height: 1.02;
  letter-spacing: 0.01em;
  margin-bottom: 0.8rem;
}

.page-contato .contato-hero p {
  color: rgba(246, 241, 241, 0.92);
  max-width: 58ch;
}

.page-contato .contato-hero .btn-outline-ebpa {
  border-color: rgba(255, 255, 255, 0.45);
  color: #fff;
}

.page-contato .contato-hero-card {
  border-radius: 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.23);
  background: rgba(8, 11, 17, 0.62);
  backdrop-filter: blur(4px);
  padding: 1.05rem;
}

.page-contato .contato-hero-card h2 {
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-size: 2rem;
  margin-bottom: 0.55rem;
}

.page-contato .contato-hero-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.52rem;
}

.page-contato .contato-hero-card li {
  color: rgba(244, 240, 240, 0.92);
  display: flex;
  align-items: flex-start;
  gap: 0.45rem;
}

.page-contato .contato-hero-card i {
  color: #ffd393;
  margin-top: 0.1rem;
}

.page-contato .contato-canais,
.page-contato .contato-main {
  padding: clamp(3rem, 6vw, 5rem) 0;
}

.page-contato .contato-canais {
  background: linear-gradient(180deg, #f7f3f3 0%, #efebeb 100%);
}

.page-contato .contato-canal-card {
  height: 100%;
  border-radius: 1rem;
  border: 1px solid rgba(21, 17, 17, 0.1);
  background: linear-gradient(162deg, #ffffff 0%, #f8f4f4 100%);
  padding: 1.12rem;
  transition: transform 220ms ease, box-shadow 240ms ease;
}

.page-contato .contato-canal-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 30px rgba(21, 17, 17, 0.13);
}

.page-contato .contato-canal-card i {
  width: 52px;
  height: 52px;
  border-radius: 0.9rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.75rem;
  font-size: 1.4rem;
  color: #8f1414;
  background: rgba(143, 20, 20, 0.1);
}

.page-contato .contato-canal-card h3 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.75rem;
  margin-bottom: 0.35rem;
}

.page-contato .contato-canal-card p {
  margin-bottom: 0.75rem;
}

.page-contato .contato-canal-card a {
  color: #8f1414;
  font-weight: 700;
  text-decoration: none;
}

.page-contato .contato-form-wrap,
.page-contato .contato-side-card {
  border-radius: 1.15rem;
  border: 1px solid rgba(21, 17, 17, 0.1);
  background: #fff;
  box-shadow: 0 14px 26px rgba(21, 17, 17, 0.09);
}

.page-contato .contato-form-wrap {
  padding: clamp(1.2rem, 2.7vw, 1.9rem);
}

.page-contato .contato-form-wrap h2 {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(2rem, 4.2vw, 3.3rem);
  margin-bottom: 0.4rem;
}

.page-contato .contato-form-wrap p {
  margin-bottom: 1rem;
}

.page-contato .contato-form .form-label {
  font-weight: 700;
  margin-bottom: 0.35rem;
}

.page-contato .contato-form .form-control,
.page-contato .contato-form .form-select {
  border-radius: 0.82rem;
  border: 1px solid rgba(21, 17, 17, 0.16);
  padding: 0.7rem 0.82rem;
}

.page-contato .contato-form .form-control:focus,
.page-contato .contato-form .form-select:focus {
  border-color: rgba(143, 20, 20, 0.45);
  box-shadow: 0 0 0 0.2rem rgba(143, 20, 20, 0.15);
}

.page-contato .contato-side-card {
  padding: 1.2rem;
  height: 100%;
}

.page-contato .contato-side-card h3 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 2rem;
  margin-bottom: 0.6rem;
}

.page-contato .contato-side-card ul {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
  display: grid;
  gap: 0.5rem;
}

.page-contato .contato-side-card li {
  display: flex;
  align-items: flex-start;
  gap: 0.45rem;
}

.page-contato .contato-side-card i {
  color: #8f1414;
  margin-top: 0.1rem;
}

.page-contato .contato-map-placeholder {
  min-height: 210px;
  border-radius: 1rem;
  border: 1px dashed rgba(21, 17, 17, 0.22);
  background: linear-gradient(140deg, #f2f4f8 0%, #e5eaef 100%);
  display: grid;
  place-content: center;
  gap: 0.35rem;
  text-align: center;
  color: #3c3333;
}

.page-contato .contato-map-placeholder i {
  font-size: 2rem;
  color: #8f1414;
}

@media (max-width: 991.98px) {
  .page-contato .contato-hero .row {
    min-height: auto !important;
    padding-top: 6.2rem !important;
    padding-bottom: 4rem !important;
  }

  .page-contato .contato-hero h1 {
    font-size: clamp(1.9rem, 8vw, 3rem);
  }
}

@media (max-width: 767.98px) {
  .page-contato .contato-canal-card h3 {
    font-size: 1.5rem;
  }

  .page-contato .contato-side-card,
  .page-contato .contato-form-wrap {
    padding: 1rem;
  }
}
