/**
* Template Name: Constructo
* Template URL: https://bootstrapmade.com/constructo-bootstrap-construction-template/
* Updated: Aug 30 2025 with Bootstrap v5.3.8
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

@charset "UTF-8";

/*--------------------------------------------------------------
# Font & Color Variables
# Help: https://bootstrapmade.com/color-system/
--------------------------------------------------------------*/
/* Fonts */
:root {
  --default-font: "Roboto",  system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --heading-font: "Ubuntu",  sans-serif;
  --nav-font: "Lato",  sans-serif;
}

/* Global Colors - The following color variables are used throughout the website. Updating them here will change the color scheme of the entire website */
:root { 
  --background-color: #f9fafb; /* Background color for the entire website, including individual sections */
  --default-color: #333333; /* Default color used for the majority of the text content across the entire website */
  --heading-color: #102a49; /* Color for headings, subheadings and title throughout the website */
  --accent-color: #f9b636; /* Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
  --surface-color: #ffffff; /* The surface color is used as a background of boxed elements within sections, such as cards, icon boxes, or other elements that require a visual separation from the global background. */
  --contrast-color: #ffffff; /* Contrast color for text, ensuring readability against backgrounds of accent, heading, or default colors. */
}

/* Nav Menu Colors - The following color variables are used specifically for the navigation menu. They are separate from the global colors to allow for more customization options */
:root {
  --nav-color: #333333;  /* The default color of the main navmenu links */
  --nav-hover-color: #f9b636; /* Applied to main navmenu links when they are hovered over or active */
  --nav-mobile-background-color: #ffffff; /* Used as the background color for mobile navigation menu */
  --nav-dropdown-background-color: #ffffff; /* Used as the background color for dropdown items that appear when hovering over primary navigation items */
  --nav-dropdown-color: #333333; /* Used for navigation links of the dropdown items in the navigation menu. */
  --nav-dropdown-hover-color: #f9b636; /* Similar to --nav-hover-color, this color is applied to dropdown navigation links when they are hovered over. */
}

/* Color Presets - These classes override global colors when applied to any section or element, providing reuse of the sam color scheme. */

.light-background {
  --background-color: #eff1f3;
  --surface-color: #ffffff;
}

.dark-background {
  --background-color: #f9b636;
  --default-color: #ffffff;
  --heading-color: #ffffff;
  --accent-color: #ffffff;
  --surface-color: #252525;
  --contrast-color: #ffffff;
}

/* Smooth scroll */
:root {
  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# General Styling & Shared Classes
--------------------------------------------------------------*/
body {
  color: var(--default-color);
  background-color: var(--background-color);
  font-family: var(--default-font);
}

a {
  color: var(--accent-color);
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  color: color-mix(in srgb, var(--accent-color), transparent 25%);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
  font-family: var(--heading-font);
}


/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
.header {
  --background-color: #ffffff;
  color: var(--default-color);
  transition: all 0.5s;
  z-index: 997;
  background-color: var(--background-color);
}

.header .topbar {
  background-color: #f9b636;
  height: 40px;
  padding: 0;
  font-size: 14px;
  transition: all 0.5s;
}

/* Estilos para os links de contato */
.header .topbar .contact-link {
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
  line-height: 0;
}

.header .topbar .contact-link:hover {
  text-decoration: none;
	color: #000;
}

.header .topbar .contact-link i {
  font-style: normal;
  color: #000;
}

.header .topbar .contact-link .contact-text {
  padding-left: 5px;
  color: #000;
}

/* Esconder texto no mobile e manter ícone com link */
@media (max-width: 767px) {
  .header .topbar .contact-link .contact-text {
    display: none;
  }
  
  .header .topbar .contact-link i {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .header .topbar .contact-link .contact-text {
    font-size: 13px;
  }
}

/* Redes sociais - já somem no mobile com d-none d-md-flex */
/* O d-none no div e d-md-flex já cuida disso */

.header .topbar .social-links a {
  color: #0a0b12;
  line-height: 0;
  transition: 0.3s;
  margin-left: 20px;
}

.header .topbar .social-links a:hover {
  color: var(--contrast-color);
}

.header .branding {
  min-height: 60px;
  padding: 10px 0;
}

.header .logo {
  line-height: 1;
}

.header .logo img {
  max-height: 70px;
  margin-right: 8px;
}

.header .logo h1 {
  font-size: 30px;
  margin: 0;
  font-weight: 700;
  color: var(--heading-color);
}

.scrolled .header {
  box-shadow: 0px 0 18px rgba(0, 0, 0, 0.1);
}

.scrolled .header .topbar {
  height: 0;
  visibility: hidden;
  overflow: hidden;
}


		.top-bar {
  background-color: #f9b636;
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 10px 20px;
  border-bottom: solid 1px #575757
}
.top-bar a {
  color: #161616;
  text-decoration: none;
  margin-right: 20px
}

.top-bar a:hover {
  color: #fff;
}

.top-bar i {
  margin-right: 8px
}
.top-bar-left, .top-bar-right {
  display: flex;
  align-items: center
}
.top-bar-left .top-bar-item {
  display: flex;
  align-items: center
}
.top-bar-right .top-bar-item {
  margin-left: 10px
}
.text {
  display: inline
}
@media (max-width:1280px) {
  .top-bar .text {
    display: none
  }
  .top-bar {
    flex-direction: column;
    text-align: center;
    padding: 5px 10px
  }
  .top-bar-left {
    justify-content: center;
    margin: 5px 0
  }
  .top-bar-right {
    display: none
  }
}
@media (max-width:768px) {
  .top-bar .text {
    display: none
  }
  .top-bar {
    flex-direction: column;
    text-align: center;
    padding: 5px 10px
  }
  .top-bar-left {
    justify-content: center;
    margin: 5px 0
  }
  .top-bar-right {
    display: none
  }
}
@media (max-width:500px) {
  .top-bar-left {
    justify-content: center
  }
  .top-bar-right {
    display: none
  }
}
@media (max-width:320px) {
  .top-bar {
    padding: 3px 5px
  }
  .top-bar-left .top-bar-item {
    margin-right: 5px
  }
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Navmenu - Desktop */
@media (min-width: 1200px) {
  .navmenu {
    padding: 0;
  }

  .navmenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navmenu li {
    position: relative;
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-color);
    padding: 18px 15px;
    font-size: 16px;
    font-family: var(--nav-font);
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    transition: 0.3s;
  }

  .navmenu li:last-child a {
    padding-right: 0;
  }

  .navmenu li:hover>a,
  .navmenu .active,
  .navmenu .active:focus {
    color: #000;
  }

  .navmenu .dropdown ul {
    margin: 0;
    padding: 10px 0;
    background: var(--nav-dropdown-background-color);
    display: block;
    position: absolute;
    visibility: hidden;
    left: 14px;
    top: 130%;
    opacity: 0;
    transition: 0.3s;
    border-radius: 4px;
    z-index: 99;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }

  .navmenu .dropdown ul li {
    min-width: 200px;
  }

  .navmenu .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    color: var(--nav-dropdown-color);
  }

  .navmenu .dropdown ul a i {
    font-size: 12px;
  }

  .navmenu .dropdown ul a:hover,
  .navmenu .dropdown ul .active:hover,
  .navmenu .dropdown ul li:hover>a {
    color: var(--nav-dropdown-hover-color);
  }

  .navmenu .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navmenu .dropdown .dropdown ul {
    top: 0;
    left: -90%;
    visibility: hidden;
  }

  .navmenu .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: -100%;
    visibility: visible;
  }
}

/* Navmenu - Mobile */
@media (max-width: 1199px) {
  .mobile-nav-toggle {
    color: var(--nav-color);
    font-size: 28px;
    line-height: 0;
    margin-right: 10px;
    cursor: pointer;
    transition: color 0.3s;
  }

  .navmenu {
    padding: 0;
    z-index: 9997;
  }

  .navmenu ul {
    display: none;
    list-style: none;
    position: absolute;
    inset: 60px 20px 20px 20px;
    padding: 10px 0;
    margin: 0;
    border-radius: 6px;
    background-color: var(--nav-mobile-background-color);
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-dropdown-color);
    padding: 10px 20px;
    font-family: var(--nav-font);
    font-size: 17px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    background-color: #f6b94a;
  }

  .navmenu a i:hover,
  .navmenu a:focus i:hover {
    background-color: #f6b94a;
    color: var(--contrast-color);
  }

  .navmenu a:hover,
  .navmenu .active,
  .navmenu .active:focus {
    color: #000;
  }

  .navmenu .active i,
  .navmenu .active:focus i {
    background-color: #f6b94a;
    color: var(--contrast-color);
    transform: rotate(180deg);
  }

  .navmenu .dropdown ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 10px 0;
    margin: 10px 20px;
    background-color: #f6b94a;
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    box-shadow: none;
    transition: all 0.5s ease-in-out;
  }

  .navmenu .dropdown ul ul {
    background-color: rgba(33, 37, 41, 0.1);
  }

  .navmenu .dropdown>.dropdown-active {
    display: block;
    background-color: rgba(33, 37, 41, 0.03);
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .mobile-nav-toggle {
    color: #fff;
    position: absolute;
    font-size: 32px;
    top: 15px;
    right: 15px;
    margin-right: 0;
    z-index: 9999;
  }

  .mobile-nav-active .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(33, 37, 41, 0.8);
    transition: 0.3s;
  }

  .mobile-nav-active .navmenu>ul {
    display: block;
  }
}


/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 999999;
  overflow: hidden;
  background: var(--background-color);
  transition: all 0.6s ease-out;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #ffffff;
  border-color: var(--accent-color) transparent var(--accent-color) transparent;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1.5s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background-color: var(--accent-color);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: var(--contrast-color);
  line-height: 0;
}

.scroll-top:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
  color: var(--contrast-color);
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Global Page Titles & Breadcrumbs
--------------------------------------------------------------*/
.page-title {
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 25px 0;
  position: relative;
	border-bottom: solid 1px #00000012;
}

.page-title h1 {
  font-size: 24px;
  font-weight: 700;
}

.page-title h2 {
  font-size: 24px;
  font-weight: 700;
}

.page-title .breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
	
}

.page-title .breadcrumbs ol li+li {
  padding-left: 10px;
	
}

.page-title .breadcrumbs ol li a {
  padding-left: 10px;
	color: #000;
}

.page-title .breadcrumbs ol li+li a {
  padding-left: 10px;
	color: #000;
}


.page-title .breadcrumbs ol li+li::before {
  content: "/";
  display: inline-block;
  padding-right: 10px;
  color: color-mix(in srgb, var(--default-color), transparent 70%);
}

/*--------------------------------------------------------------
# Global Sections
--------------------------------------------------------------*/
section,
.section {
  color: var(--default-color);
  background-color: #fff;
  padding: 60px 0;
  scroll-margin-top: 90px;
  overflow: clip;
}

@media (max-width: 1199px) {

  section,
  .section {
    scroll-margin-top: 66px;
  }
}

/*--------------------------------------------------------------
# Global Section Titles
--------------------------------------------------------------*/
.section-title {
  padding-bottom: 60px;
  position: relative;
}

.section-title h2 {
  font-size: 24px;
  font-weight: 700;
  padding: 0;
  line-height: 1px;
  margin: 0;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  position: relative;
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: var(--accent-color);
  margin: 4px 10px;
}

.section-title p {
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  margin: 5px 0 0 0;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--heading-font);
}

	
	.hidden {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}

.close-tooltip {
  margin-left: 8px;
  cursor: pointer;
  font-weight: bold;
  color: #fff;
  font-size: 16px;
}

/* Container fixo no canto inferior direito */
.floating-tooltip {
  position: fixed;
  bottom: 100px;
  right: 10px;
  display: flex;
  align-items: center;
  z-index: 9999;
}

/* Tooltip visÃƒÆ’Ã‚Â­vel */
.floating-tooltip .tooltip-text {
  background: #333;
  color: #fff;
  padding: 8px 12px;
  border-radius: 8px;
  margin-right: 10px;
  font-size: 14px;
  white-space: nowrap;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  position: relative;
  opacity: 1;
  transition: opacity 0.3s ease;
}

/* Ocultar suavemente */
.floating-tooltip .tooltip-text.hidden {
  opacity: 0;
  pointer-events: none;
}

/* BotÃƒÆ’Ã‚Â£o de fechar o tooltip */
.close-tooltip {
  position: absolute;
  top: -6px;
  right: -6px;
  background: #080808;
  color: #fff;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  cursor: pointer;
  transition: background 0.2s;
}

.close-tooltip:hover {
  background: #fff;
	color: #000;
}

/* BotÃƒÆ’Ã‚Â£o de chat */


.chat-btn {
  background: #33bd31;
  color: #fff;
  font-size: 24px;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0,0,0,0.25);
  transition: transform 0.2s;
}

.chat-btn i {
  color: #fff;
  font-size: 2.5rem;
}

.chat-btn:hover {
  transform: scale(1.1);
  background: #33bd31;
  color: #fff;
}



/* ========================================
   Hero Section - CAT Terraplenagem
   Botões laterais somem no celular
   ======================================== */

.hero-terraplanagem {
  width: 100%;
  min-height: 85vh;
  position: relative;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  contain: layout paint;
}

/* Overlay escuro para melhor contraste */
.hero-terraplanagem__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 2;
  pointer-events: none;
}

/* Conteúdo textual */
.hero-terraplanagem__content {
  position: relative;
  z-index: 10;
  padding: 140px 24px 60px;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  pointer-events: auto;
}

@media (max-width: 768px) {
  .hero-terraplanagem__content {
    padding: 100px 20px 60px;
  }
}

.hero-terraplanagem__container {
  width: 100%;
}

.hero-terraplanagem__row {
  display: flex;
  justify-content: center;
}

.hero-terraplanagem__col {
  width: 100%;
}

.hero-terraplanagem__title {
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 800;
  margin-bottom: 24px;
  color: #ffffff;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
  line-height: 1.2;
  position: relative;
  padding-bottom: 24px;
}

.hero-terraplanagem__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #f5b042, #e67e22);
  border-radius: 2px;
}

.hero-terraplanagem__description {
  font-size: clamp(16px, 2vw, 20px);
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 40px;
  line-height: 1.5;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
}

/* Botões */
.hero-terraplanagem__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}

.hero-terraplanagem__btn {
  display: inline-block;
  padding: 14px 36px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 50px;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  will-change: transform;
}

.hero-terraplanagem__btn--primary {
  background: linear-gradient(135deg, #f5b042, #e67e22);
  color: #19110b;
  border: none;
  box-shadow: 0 4px 15px rgba(230, 126, 34, 0.3);
}

.hero-terraplanagem__btn--primary:hover {
  transform: translateY(-3px);
  color: #fff;
  box-shadow: 0 8px 25px rgba(230, 126, 34, 0.4);
  background: linear-gradient(135deg, #f5b042, #d35400);
}

.hero-terraplanagem__btn--secondary {
  background: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
  backdrop-filter: blur(4px);
}

.hero-terraplanagem__btn--secondary:hover {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  border-color: #f5b042;
  transform: translateY(-3px);
}

/* Carousel */
.hero-terraplanagem__carousel {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 1;
}

.hero-terraplanagem__carousel-item {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
  visibility: hidden;
  will-change: opacity;
}

.hero-terraplanagem__carousel-item.active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.hero-terraplanagem__carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Botões do carousel - SÓ DESKTOP */
.hero-terraplanagem__carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  border: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  backdrop-filter: blur(4px);
  pointer-events: auto;
}

/* ESCONDE OS BOTÕES NO CELULAR */
@media (max-width: 768px) {
  .hero-terraplanagem__carousel-btn {
    display: none !important;
  }
}

.hero-terraplanagem__carousel-btn:hover {
  background: #f5b042;
  color: #19110b;
  transform: translateY(-50%) scale(1.05);
}

.hero-terraplanagem__carousel-btn:active {
  transform: translateY(-50%) scale(0.95);
}

.hero-terraplanagem__carousel-btn--prev {
  left: 20px;
}

.hero-terraplanagem__carousel-btn--next {
  right: 20px;
}

@media (min-width: 768px) {
  .hero-terraplanagem__carousel-btn--prev {
    left: 40px;
  }
  .hero-terraplanagem__carousel-btn--next {
    right: 40px;
  }
}

/* Dots de navegação - sempre visíveis */
.hero-terraplanagem__carousel-dots {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  gap: 12px;
  z-index: 999;
}

.hero-terraplanagem__dot {
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  pointer-events: auto;
}

.hero-terraplanagem__dot.active {
  width: 32px;
  border-radius: 6px;
  background: #f5b042;
}

.hero-terraplanagem__dot:hover {
  background: #f5b042;
  transform: scale(1.2);
}

/* Responsivo */
@media (max-width: 768px) {
  .hero-terraplanagem__btn {
    padding: 10px 24px;
    font-size: 13px;
  }
  
  .hero-terraplanagem__carousel-dots {
    bottom: 20px;
  }
  
  .hero-terraplanagem__dot {
    width: 10px;
    height: 10px;
  }
  
  .hero-terraplanagem__dot.active {
    width: 28px;
  }
}

/* Redução de movimento para acessibilidade */
@media (prefers-reduced-motion: reduce) {
  .hero-terraplanagem__carousel-item {
    transition: none;
  }
  
  .hero-terraplanagem__btn,
  .hero-terraplanagem__carousel-btn {
    transition: none;
  }
}

/* ========================================
   WHO WE ARE SECTION - CAT Terraplenagem
   Moderno, performático e responsivo
   ======================================== */

.quem-somos {
  padding: 100px 0;
  position: relative;
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  overflow: hidden;
}

/* Decoração de fundo sutil */
.quem-somos::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -10%;
  width: 60%;
  height: 120%;
  background: radial-gradient(circle, rgba(249, 182, 54, 0.03) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

/* ========================================
   LEFT COLUMN - TEXT CONTENT
   ======================================== */
.quem-somos__content {
  position: relative;
  z-index: 1;
}

.quem-somos__badge-text {
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #f9b636;
    background: rgb(24 16 11 / 76%);
    padding: 6px 14px;
    border-radius: 30px;
    margin-bottom: 15px;

}

.quem-somos__title {
  font-size: clamp(32px, 4vw, 44px);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 16px;
  color: #19110b;
}

.quem-somos__title .highlight {
  color: #f9b636;
  position: relative;
  display: inline-block;
}

.quem-somos__title .highlight::after {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 100%;
  height: 8px;
  background: rgba(249, 182, 54, 0.25);
  border-radius: 4px;
  z-index: -1;
}

.quem-somos__subtitle {
  font-size: clamp(18px, 2vw, 20px);
  font-weight: 500;
  color: #4a5568;
  margin-bottom: 24px;
  line-height: 1.4;
}

.quem-somos__text {
  color: #5a6a7a;
  line-height: 1.7;
  margin-bottom: 32px;
}

.quem-somos__text p {
  margin-bottom: 16px;
  font-size: 16px;
}

/* ========================================
   BUTTONS
   ======================================== */
.quem-somos__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 32px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.2, 0.9, 0.4, 1.1);
  cursor: pointer;
  border: none;
}

.btn i {
  font-size: 18px;
  transition: transform 0.2s ease;
}

.btn-primary {
  background: linear-gradient(135deg, #f9b636 0%, #e67e22 100%);
  color: #19110b;
  box-shadow: 0 4px 12px rgba(249, 182, 54, 0.3);
}

.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(249, 182, 54, 0.4);
}

.btn-primary:hover i {
  transform: scale(1.05);
}

.btn-outline {
  background: transparent;
  color: #19110b;
  border: 2px solid #e2e8f0;
}

.btn-outline:hover {
  border-color: #f9b636;
  background: rgba(249, 182, 54, 0.08);
  transform: translateY(-3px);
}

.btn-outline:hover i {
  transform: scale(1.05);
  color: #f9b636;
}

.btn-whatsapp:hover {
  border-color: #25D366;
  background: rgba(37, 211, 102, 0.08);
}

.btn-whatsapp:hover i {
  color: #25D366;
}

/* ========================================
   RIGHT COLUMN - IMAGE WITH BADGE
   ======================================== */
.quem-somos__image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
}

.quem-somos__image-container {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 35px -10px rgba(0, 0, 0, 0.15);
  transition: all 0.4s ease;
}

.quem-somos__image-container:hover {
  transform: scale(1.02);
  box-shadow: 0 25px 40px -12px rgba(0, 0, 0, 0.2);
}

.quem-somos__image {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.quem-somos__image-container:hover .quem-somos__image {
  transform: scale(1.05);
}

.quem-somos__image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(249, 182, 54, 0.15) 0%, rgba(0, 0, 0, 0) 60%);
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.quem-somos__image-container:hover .quem-somos__image-overlay {
  opacity: 0.5;
}

/* ========================================
   CIRCULAR BADGE - SOBREPOSTO
   ======================================== */
.quem-somos__badge {
  position: absolute;
  top: -20px;
  left: -20px;
  z-index: 10;
  width: 140px;
  height: 140px;
  background: linear-gradient(145deg, #f9b636, #e67e22);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}

.quem-somos__badge:hover {
  transform: scale(1.05);
  box-shadow: 0 15px 30px rgba(249, 182, 54, 0.4);
}

.quem-somos__badge-number {
  font-size: 38px;
  font-weight: 800;
  color: #fff;
  line-height: 1;
  margin-bottom: 4px;
}

.quem-somos__badge-label {
  font-size: 0.8rem;
  font-weight: 600;
  color: #19110b;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* ========================================
   RESPONSIVE
   ======================================== */
@media (max-width: 991px) {
  .quem-somos {
    padding: 70px 0;
  }
  
  .quem-somos__badge {
    width: 90px;
    height: 90px;
    top: -15px;
    left: -15px;
  }
  
  .quem-somos__badge-number {
    font-size: 30px;
  }
  
  .quem-somos__badge-label {
    font-size: 9px;
  }
  
  .quem-somos__buttons {
    justify-content: flex-start;
  }
}

@media (max-width: 768px) {
  .quem-somos {
    padding: 60px 0;
  }
  
  .btn {
    padding: 12px 24px;
    font-size: 14px;
  }
  
  .quem-somos__badge {
    width: 80px;
    height: 80px;
    top: -10px;
    left: -10px;
  }
  
  .quem-somos__badge-number {
    font-size: 26px;
  }
  
  .quem-somos__badge-label {
    font-size: 8px;
  }
}

@media (max-width: 576px) {
  .quem-somos__buttons {
    flex-direction: column;
    width: 100%;
  }
  
  .btn {
    justify-content: center;
    width: 100%;
  }
  
  .quem-somos__badge {
    width: 70px;
    height: 70px;
  }
  
  .quem-somos__badge-number {
    font-size: 22px;
  }
  
  .quem-somos__title .highlight::after {
    height: 6px;
    bottom: 4px;
  }
}

/* ========================================
   SERVICES SECTION - CAT Terraplenagem
   Contraste com a seção Quem Somos
   ======================================== */

.servicos-section {
  background: linear-gradient(135deg, #f0f2f5 0%, #e8ecef 100%);
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

/* Decoração de fundo sutil */
.servicos-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle at 10% 20%, rgba(249, 182, 54, 0.03) 0%, transparent 50%);
  pointer-events: none;
}

/* ========================================
   HEADER DA SEÇÃO
   ======================================== */
.servicos__badge {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #0a0a0a;
  background: rgba(249, 182, 54, 0.15);
  padding: 6px 16px;
  border-radius: 30px;
  margin-bottom: 20px;
}

.servicos__title {
  font-size: clamp(32px, 4vw, 44px);
  font-weight: 700;
  color: #19110b;
  margin-bottom: 20px;
}

.servicos__title .highlight {
  color: #f9b636;
  position: relative;
  display: inline-block;
}

.servicos__title .highlight::after {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 100%;
  height: 8px;
  background: rgba(249, 182, 54, 0.25);
  border-radius: 4px;
  z-index: -1;
}

.servicos__divider {
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, #f9b636, #e67e22);
  margin: 0 auto 20px auto;
  border-radius: 3px;
}

.servicos__subtitle {
  font-size: clamp(16px, 2vw, 18px);
  font-weight: 500;
  color: #5a6a7a;
  max-width: 700px;
  margin: 30px auto;
  line-height: 1.5;
}

/* ========================================
   CARDS DE SERVIÇOS
   ======================================== */
.servico-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 40px 28px;
  text-align: center;
  transition: all 0.35s cubic-bezier(0.2, 0.9, 0.4, 1.1);
  height: 100%;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.03);
  position: relative;
  z-index: 1;
}

.servico-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 24px;
  padding: 1px;
  background: linear-gradient(135deg, transparent 0%, transparent 50%, rgba(249, 182, 54, 0.2) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
  z-index: -1;
}

.servico-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 25px 45px rgba(0, 0, 0, 0.12);
}

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

/* Ícone do card */
.servico-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 85px;
  height: 85px;
  background: linear-gradient(135deg, rgba(249, 182, 54, 0.12) 0%, rgba(230, 126, 34, 0.08) 100%);
  border-radius: 30px;
  margin-bottom: 25px;
  transition: all 0.35s cubic-bezier(0.2, 0.9, 0.4, 1.1);
}

.servico-card:hover .servico-card__icon {
  background: linear-gradient(135deg, #f9b636 0%, #e67e22 100%);
  transform: scale(1.05) rotate(5deg);
  border-radius: 35px;
}

.servico-card__icon i {
  font-size: 2.5rem;
  color: #f9b636;
  transition: all 0.35s ease;
}

.servico-card:hover .servico-card__icon i {
  color: #ffffff;
  transform: scale(1.05);
}

/* Título */
.servico-card__title {
  font-size: 1.35rem;
  font-weight: 700;
  color: #19110b;
  margin-bottom: 15px;
  transition: color 0.25s ease;
}

.servico-card:hover .servico-card__title {
  color: #f9b636;
}

/* Descrição */
.servico-card__description {
  font-size: 0.9rem;
  line-height: 1.6;
  color: #6c7a8a;
  margin-bottom: 25px;
}

/* Botão do card */
.servico-card__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  font-weight: 600;
  color: #19110b;
  text-decoration: none;
  padding: 10px 0;
  transition: all 0.3s ease;
  border-bottom: 2px solid transparent;
}

.servico-card__btn i {
  font-size: 0.85rem;
  transition: transform 0.25s ease;
}

.servico-card__btn:hover {
  color: #f9b636;
  gap: 12px;
  border-bottom-color: #f9b636;
}

.servico-card__btn:hover i {
  transform: translateX(4px);
}

/* ========================================
   CTA MODERNIZADO
   ======================================== */
.servicos-cta-modern {
  margin-top: 70px;
  background: #4c4c4c;
  border-radius: 32px;
  padding: 50px 40px;
  position: relative;
  overflow: hidden;
}

.servicos-cta-modern::before {
  content: "";
  position: absolute;
  top: -30%;
  right: -10%;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(249, 182, 54, 0.15) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.servicos-cta-modern::after {
  content: "";
  position: absolute;
  bottom: -30%;
  left: -10%;
  width: 250px;
  height: 250px;
  background: radial-gradient(circle, rgba(230, 126, 34, 0.1) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.servicos-cta-modern__content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}

.servicos-cta-modern__content h3 {
  font-size: clamp(22px, 3vw, 28px);
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 16px;
}

.servicos-cta-modern__content p {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 30px;
  line-height: 1.6;
}

.servicos-cta-modern__btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(135deg, #f9b636 0%, #e67e22 100%);
  color: #19110b;
  padding: 14px 38px;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.35s cubic-bezier(0.2, 0.9, 0.4, 1.1);
  box-shadow: 0 8px 20px rgba(249, 182, 54, 0.3);
}

.servicos-cta-modern__btn i:first-child {
  font-size: 1.2rem;
}

.servicos-cta-modern__btn i:last-child {
  font-size: 0.9rem;
  transition: transform 0.25s ease;
}

.servicos-cta-modern__btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(249, 182, 54, 0.4);
  gap: 16px;
  color: #19110b;
}

.servicos-cta-modern__btn:hover i:last-child {
  transform: translateX(5px);
}

/* ========================================
   RESPONSIVO
   ======================================== */
@media (max-width: 1199px) {
  .servico-card {
    padding: 35px 22px;
  }
  
  .servico-card__icon {
    width: 75px;
    height: 75px;
  }
  
  .servico-card__icon i {
    font-size: 2.2rem;
  }
  
  .servico-card__title {
    font-size: 1.25rem;
  }
}

@media (max-width: 991px) {
  .servicos-section {
    padding: 70px 0;
  }
  
  .servico-card {
    padding: 32px 20px;
  }
  
  .servicos-cta-modern {
    padding: 40px 30px;
    margin-top: 50px;
  }
}

@media (max-width: 768px) {
  .servicos-section {
    padding: 60px 0;
  }
  
  .servico-card__icon {
    width: 65px;
    height: 65px;
  }
  
  .servico-card__icon i {
    font-size: 1.8rem;
  }
  
  .servico-card__title {
    font-size: 1.2rem;
  }
  
  .servico-card__description {
    font-size: 0.85rem;
  }
  
  .servicos-cta-modern {
    padding: 35px 20px;
  }
  
  .servicos-cta-modern__btn {
    padding: 12px 30px;
    font-size: 0.9rem;
  }
}

@media (max-width: 576px) {
  .servico-card {
    padding: 28px 18px;
  }
  
  .servico-card__icon {
    width: 55px;
    height: 55px;
    margin-bottom: 18px;
  }
  
  .servico-card__icon i {
    font-size: 1.5rem;
  }
  
  .servicos-cta-modern__btn {
    width: 100%;
    justify-content: center;
  }
}
		
		/* Espaçamento entre linhas de serviços */
.servicos-section .row.mt-4 {
  margin-top: 24px !important;
}


@media (max-width: 991px) {
  .servicos-section .row.mt-4 {
    margin-top: 16px !important;
  }
}

/* ========================================
   MEIO AMBIENTE SECTION - CAT Terraplenagem
   BG claro + Badge moderno + Contraste
   ======================================== */

.meio-ambiente {
  padding: 100px 0;
  position: relative;
  background: linear-gradient(135deg, #f0f2f5 0%, #e8ecef 100%);
  overflow: hidden;
}

/* Decoração de fundo sutil */
.meio-ambiente::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -10%;
  width: 60%;
  height: 120%;
  background: radial-gradient(circle, rgba(249, 182, 54, 0.06) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.meio-ambiente::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(249, 182, 54, 0.2), transparent);
}

/* ========================================
   RIGHT COLUMN - TEXT CONTENT
   ======================================== */
.meio-ambiente__content {
  position: relative;
  z-index: 1;
}

.meio-ambiente__badge-text {
  display: inline-block;
  font-size: 1.0rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #090c0f;
  background: rgba(249, 182, 54, 0.12);
  padding: 6px 14px;
  border-radius: 30px;
  margin-bottom: 20px;
}

.meio-ambiente__title {
  font-size: clamp(32px, 4vw, 44px);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 16px;
  color: #19110b;
}

.meio-ambiente__title .highlight {
  color: #f9b636;
  position: relative;
  display: inline-block;
}

.meio-ambiente__title .highlight::after {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 100%;
  height: 8px;
  background: rgba(249, 182, 54, 0.25);
  border-radius: 4px;
  z-index: -1;
}

.meio-ambiente__subtitle {
  font-size: clamp(18px, 2vw, 20px);
  font-weight: 500;
  color: #4a5568;
  margin-bottom: 24px;
  line-height: 1.4;
}

.meio-ambiente__text {
  color: #5a6a7a;
  line-height: 1.7;
  margin-bottom: 32px;
}

.meio-ambiente__text p {
  margin-bottom: 16px;
  font-size: 16px;
}

/* ========================================
   STATS ITEMS
   ======================================== */
.meio-ambiente__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  margin-bottom: 40px;
  padding: 20px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.stat-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.stat-number {
  font-size: 32px;
  font-weight: 800;
  color: #f9b636;
  line-height: 1;
  margin-bottom: 8px;
}

.stat-label {
  font-size: 13px;
  font-weight: 500;
  color: #6c7a8a;
  letter-spacing: 0.5px;
}

/* ========================================
   BUTTONS
   ======================================== */
.meio-ambiente__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 32px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.2, 0.9, 0.4, 1.1);
  cursor: pointer;
  border: none;
}

.btn i {
  font-size: 18px;
  transition: transform 0.2s ease;
}

.btn-primary {
  background: linear-gradient(135deg, #f9b636 0%, #e67e22 100%);
  color: #19110b;
  box-shadow: 0 4px 12px rgba(249, 182, 54, 0.3);
}

.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(249, 182, 54, 0.4);
}

.btn-primary:hover i {
  transform: scale(1.05);
}

.btn-outline {
  background: transparent;
  color: #19110b;
  border: 2px solid #d1d5db;
}

.btn-outline:hover {
  border-color: #f9b636;
  background: rgba(249, 182, 54, 0.08);
  transform: translateY(-3px);
  color: #19110b;
}

.btn-outline:hover i {
  transform: scale(1.05);
  color: #f9b636;
}

.btn-whatsapp:hover {
  border-color: #25D366;
  background: rgba(37, 211, 102, 0.08);
}

.btn-whatsapp:hover i {
  color: #25D366;
}

/* ========================================
   LEFT COLUMN - IMAGE WITH MODERN BADGE
   ======================================== */
.meio-ambiente__image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
}

.meio-ambiente__image-container {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 35px -10px rgba(0, 0, 0, 0.15);
  transition: all 0.4s ease;
}

.meio-ambiente__image-container:hover {
  transform: scale(1.02);
  box-shadow: 0 25px 40px -12px rgba(0, 0, 0, 0.2);
}

.meio-ambiente__image {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.meio-ambiente__image-container:hover .meio-ambiente__image {
  transform: scale(1.05);
}

.meio-ambiente__image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(249, 182, 54, 0.1) 0%, rgba(0, 0, 0, 0.1) 60%);
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.meio-ambiente__image-container:hover .meio-ambiente__image-overlay {
  opacity: 0.5;
}

/* ========================================
   BADGE MODERNO - DIFERENTE DO ORIGINAL
   Formato retangular arredondado com ícone
   ======================================== */
.meio-ambiente__badge-modern {
  position: absolute;
  top: -15px;
  left: -15px;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(135deg, #19110b 0%, #16213e 100%);
  padding: 12px 24px 12px 18px;
  border-radius: 60px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  backdrop-filter: blur(4px);
}

.meio-ambiente__badge-modern:hover {
  transform: scale(1.03);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.meio-ambiente__badge-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background: linear-gradient(135deg, #f9b636, #e67e22);
  border-radius: 50%;
}

.meio-ambiente__badge-icon i {
  font-size: 22px;
  color: #19110b;
}

.meio-ambiente__badge-text {
  display: flex;
  flex-direction: column;
}

.meio-ambiente__badge-number {
  font-size: 18px;
  font-weight: 800;
  color: #f9b636;
  line-height: 1;
  letter-spacing: 1px;
}

.meio-ambiente__badge-label {
  font-size: 10px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* ========================================
   RESPONSIVE
   ======================================== */
@media (max-width: 991px) {
  .meio-ambiente {
    padding: 70px 0;
  }
  
  .meio-ambiente__badge-modern {
    padding: 10px 20px 10px 14px;
    top: -10px;
    left: -10px;
  }
  
  .meio-ambiente__badge-icon {
    width: 38px;
    height: 38px;
  }
  
  .meio-ambiente__badge-icon i {
    font-size: 18px;
  }
  
  .meio-ambiente__badge-number {
    font-size: 16px;
  }
  
  .meio-ambiente__badge-label {
    font-size: 9px;
  }
  
  .meio-ambiente__stats {
    gap: 24px;
  }
  
  .stat-number {
    font-size: 28px;
  }
  
  .meio-ambiente__buttons {
    justify-content: flex-start;
  }
}

@media (max-width: 768px) {
  .meio-ambiente {
    padding: 60px 0;
  }
  
  .btn {
    padding: 12px 24px;
    font-size: 14px;
  }
  
  .meio-ambiente__badge-modern {
    padding: 8px 16px 8px 12px;
  }
  
  .meio-ambiente__badge-icon {
    width: 32px;
    height: 32px;
  }
  
  .meio-ambiente__badge-icon i {
    font-size: 16px;
  }
  
  .meio-ambiente__badge-number {
    font-size: 14px;
  }
  
  .meio-ambiente__badge-label {
    font-size: 8px;
  }
  
  .meio-ambiente__stats {
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
  }
  
  .stat-item {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  
  .stat-number {
    font-size: 24px;
  }
}

@media (max-width: 576px) {
  .meio-ambiente__buttons {
    flex-direction: column;
    width: 100%;
  }
  
  .btn {
    justify-content: center;
    width: 100%;
  }
  
  .meio-ambiente__badge-modern {
    top: -8px;
    left: -8px;
    padding: 6px 12px 6px 10px;
  }
  
  .meio-ambiente__badge-icon {
    width: 28px;
    height: 28px;
  }
  
  .meio-ambiente__badge-icon i {
    font-size: 14px;
  }
  
  .meio-ambiente__title .highlight::after {
    height: 6px;
    bottom: 4px;
  }
}

/* Inverter ordem no mobile (imagem em cima, texto embaixo) */
@media (max-width: 991px) {
  .meio-ambiente .row {
    flex-direction: column-reverse;
  }

}


/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/
.testimonials .testimonials-slider {
  /*max-width: 900px;*/
  margin: 0 auto;
  position: relative;
}

.testimonials .swiper-wrapper {
  height: auto !important;
}

.testimonials .testimonial-slide {
  padding: 3.5rem 3rem;
  text-align: center;
  position: relative;
  min-height: 400px;
  border-radius: 25px;
  background: linear-gradient(135deg, var(--surface-color), color-mix(in srgb, var(--accent-color), transparent 97%));
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  border-top: 4px solid var(--accent-color);
}

.testimonials .testimonial-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}

.testimonials .stars-rating {
  display: flex;
  gap: 0.5rem;
}

.testimonials .stars-rating i {
  color: #ffc107;
  font-size: 1.25rem;
}

.testimonials .quote-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--accent-color), color-mix(in srgb, var(--accent-color), var(--heading-color) 20%));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 25px color-mix(in srgb, var(--accent-color), transparent 70%);
}

.testimonials .quote-icon i {
  color: var(--contrast-color);
  font-size: 1.5rem;
}

.testimonials .testimonial-body {
  margin: 2.5rem 0;
}

.testimonials .testimonial-body p {
  font-size: 1.25rem;
  line-height: 1.8;
  font-style: italic;
  color: var(--heading-color);
  margin: 0;
  position: relative;
}

.testimonials .testimonial-footer {
  margin-top: 2.5rem;
}

.testimonials .author-info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}

.testimonials .author-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid var(--accent-color);
  box-shadow: 0 8px 25px color-mix(in srgb, var(--accent-color), transparent 70%);
}

.testimonials .author-details {
  text-align: left;
}

.testimonials .author-details h4 {
  font-size: 1.375rem;
  margin-bottom: 0.5rem;
  color: var(--heading-color);
}

.testimonials .author-details .role {
  display: block;
  font-size: 1rem;
  color: var(--accent-color);
  font-weight: 600;
  margin-bottom: 0.25rem;
}

.testimonials .author-details .company {
  display: block;
  font-size: 0.9375rem;
  color: color-mix(in srgb, var(--heading-color), transparent 40%);
}

.testimonials .swiper-navigation-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin-top: 3rem;
}

.testimonials .swiper-pagination {
  position: static !important;
  margin: 0;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: color-mix(in srgb, var(--default-color), transparent 70%);
  opacity: 1;
  transition: all 0.3s ease;
}

.testimonials .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--accent-color);
  transform: scale(1.2);
}

.testimonials .swiper-button-prev,
.testimonials .swiper-button-next {
  position: static !important;
  width: 50px;
  height: 50px;
  margin: 0;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--accent-color);
  transition: all 0.3s ease;
}

.testimonials .swiper-button-prev:after,
.testimonials .swiper-button-next:after {
  font-size: 1.25rem;
  color: var(--contrast-color);
  font-weight: bold;
}

.testimonials .swiper-button-prev:hover,
.testimonials .swiper-button-next:hover {
  transform: translateY(-2px);
}

@media (max-width: 991.98px) {
  .testimonials .testimonial-slide {
    padding: 2.5rem 2rem;
    min-height: 350px;
  }

  .testimonials .testimonial-body p {
    font-size: 1.125rem;
  }

  .testimonials .author-avatar {
    width: 70px;
    height: 70px;
  }

  .testimonials .author-details h4 {
    font-size: 1.25rem;
  }

  .testimonials .quote-icon {
    width: 50px;
    height: 50px;
  }

  .testimonials .quote-icon i {
    font-size: 1.25rem;
  }

  .testimonials .swiper-button-prev,
  .testimonials .swiper-button-next {
    width: 45px;
    height: 45px;
  }

  .testimonials .swiper-button-prev:after,
  .testimonials .swiper-button-next:after {
    font-size: 1.125rem;
  }
}

@media (max-width: 767.98px) {
  .testimonials .testimonial-slide {
    padding: 2rem 1.5rem;
    min-height: 300px;
  }

  .testimonials .testimonial-header {
    flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .testimonials .testimonial-body {
    margin: 2rem 0;
  }

  .testimonials .testimonial-body p {
    font-size: 1rem;
    line-height: 1.6;
  }

  .testimonials .author-info {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }

  .testimonials .author-details {
    text-align: center;
  }

  .testimonials .author-details h4 {
    font-size: 1.125rem;
  }

  .testimonials .author-details .role {
    font-size: 0.9375rem;
  }

  .testimonials .author-details .company {
    font-size: 0.875rem;
  }

  .testimonials .swiper-navigation-wrapper {
    gap: 1.5rem;
    margin-top: 2rem;
  }

  .testimonials .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }

  .testimonials .swiper-button-prev,
  .testimonials .swiper-button-next {
    width: 40px;
    height: 40px;
  }

  .testimonials .swiper-button-prev:after,
  .testimonials .swiper-button-next:after {
    font-size: 1rem;
  }
}



/*--------------------------------------------------------------
# Call To Action Section
--------------------------------------------------------------*/
.call-to-action {
  position: relative;
}

.call-to-action::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, color-mix(in srgb, var(--accent-color), transparent 98%) 0%, color-mix(in srgb, var(--heading-color), transparent 97%) 100%);
  z-index: 1;
}

.call-to-action .container {
  position: relative;
  z-index: 2;
}

.call-to-action .cta-hero-content .badge-wrapper {
  margin-bottom: 2rem;
}

.call-to-action .cta-hero-content .badge-wrapper .cta-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--accent-color);
  color: var(--contrast-color);
  padding: 8px 20px;
  border-radius: 25px;
  font-size: 0.9rem;
  font-weight: 600;
}

.call-to-action .cta-hero-content .badge-wrapper .cta-badge i {
  font-size: 1rem;
}

.call-to-action .cta-hero-content h2 {
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 1.5rem;
  color: var(--heading-color);
}

@media (max-width: 992px) {
  .call-to-action .cta-hero-content h2 {
    font-size: 2.8rem;
  }
}

@media (max-width: 768px) {
  .call-to-action .cta-hero-content h2 {
    font-size: 2.2rem;
  }
}

.call-to-action .cta-hero-content p {
  font-size: 1.1rem;
  line-height: 1.7;
  color: color-mix(in srgb, var(--default-color), transparent 25%);
  margin-bottom: 2.5rem;
}

.call-to-action .cta-hero-content .feature-highlights {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.call-to-action .cta-hero-content .feature-highlights .highlight-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.call-to-action .cta-hero-content .feature-highlights .highlight-item i {
  color: var(--accent-color);
  font-size: 1.1rem;
  flex-shrink: 0;
}

.call-to-action .cta-hero-content .feature-highlights .highlight-item span {
  font-size: 1rem;
  color: var(--default-color);
  font-weight: 500;
}

.call-to-action .cta-form-section .form-container {
  background: var(--surface-color);
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 25px 80px color-mix(in srgb, var(--default-color), transparent 88%);
  border: 1px solid color-mix(in srgb, var(--accent-color), transparent 90%);
}

@media (max-width: 768px) {
  .call-to-action .cta-form-section .form-container {
    padding: 30px 25px;
  }
}

.call-to-action .cta-form-section .form-header {
  text-align: center;
  margin-bottom: 2rem;
}

.call-to-action .cta-form-section .form-header h3 {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--heading-color);
  margin-bottom: 0.5rem;
}

.call-to-action .cta-form-section .form-header p {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  font-size: 1rem;
  margin: 0;
}

.call-to-action .cta-form-section .form-group {
  margin-bottom: 1rem;
}

.call-to-action .cta-form-section .form-group input,
.call-to-action .cta-form-section .form-group select,
.call-to-action .cta-form-section .form-group textarea {
  width: 100%;
  padding: 15px 20px;
  border: 2px solid color-mix(in srgb, var(--default-color), transparent 85%);
  border-radius: 10px;
  font-size: 1rem;
  transition: all 0.3s ease;
  color: var(--default-color);
  background-color: var(--surface-color);
}

.call-to-action .cta-form-section .form-group input:focus,
.call-to-action .cta-form-section .form-group select:focus,
.call-to-action .cta-form-section .form-group textarea:focus {
  outline: none;
  border-color: var(--accent-color);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--accent-color), transparent 90%);
}

.call-to-action .cta-form-section .form-group input::placeholder,
.call-to-action .cta-form-section .form-group select::placeholder,
.call-to-action .cta-form-section .form-group textarea::placeholder {
  color: color-mix(in srgb, var(--default-color), transparent 60%);
}

.call-to-action .cta-form-section .form-group select {
  cursor: pointer;
}

.call-to-action .cta-form-section .form-group textarea {
  resize: vertical;
  min-height: 100px;
}

.call-to-action .cta-form-section .form-actions {
  margin-top: 2rem;
  text-align: center;
}

.call-to-action .cta-form-section .form-actions .btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--accent-color);
  color: var(--contrast-color);
  border: none;
  padding: 15px 35px;
  border-radius: 10px;
  font-size: 1.1rem;
  font-weight: 600;
  transition: all 0.3s ease;
  text-decoration: none;
  width: 100%;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.call-to-action .cta-form-section .form-actions .btn-primary:hover {
  background: color-mix(in srgb, var(--accent-color), black 15%);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px color-mix(in srgb, var(--accent-color), transparent 60%);
}

.call-to-action .cta-form-section .form-actions .btn-primary i {
  font-size: 1.2rem;
}

.call-to-action .cta-form-section .form-actions .contact-alternative {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.call-to-action .cta-form-section .form-actions .contact-alternative span {
  font-size: 0.9rem;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.call-to-action .cta-form-section .form-actions .contact-alternative .phone-link {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--accent-color);
  font-weight: 600;
  font-size: 1.1rem;
  text-decoration: none;
  transition: all 0.3s ease;
}

.call-to-action .cta-form-section .form-actions .contact-alternative .phone-link:hover {
  color: color-mix(in srgb, var(--accent-color), black 15%);
}

.call-to-action .cta-form-section .form-actions .contact-alternative .phone-link i {
  font-size: 1rem;
}

.call-to-action .cta-form-section .trust-indicators {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.call-to-action .cta-form-section .trust-indicators .trust-item {
  text-align: center;
}

.call-to-action .cta-form-section .trust-indicators .trust-item .trust-icon {
  margin-bottom: 10px;
}

.call-to-action .cta-form-section .trust-indicators .trust-item .trust-icon i {
  font-size: 1.5rem;
  color: var(--accent-color);
}

.call-to-action .cta-form-section .trust-indicators .trust-item .trust-content {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.call-to-action .cta-form-section .trust-indicators .trust-item .trust-content .trust-number {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--heading-color);
  line-height: 1;
}

.call-to-action .cta-form-section .trust-indicators .trust-item .trust-content .trust-label {
  font-size: 0.8rem;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  font-weight: 500;
}

@media (max-width: 992px) {
  .call-to-action .cta-hero-content {
    margin-bottom: 3rem;
    text-align: center;
  }
}



/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact .container {
  max-width: 1280px;
}

.contact .contact-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}

@media (min-width: 992px) {
  .contact .contact-wrapper {
    grid-template-columns: 38% 62%;
    gap: 30px;
  }
}

.contact .contact-info-panel {
  background: linear-gradient(145deg, var(--accent-color), color-mix(in srgb, var(--accent-color), #1a4372 40%));
  color: var(--contrast-color);
  border-radius: 20px;
  padding: 40px 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.contact .contact-info-panel .contact-info-header {
  margin-bottom: 30px;
}

.contact .contact-info-panel .contact-info-header h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
  color: var(--contrast-color);
}

.contact .contact-info-panel .contact-info-header p {
  font-size: 15px;
  opacity: 0.85;
  line-height: 1.6;
}

.contact .contact-info-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-bottom: auto;
}

@media (min-width: 576px) and (max-width: 991px) {
  .contact .contact-info-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

.contact .info-card {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
  backdrop-filter: blur(5px);
  transition: all 0.3s ease;
}

.contact .info-card:hover {
  background-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-5px);
}

.contact .info-card .icon-container {
  width: 45px;
  height: 45px;
  flex-shrink: 0;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact .info-card .icon-container i {
  font-size: 20px;
  color: var(--contrast-color);
}

.contact .info-card .card-content h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  color: var(--contrast-color);
}

.contact .info-card .card-content p {
  font-size: 14px;
  margin-bottom: 0;
  opacity: 0.8;
}

.contact .social-links-panel {
  margin-top: 35px;
}

.contact .social-links-panel h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  color: var(--contrast-color);
}

.contact .social-links-panel .social-icons {
  display: flex;
  gap: 12px;
}

.contact .social-links-panel .social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.15);
  color: var(--contrast-color);
  font-size: 18px;
  transition: all 0.3s ease;
}

.contact .social-links-panel .social-icons a:hover {
  background-color: rgba(255, 255, 255, 0.3);
  transform: translateY(-5px);
}

.contact .contact-form-panel {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.contact .map-container {
  width: 100%;
  height: 280px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.contact .form-container {
  background-color: var(--surface-color);
  border-radius: 20px;
  padding: 35px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.06);
}

.contact .form-container h3 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 15px;
  color: var(--heading-color);
  background: linear-gradient(120deg, var(--heading-color), color-mix(in srgb, var(--heading-color), var(--accent-color) 30%));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.contact .form-container p {
  font-size: 15px;
  color: color-mix(in srgb, var(--default-color), transparent 15%);
  margin-bottom: 25px;
}

.contact .form-container .form-floating {
  margin-bottom: 20px;
}

.contact .form-container .form-floating .form-control {
  border-radius: 12px;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 80%);
  padding: 24px 20px 8px 20px;
  height: calc(3.5rem + 3px);
  background-color: var(--surface-color);
  color: var(--default-color);
  transition: all 0.3s ease;
}

.contact .form-container .form-floating .form-control:focus {
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--accent-color), transparent 85%);
  border-color: color-mix(in srgb, var(--accent-color), transparent 40%);
  background-color: var(--surface-color);
}

.contact .form-container .form-floating .form-control::placeholder {
  color: transparent;
}

.contact .form-container .form-floating label {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  padding: 1rem 1.25rem 2.5rem 1.25rem;
}

.contact .form-container .form-floating label::after {
  background-color: transparent;
}

.contact .form-container .btn-submit {
  background: linear-gradient(145deg, var(--accent-color), color-mix(in srgb, var(--accent-color), #1a4372 30%));
  color: var(--contrast-color);
  border: none;
  padding: 15px 25px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact .form-container .btn-submit:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px color-mix(in srgb, var(--accent-color), transparent 75%);
}

.contact .form-container .btn-submit i {
  transition: transform 0.3s ease;
}

.contact .form-container .btn-submit:hover i {
  transform: translateX(5px);
}

@media (max-width: 768px) {
  .contact .contact-info-panel {
    padding: 30px 25px;
  }

  .contact .form-container {
    padding: 30px 25px;
  }
}

@media (max-width: 576px) {
  .contact .social-links-panel .social-icons {
    flex-wrap: wrap;
  }
}

/* ========================================
   SITE FOOTER - CAT Terraplenagem
   BG: #19110b | 4 colunas | Responsivo
   ======================================== */

.site-footer {
  background-color: #19110b;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  padding: 60px 0 30px;
  position: relative;
}

/* Borda superior sutil */
.site-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(249, 182, 54, 0.3), transparent);
}

/* ========================================
   GRID DAS COLUNAS
   ======================================== */
.site-footer__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  margin-bottom: 50px;
}

/* ========================================
   TÍTULOS DAS COLUNAS
   ======================================== */
.site-footer__title {
  font-size: 18px;
  font-weight: 700;
  color: #f9b636;
  margin-bottom: 24px;
  position: relative;
  padding-bottom: 12px;
  letter-spacing: 0.5px;
}

.site-footer__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background: linear-gradient(90deg, #f9b636, #e67e22);
  border-radius: 2px;
}

/* Centralizar o underline no mobile */
@media (max-width: 767px) {
  .site-footer__title {
    text-align: center;
  }
  .site-footer__title::after {
    left: 50%;
    transform: translateX(-50%);
  }
}

/* ========================================
   LISTA DE LINKS
   ======================================== */
.site-footer__links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.site-footer__links li {
  margin-bottom: 12px;
}

.site-footer__links a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: all 0.25s ease;
  display: inline-block;
  position: relative;
  padding-left: 0;
}

/* Hover elegante com deslocamento */
.site-footer__links a:hover {
  color: #f9b636;
  transform: translateX(5px);
}

/* ========================================
   REDES SOCIAIS
   ======================================== */
.site-footer__social {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 30px;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.site-footer__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.site-footer__social-link:hover {
  background: linear-gradient(135deg, #f9b636, #e67e22);
  color: #19110b;
  transform: translateY(-3px);
}

/* ========================================
   COPYRIGHT
   ======================================== */
.site-footer__copyright {
  text-align: center;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
}

.site-footer__copyright p {
  margin: 0;
}

/* ========================================
   RESPONSIVO - TABLET (2 colunas)
   ======================================== */
@media (max-width: 991px) {
  .site-footer {
    padding: 50px 0 25px;
  }
  
  .site-footer__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 30px;
    margin-bottom: 40px;
  }
  
  .site-footer__links {
    text-align: center;
  }
  
  .site-footer__links a:hover {
    transform: translateX(0);
  }
}

/* ========================================
   RESPONSIVO - MOBILE (1 coluna)
   ======================================== */
@media (max-width: 576px) {
  .site-footer {
    padding: 40px 0 20px;
  }
  
  .site-footer__grid {
    grid-template-columns: 1fr;
    gap: 30px;
    text-align: center;
  }
  
  .site-footer__title {
    margin-bottom: 20px;
  }
  
  .site-footer__links li {
    margin-bottom: 10px;
  }
  
  .site-footer__social {
    gap: 12px;
  }
  
  .site-footer__social-link {
    width: 38px;
    height: 38px;
    font-size: 16px;
  }
}

/* ========================================
   ANIMAÇÃO SUTIL PARA LINKS
   ======================================== */
.site-footer__links a {
  position: relative;
}

.site-footer__links a::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background: #f9b636;
  transition: width 0.25s ease;
}

.site-footer__links a:hover::before {
  width: 100%;
}

/* Reset do before no mobile */
@media (max-width: 991px) {
  .site-footer__links a::before {
    left: 50%;
    transform: translateX(-50%);
  }
  
  .site-footer__links a:hover::before {
    width: 50%;
  }
}
