: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: "Raleway",  sans-serif;
  --nav-font: "Poppins",  sans-serif;
  --contrast-color: #D8C8B4;
}

:root { 
  --background-color: #ffffff; 
  --default-color: #444444; 
  --heading-color: #2a2c39; 
  --accent-color: #4B4453; 
  --surface-color: #ffffff; 
}

:root {
  --nav-background-color: #511C25;
  --nav-color: #ffffff;  
  --nav-hover-color: #4B4453; 
  --nav-mobile-background-color: #ffffff; 
  --nav-dropdown-background-color: #ffffff; 
  --nav-dropdown-color: #060606;
  --nav-dropdown-hover-color: #ef033a; 
}

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

.dark-background {
  --background-color: #511C25;
  --default-color: #ffffff;
  --heading-color: #ffffff;
  --surface-color: #404356;
  --contrast-color: #ffffff;
}


:root {
  scroll-behavior: smooth;
}

/*====== Estilização Geral & Classes Compartilhadas ======*/
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: transparent;
  transition: background 0.4s, box-shadow 0.4s, padding 0.4s;
  --heading-color: #ffffff;
  color: var(--default-color);
  padding: 20px 0;
  z-index: 997;
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 20px rgba(81, 28, 37, 0.1);
}

.header .logo {
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}

.header .logo:hover {
  transform: translateY(-2px);
}

.header .logo .sitename,
.header .logo p {
  margin: 0;
}

.header .logo .sitename {
  font-size: 20px;
  font-weight: 500;
  color: var(--heading-color);
}

.header .logo p {
  font-size: 12px;
  color: var(--heading-color);
}

.header .logo .text-container {
  display: flex;
  flex-direction: column;
  margin-left: 1px;   
}

.header .logo img {
  max-height: 70px;
  margin-right: 8px;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

.header .logo h1 {
  font-size: 30px;
  margin: 0;
  font-weight: 700;
  color: var(--heading-color);
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.scrolled .header {
  background-color: var(--nav-background-color);
  box-shadow: 0 2px 20px rgba(81, 28, 37, 0.1);
  padding: 15px 0;
}

/*====== Global Header on Scroll ======*/
.scrolled .header {
  --background-color: rgba(81, 28, 37, 0.98);
}

/*====== Global Footer =======*/
.footer {
  color: var(--default-color);
  background-color: var(--background-color);
  font-size: 14px;
  position: relative;
  padding: 50px 0 20px;
}

.footer .footer-top {
  padding-bottom: 30px;
}

.footer h4 {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 20px;
  color: #ffffff; /* Títulos em branco */
}

.footer .footer-about .sitename {
  font-size: 18px;
  font-weight: 700;
  font-family: var(--heading-font);
  color: var(--heading-color);
  justify-content: flex-start; 
}

.footer .footer-about {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}


.footer .footer-about .footer-logo {
  max-width: 180px;
  width: 100%;
  height: auto;
  margin-right: 10px;
  margin-left: 5px;
}
@media (max-width: 600px) {
  .footer .footer-about .footer-logo {
    max-width: 250px;
  }
}

.footer .footer-about .text-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: -5px;
  margin-top: 10px;
}

.footer .footer-about .subtitle {
  color: #ffffff;
  margin-top: -5px;
  font-size: 11px;
  line-height: 1.2;
}

.footer .footer-contact {
  margin-top: -10px; 
  padding-top: 0;
}

.footer .footer-contact i {
  margin-right: 8px;
  color: var(--nav-color);
}

.footer .footer-contact p {
  margin:   0;
  margin-top: 5px;
  font-size: 13px;
  display: flex;
  align-items: center;
}

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

.footer .footer-links ul li {
  padding: 8px 0;
  display: flex;
  align-items: center;
}

.footer .footer-links ul i {
  margin-right: 8px;
  font-size: 12px;
  color: var(--accent-color);
}

.footer .footer-links ul a {
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  transition: 0.3s;
}

.footer .footer-links ul a:hover {
  color: var(--accent-color);
}

.footer .footer-social p {
  margin-bottom: 15px;
}

.footer .social-links {
  display: flex;
  justify-content: flex-start;
}

.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 50%);
  font-size: 16px;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  margin-right: 10px;
  transition: 0.3s;
}

.footer .social-links a:hover {
  color: var(--accent-color);
  border-color: var(--accent-color);
}

.footer .copyright {
  padding-top: 25px;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.footer .copyright p {
  margin-bottom: 0;
  font-size: 13px;
}

/*====== Preloader ======*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  overflow: hidden;
  background-color: var(--background-color);
  transition: all 0.6s ease-out;
  width: 100%;
  height: 100vh;
}

#preloader:before,
#preloader:after {
  content: "";
  position: absolute;
  border: 4px solid var(--accent-color);
  border-radius: 50%;
  animation: animate-preloader 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

#preloader:after {
  animation-delay: -0.5s;
}

@keyframes animate-preloader {
  0% {
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
    left: calc(50% - 5px);
    opacity: 1;
  }

  100% {
    width: 72px;
    height: 72px;
    top: calc(50% - 36px);
    left: calc(50% - 36px);
    opacity: 0;
  }
}

/*====== Scroll Top Button ======*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: -15px;
  z-index: 99999;
  background-color: var(--accent-color);
  width: 44px;
  height: 44px;
  border-radius: 50px;
  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;
  bottom: 15px;
}


/*====== Global Page Titles & Breadcrumbs ======*/
.page-title {
  color: var(--default-color);
  background-color: var(--background-color);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 140px 0 80px 0;
  text-align: center;
  position: relative;
}

.page-title:before {
  content: "";
  background-color: color-mix(in srgb, var(--background-color), transparent 50%);
  position: absolute;
  inset: 0;
}

.page-title h1 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 10px;
}

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

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

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

/*====== Global Sections ======*/

.section {
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 60px 0;
  scroll-margin-top: 77px;
  overflow: clip;
}

section {
  color: var(--default-color);
  background-color: var(--background-color);
  /* padding: 10px 0;  */
  scroll-margin-top: 77px;
  overflow: clip;
}


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

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  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: var(--heading-color);
  margin: 0;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: var(--heading-font);
}

/*====== Hero Section ======*/
.hero {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: linear-gradient(0deg, var(--background-color) 0%, color-mix(in srgb, var(--background-color) 90%, white 10%) 100%);
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
}

#hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(40, 20, 20, 0.55);
  z-index: 1;
}

#hero .hero-content-container, #hero .carousel-container {
  position: relative;
  z-index: 2;
}

#hero {
  position: relative;
}

.hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  position: relative;
  min-height: 100vh;
  padding-top: 60px;
}

.carousel-item {
  background-size: cover;
  background-position: center;
  min-height: 75vh;
  width: 120%;
  left: -10%;
}

.hero h2 {
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 500;
}

.hero h2 span {
  text-decoration: none;
}

.hero p {
  max-width: 80%;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
}

.hero .carousel-control-prev,
.hero .carousel-control-next {
  width: 10%;
}

.hero .carousel-control-next-icon,
.hero .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
}

.hero .btn-get-started {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  animation-delay: 0.8s;
  color: var(--default-color);
  border: 2px solid var(--nav-background-color);
}

.hero .btn-get-started:hover {
  background: var(--nav-background-color);
  color: var(--contrast-color);
  text-decoration: none;
}

.hero .hero-waves {
  display: block;
  width: 100%;
  height: 80px;
  display: block;
  bottom: -5px;
  position: absolute;
  width: 100%;
  height: 30px;
  left: 0;
  z-index: 1; /* Garante que fique acima da imagem */
  fill: var(--default-color);
  opacity: 0.4;
  animation: move-forever2 8s ;
  animation-delay: -2s;
}

.hero .wave1 use {
  animation: move-forever1 10s linear infinite;
  animation-delay: -2s;
  fill: var(--default-color);
  opacity: 0.6;
}

.hero .wave2 use {
  animation: move-forever2 8s linear infinite;
  animation-delay: -2s;
  fill: var(--default-color);
  opacity: 0.4;
}

.hero .wave3 use {
  animation: move-forever3 6s linear infinite;
  animation-delay: -2s;
  fill: var(--default-color);
}

@keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%);
  }

  100% {
    transform: translate(-90px, 0%);
  }
}

@keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%);
  }

  100% {
    transform: translate(85px, 0%);
  }
}

@keyframes move-forever3 {
  0% {
    transform: translate(-90px, 0%);
  }

  100% {
    transform: translate(85px, 0%);
  }
}

/*====== About Section ======*/
.about ul {
  list-style: none;
  padding: 0;
}

.about ul li {
  padding-bottom: 5px;
  display: flex;
  align-items: center;
}

.about ul i {
  font-size: 20px;
  padding-right: 4px;
  color: var(--accent-color);
}

.about .read-more {
  background: var(--accent-color);
  color: var(--contrast-color);
  font-family: var(--heading-font);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 10px 28px;
  border-radius: 5px;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.about .read-more i {
  font-size: 18px;
  margin-left: 5px;
  line-height: 0;
  transition: 0.3s;
}

.about .read-more:hover {
  background:  var(--nav-background-color);
}

.about .read-more:hover i {
  transform: translate(5px, 0);
}

/*====== Features Section ======*/
.features .nav-tabs {
  border: 0;
}

.features .nav-link {
  background-color: var(--surfa--ce-color);
  color: var(--heading-color);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 85%);
  padding: 15px 20px;
  transition: 0.3s;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: 100%;
}

.features .nav-link i {
  padding-right: 15px;
  font-size: 48px;
}

.features .nav-link h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

.features .nav-link:hover {
  color: var(--accent-color);
  border-color: var(--accent-color);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.features .nav-link.active {
  background: var(--nav-background-color);
  color: var(--contrast-color);
  border-color: var(--accent-color);
  box-shadow: 0 2px 8px rgba(81, 28, 37, 0.2);
}

.features .nav-link.active h4 {
  color: var(--contrast-color);
}


.features .tab-content {
  margin-top: 30px;
}

.features .tab-pane h3 {
  color: var(--heading-color);
}

/* Arredondamento das imagens da seção features */
.features .tab-pane img {
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.features .tab-pane img:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.features .tab-pane ul {
  list-style: none;
  padding: 0;
}

.features .tab-pane ul li {
  padding-bottom: 10px;
}

.features .tab-pane ul i {
  font-size: 20px;
  padding-right: 4px;
  color: var(--accent-color);
}

.features .tab-pane p:last-child {
  margin-bottom: 0;
}

/*====== Call To Action Section ======*/
.call-to-action {
  padding: 80px 0;
  position: relative;
  clip-path: inset(0);
}

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

.call-to-action h3 {
  color: var(--default-color);
  font-size: 28px;
  font-weight: 700;
}

.call-to-action p {
  color: var(--default-color);
}

.call-to-action .cta-btn {
  font-family: var(--heading-font);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  background: var(--accent-color);
  color: var(--contrast-color);
}

.call-to-action .cta-btn:hover {
  background: color-mix(in srgb, var(--accent-color) 90%, white 15%);
}

/*====== Services Section ======*/
.services .service-item {
  background-color: var(--surface-color);
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
  padding: 60px 30px 60px 70px;
  transition: all ease-in-out 0.3s;
  border-radius: 18px;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.services .service-item:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  transform: translateY(-5px);
}

.services .service-item .icon {
  position: absolute;
  left: -20px;
  top: calc(50% - 30px);
}

.services .service-item .icon i {
  font-size: 64px;
  line-height: 1;
  transition: 0.5s;
}

.services .service-item h3 {
  font-weight: 700;
  margin: 10px 0 15px 0;
  font-size: 22px;
  transition: ease-in-out 0.3s;
}

.services .service-item p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}


/*====== Portfolio Section ======*/
.portfolio .portfolio-filters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

.portfolio .portfolio-filters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 20px 10px 20px;
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 5px;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  font-family: var(--heading-font);
}

.portfolio .portfolio-filters li:hover,
.portfolio .portfolio-filters li.filter-active {
  color: var(--contrast-color);
  background-color: var(--accent-color);
}

.portfolio .portfolio-filters li:first-child {
  margin-left: 0;
}

.portfolio .portfolio-filters li:last-child {
  margin-right: 0;
}


.portfolio .portfolio-item {
  position: relative;
  overflow: hidden;
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: -100%;
  z-index: 3;
  transition: all ease-in-out 0.5s;
  background: color-mix(in srgb, var(--surface-color), transparent 10%);
  padding: 15px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  font-weight: 600;
  padding-right: 50px;
}

.portfolio .portfolio-item .portfolio-info p {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  font-size: 14px;
  margin-bottom: 0;
  padding-right: 50px;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 50px;
  font-size: 24px;
  top: calc(50% - 14px);
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  transition: 0.3s;
  line-height: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: var(--accent-color);
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 14px;
  font-size: 28px;
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 0;
}

/*====== Testimonials Section ======*/
.testimonials .testimonial-item {
  background-color: var(--surface-color);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  box-sizing: content-box;
  padding: 30px;
  margin: 30px 15px;
  position: relative;
  height: 100%;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50px;
  margin-right: 15px;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  margin: 0;
}

.testimonials .testimonial-item .stars {
  margin: 10px 0;
}

.testimonials .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: color-mix(in srgb, var(--accent-color), transparent 50%);
  font-size: 26px;
  line-height: 0;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
  transform: scale(-1, -1);
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 15px auto 15px auto;
}

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

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

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

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



/*====== Pricing Section ======*/
.pricing .pricing-item {
  background-color: var(--surface-color);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
  padding: 20px;
  text-align: center;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.pricing .pricing-item h3 {
  font-weight: 400;
  margin: -20px -20px 20px -20px;
  padding: 20px 15px;
  font-size: 16px;
  font-weight: 600;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  background: color-mix(in srgb, var(--default-color), transparent 95%);
}

.pricing .pricing-item h4 {
  font-size: 36px;
  font-weight: 600;
  font-family: var(--heading-font);
}

.pricing .pricing-item h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing .pricing-item h4 span {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  font-size: 16px;
  font-weight: 300;
}

.pricing .pricing-item ul {
  padding: 15px 0;
  list-style: none;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.pricing .pricing-item ul li {
  padding-bottom: 16px;
}

.pricing .pricing-item ul i {
  color: var(--accent-color);
  font-size: 18px;
  padding-right: 4px;
}

.pricing .pricing-item ul .na {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  text-decoration: line-through;
}

.pricing .btn-wrap {
  background: color-mix(in srgb, var(--default-color), transparent 95%);
  margin: 0 -20px -20px -20px;
  padding: 20px 15px;
  text-align: center;
}

.pricing .btn-buy {
  background: var(--accent-color);
  color: var(--contrast-color);
  display: inline-block;
  padding: 8px 35px 10px 35px;
  border-radius: 4px;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: var(--heading-font);
  font-weight: 600;
  transition: 0.3s;
}

.pricing .btn-buy:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 20%);
}

.pricing .featured h3 {
  background: var(--accent-color);
  color: var(--contrast-color);
}

.pricing .advanced {
  background: var(--accent-color);
  color: var(--contrast-color);
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
}

/*====== Faq Section ======*/
.faq .content-subtitle {
  font-size: 15px;
  margin-bottom: 10px;
  display: block;
  color: var(--default-color);
}

.faq .content-title {
  color: var(--heading-color);
  font-size: 22px;
  margin-bottom: 30px;
}

.faq p {
  line-height: 1.7;
  color: var(--default-color);
}

.faq .custom-accordion .accordion-item {
  background-color: var(--surface-color);
  margin-bottom: 0px;
  position: relative;
  border-radius: 0px;
  overflow: hidden;
}

.faq .custom-accordion .accordion-item .btn-link {
  display: block;
  width: 100%;
  padding: 15px 0;
  text-decoration: none;
  text-align: left;
  color: var(--default-color);
  border: none;
  padding-left: 40px;
  border-radius: 0;
  position: relative;
  background-color: color-mix(in srgb, var(--default-color), transparent 94%);
}

.faq .custom-accordion .accordion-item .btn-link:before {
  content: "\f282";
  display: inline-block;
  font-family: "bootstrap-icons" !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
}

.faq .custom-accordion .accordion-item .btn-link[aria-expanded=true] {
  color: var(--accent-color);
}

.faq .custom-accordion .accordion-item .btn-link[aria-expanded=true]:before {
  font-family: "bootstrap-icons" !important;
  content: "\f286";
  position: absolute;
  color: var(--accent-color);
  top: 50%;
  transform: translateY(-50%);
}

.faq .custom-accordion .accordion-item .accordion-body {
  padding: 20px 20px 20px 20px;
  color: var(--default-color);
}

/*====== Team Section ======*/
.team .team-member {
  background-color: var(--surface-color);
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  height: 100%;
  transition: all ease-in-out 0.3s; /* Adiciona transição suave */
}

.team .team-member .member-img {
  position: relative;
  overflow: hidden;
}

.team .team-member .social {
  position: absolute;
  left: 0;
  bottom: 30px;
  right: 0;
  opacity: 0;
  transition: ease-in-out 0.3s;
  text-align: center;
}

.team .team-member .social a {
  background: color-mix(in srgb, var(--contrast-color), transparent 25%);
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  margin: 0 3px;
  border-radius: 4px;
  width: 36px;
  height: 36px;
  transition: ease-in-out 0.3s;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.team .team-member .social a:hover {
  color: var(--contrast-color);
  background: var(--accent-color);
}

.team .team-member .social i {
  font-size: 18px;
  line-height: 0;
}

.team .team-member .member-info {
  padding: 25px 15px;
}

.team .team-member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  transition: ease-in-out 0.3s; /* Adiciona transição suave para o título */
}

.team .team-member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.team .team-member:hover {
  transform: translateY(-10px); /* Move o item para cima */
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); /* Aumenta a sombra para dar sensação de elevação */
}

.team .team-member:hover .member-info h4 {
  color: var(--accent-color); /* Muda a cor do título */
}

.team .team-member:hover .social {
  opacity: 1;
  bottom: 15px;
}

/*======= Recent Posts Section ======*/
.recent-posts article {
  background: var(--surface-color);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  padding: 30px;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.recent-posts .post-img {
  max-height: 240px;
  margin: -30px -30px 15px -30px;
  overflow: hidden;
}

.recent-posts .post-category {
  font-size: 16px;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  margin-bottom: 10px;
}

.recent-posts .title {
  font-size: 20px;
  font-weight: 700;
  padding: 0;
  margin: 0 0 20px 0;
}

.recent-posts .title a {
  color: var(--heading-color);
  transition: 0.3s;
}

.recent-posts .title a:hover {
  color: var(--accent-color);
}

.recent-posts .post-author-img {
  width: 50px;
  border-radius: 50%;
  margin-right: 15px;
}

.recent-posts .post-author {
  font-weight: 600;
  margin-bottom: 5px;
}

.recent-posts .post-date {
  font-size: 14px;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  margin-bottom: 0;
}

/*====== Contact Section ======*/
.contact .info-item+.info-item {
  margin-top: 40px;
}

.contact .info-item i {
  color: var(--accent-color);
  background: color-mix(in srgb, var(--accent-color), transparent 92%);
  font-size: 20px;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  margin-right: 15px;
}

.contact .info-item h3 {
  padding: 0;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}

.contact .info-item p {
  padding: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.contact .info-item:hover i {
  background: var(--accent-color);
  color: var(--contrast-color);
}

.contact .php-email-form {
  height: 100%;
}

.contact .php-email-form input[type=text],
.contact .php-email-form input[type=email],
.contact .php-email-form textarea {
  font-size: 14px;
  padding: 10px 15px;
  box-shadow: none;
  border-radius: 0;
  color: var(--default-color);
  background-color: color-mix(in srgb, var(--background-color), transparent 50%);
  border-color: color-mix(in srgb, var(--default-color), transparent 80%);
}

.contact .php-email-form input[type=text]:focus,
.contact .php-email-form input[type=email]:focus,
.contact .php-email-form textarea:focus {
  border-color: var(--accent-color);
}

.contact .php-email-form input[type=text]::placeholder,
.contact .php-email-form input[type=email]::placeholder,
.contact .php-email-form textarea::placeholder {
  color: color-mix(in srgb, var(--default-color), transparent 70%);
}

.contact .php-email-form button[type=submit] {
  color: var(--contrast-color);
  background: var(--accent-color);
  border: 0;
  padding: 10px 30px;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type=submit]:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 25%);
}

/*====== Portfolio Details Section ======*/
.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .swiper-wrapper {
  height: auto;
}

.portfolio-details .swiper-button-prev,
.portfolio-details .swiper-button-next {
  width: 48px;
  height: 48px;
}

.portfolio-details .swiper-button-prev:after,
.portfolio-details .swiper-button-next:after {
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(0, 0, 0, 0.15);
  font-size: 24px;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.portfolio-details .swiper-button-prev:hover:after,
.portfolio-details .swiper-button-next:hover:after {
  background-color: rgba(0, 0, 0, 0.3);
}

.portfolio-details .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: color-mix(in srgb, var(--default-color), transparent 85%);
  opacity: 1;
}

.portfolio-details .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--accent-color);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.portfolio-details .portfolio-info h3:after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: var(--accent-color);
  left: 0;
  bottom: 0;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li {
  display: flex;
  flex-direction: column;
  padding-bottom: 15px;
}

.portfolio-details .portfolio-info ul strong {
  text-transform: uppercase;
  font-weight: 400;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  font-size: 14px;
}

.portfolio-details .portfolio-info .btn-visit {
  padding: 8px 40px;
  background: var(--accent-color);
  color: var(--contrast-color);
  border-radius: 50px;
  transition: 0.3s;
}

.portfolio-details .portfolio-info .btn-visit:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 20%);
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

.portfolio-details .portfolio-description .testimonial-item {
  padding: 30px 30px 0 30px;
  position: relative;
  background: color-mix(in srgb, var(--default-color), transparent 97%);
  margin-bottom: 50px;
}

.portfolio-details .portfolio-description .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50px;
  border: 6px solid var(--background-color);
  float: left;
  margin: 0 10px 0 0;
}

.portfolio-details .portfolio-description .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 15px 0 5px 0;
  padding-top: 20px;
}

.portfolio-details .portfolio-description .testimonial-item h4 {
  font-size: 14px;
  color: #6c757d;
  margin: 0;
}

.portfolio-details .portfolio-description .testimonial-item .quote-icon-left,
.portfolio-details .portfolio-description .testimonial-item .quote-icon-right {
  color: color-mix(in srgb, var(--accent-color), transparent 50%);
  font-size: 26px;
  line-height: 0;
}

.portfolio-details .portfolio-description .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.portfolio-details .portfolio-description .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
  transform: scale(-1, -1);
}

.portfolio-details .portfolio-description .testimonial-item p {
  font-style: italic;
  margin: 0 0 15px 0 0 0;
  padding: 0;
}

/*====== Service Details Section ======*/
.service-details .service-box {
  background-color: var(--surface-color);
  padding: 20px;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.service-details .service-box:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  transform: translateY(-5px);
}

.service-details .service-box+.service-box {
  margin-top: 30px;
}

.service-details .service-box h4 {
  font-size: 20px;
  font-weight: 700;
  border-bottom: 2px solid color-mix(in srgb, var(--default-color), transparent 92%);
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.service-details .services-list {
  background-color: var(--surface-color);
}

.service-details .services-list a {
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  background-color: color-mix(in srgb, var(--default-color), transparent 96%);
  display: flex;
  align-items: center;
  padding: 12px 15px;
  margin-top: 15px;
  transition: 0.3s;
}

.service-details .services-list a:first-child {
  margin-top: 0;
}

.service-details .services-list a i {
  font-size: 16px;
  margin-right: 8px;
  color: var(--accent-color);
}

.service-details .services-list a.active {
  color: var(--contrast-color);
  background-color: var(--accent-color);
}

.service-details .services-list a.active i {
  color: var(--contrast-color);
}

.service-details .services-list a:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  background-color: color-mix(in srgb, var(--accent-color), transparent 95%);
  color: var(--accent-color);
  transform: translateY(-3px); /* Adiciona um leve movimento para cima */
}

.service-details .download-catalog a {
  color: var(--default-color);
  display: flex;
  align-items: center;
  padding: 10px 0;
  transition: all 0.3s;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.service-details .download-catalog a:first-child {
  border-top: 0;
  padding-top: 0;
}

.service-details .download-catalog a:last-child {
  padding-bottom: 0;
}

.service-details .download-catalog a i {
  font-size: 24px;
  margin-right: 8px;
  color: var(--accent-color);
}

.service-details .download-catalog a:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  color: var(--accent-color);
  transform: translateY(-3px); /* Adiciona um leve movimento para cima */
}

.service-details .services-list a,
.service-details .download-catalog a {
  transition: all 0.3s ease;
}

.service-details .help-box {
  background-color: var(--accent-color);
  color: var(--contrast-color);
  margin-top: 30px;
  padding: 30px 15px;
}

.service-details .help-box .help-icon {
  font-size: 48px;
}

.service-details .help-box h4,
.service-details .help-box a {
  color: var(--contrast-color);
}

.service-details .services-img {
  margin-bottom: 20px;
}

.service-details h3 {
  font-size: 26px;
  font-weight: 700;
}

.service-details p {
  font-size: 15px;
}

.service-details ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.service-details ul li {
  padding: 5px 0;
  display: flex;
  align-items: center;
}

.service-details ul i {
  font-size: 20px;
  margin-right: 8px;
  color: var(--accent-color);
}

/*====== Starter Section Section ======*/
/* .starter-section {
  Add your styles here 
} */

/*====== Recent Posts Section ======*/
.recent-posts article {
  background-color: var(--surface-color);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  padding: 30px;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: all ease-in-out 0.3s; /* Adiciona transição suave */
}

.recent-posts .post-img {
  max-height: 240px;
  margin: -30px -30px 15px -30px;
  overflow: hidden;
}

.recent-posts .post-category {
  font-size: 16px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  margin-bottom: 10px;
}

.recent-posts .title {
  font-size: 20px;
  font-weight: 700;
  padding: 0;
  margin: 0 0 20px 0;
}

.recent-posts .title a {
  color: var(--heading-color);
  transition: 0.3s;
}

.recent-posts .title a:hover {
  color: var(--accent-color);
}

.recent-posts .post-author-img {
  width: 50px;
  border-radius: 50%;
  margin-right: 15px;
}

.recent-posts .post-author {
  font-weight: 600;
  margin-bottom: 5px;
}

.recent-posts .post-date {
  font-size: 14px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  margin-bottom: 0;
}

/* Efeito hover */
.recent-posts article:hover {
  transform: translateY(-10px); /* Move o artigo para cima */
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); /* Aumenta a sombra para dar sensação de elevação */
}

.recent-posts article:hover .title a {
  color: var(--accent-color); /* Muda a cor do título no hover */
}

/*====== Blog Pagination Section ======*/
.blog-pagination {
  padding-top: 0;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.blog-pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog-pagination li {
  margin: 0 5px;
  transition: 0.3s;
}

.blog-pagination li a {
  color: var(--accent-color);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid var(--accent-color);
}

.blog-pagination li a.active,
.blog-pagination li a:hover {
  background: var(--accent-color);
  color: var(--contrast-color);
}

.blog-pagination li a.active a,
.blog-pagination li a:hover a {
  color: var(--contrast-color);
}

/*====== Blog Details Section ======*/
.blog-details {
  padding-bottom: 30px;
}

.blog-details .article {
  background-color: var(--surface-color);
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog-details .post-img {
  margin: -30px -30px 20px -30px;
  overflow: hidden;
}

.blog-details .title {
  color: var(--heading-color);
  font-size: 28px;
  font-weight: 700;
  padding: 0;
  margin: 30px 0;
}

.blog-details .content {
  margin-top: 20px;
}

.blog-details .content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.blog-details .content blockquote {
  overflow: hidden;
  background-color: color-mix(in srgb, var(--default-color), transparent 95%);
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog-details .content blockquote p {
  color: var(--default-color);
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog-details .content blockquote:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: var(--accent-color);
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog-details .meta-top {
  margin-top: 20px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.blog-details .meta-top ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

.blog-details .meta-top ul li+li {
  padding-left: 20px;
}

.blog-details .meta-top i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.blog-details .meta-top a {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

.blog-details .meta-bottom {
  padding-top: 10px;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.blog-details .meta-bottom i {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  display: inline;
}

.blog-details .meta-bottom a {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  transition: 0.3s;
}

.blog-details .meta-bottom a:hover {
  color: var(--accent-color);
}

.blog-details .meta-bottom .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog-details .meta-bottom .cats li {
  display: inline-block;
}

.blog-details .meta-bottom .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog-details .meta-bottom .tags li {
  display: inline-block;
}

.blog-details .meta-bottom .tags li+li::before {
  padding-right: 6px;
  color: var(--default-color);
  content: ",";
}

.blog-details .meta-bottom .share {
  font-size: 16px;
}

.blog-details .meta-bottom .share i {
  padding-left: 5px;
}

/*====== Blog Comments Section ======*/
.blog-comments {
  padding: 10px 0;
}

.blog-comments .comments-count {
  font-weight: bold;
}

.blog-comments .comment {
  margin-top: 30px;
  position: relative;
}

.blog-comments .comment .comment-img {
  margin-right: 14px;
}

.blog-comments .comment .comment-img img {
  width: 60px;
}

.blog-comments .comment h5 {
  font-size: 16px;
  margin-bottom: 2px;
}

.blog-comments .comment h5 a {
  font-weight: bold;
  color: var(--default-color);
  transition: 0.3s;
}

.blog-comments .comment h5 a:hover {
  color: var(--accent-color);
}

.blog-comments .comment h5 .reply {
  padding-left: 10px;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
}

.blog-comments .comment h5 .reply i {
  font-size: 20px;
}

.blog-comments .comment time {
  display: block;
  font-size: 14px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  margin-bottom: 5px;
}

.blog-comments .comment.comment-reply {
  padding-left: 40px;
}

/*====== Widgets ======*/
.widgets-container {
  margin: 60px 0 30px 0;
}

.widget-title {
  color: var(--heading-color);
  font-size: 20px;
  font-weight: 600;
  padding: 0 0 0 10px;
  margin: 0 0 20px 0;
  border-left: 4px solid var(--accent-color);
}

.widget-item {
  margin-bottom: 30px;
  background-color: color-mix(in srgb, var(--default-color), transparent 98%);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  padding: 30px;
  border-radius: 5px;
}

.widget-item:last-child {
  margin-bottom: 0;
}

.blog-author-widget img {
  max-width: 160px;
}

.blog-author-widget h4 {
  font-weight: 600;
  font-size: 24px;
  margin: 15px 0 0 0;
  padding: 0;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
}

.blog-author-widget .social-links {
  margin: 5px 0;
}

.blog-author-widget .social-links a {
  color: color-mix(in srgb, var(--default-color), transparent 60%);
  margin: 0 3px;
  font-size: 18px;
}

.blog-author-widget .social-links a:hover {
  color: var(--accent-color);
}

.blog-author-widget p {
  font-style: italic;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  margin: 10px 0 0 0;
}

.search-widget form {
  background: var(--background-color);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 75%);
  padding: 3px 10px;
  position: relative;
  border-radius: 50px;
  transition: 0.3s;
}

.search-widget form input[type=text] {
  border: 0;
  padding: 4px 10px;
  border-radius: 4px;
  width: calc(100% - 40px);
  background-color: var(--background-color);
  color: var(--default-color);
}

.search-widget form input[type=text]:focus {
  outline: none;
}

.search-widget form button {
  background: none;
  color: var(--default-color);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  font-size: 16px;
  padding: 0 16px;
  transition: 0.3s;
  line-height: 0;
}

.search-widget form button i {
  line-height: 0;
}

.search-widget form button:hover {
  color: var(--accent-color);
}

.search-widget form:is(:focus-within) {
  border-color: var(--accent-color);
}

.categories-widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.categories-widget ul li {
  padding-bottom: 10px;
}

.categories-widget ul li:last-child {
  padding-bottom: 0;
}

.categories-widget ul a {
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  transition: 0.3s;
}

.categories-widget ul a:hover {
  color: var(--accent-color);
}

.categories-widget ul a span {
  padding-left: 5px;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  font-size: 14px;
}

.recent-posts-widget .post-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.recent-posts-widget .post-item:last-child {
  margin-bottom: 0;
}

.recent-posts-widget .post-item h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}

.recent-posts-widget .post-item h4 a {
  color: var(--default-color);
  transition: 0.3s;
}

.recent-posts-widget .post-item h4 a:hover {
  color: var(--accent-color);
}

.recent-posts-widget .post-item time {
  display: block;
  font-style: italic;
  font-size: 14px;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
}

.tags-widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tags-widget ul li {
  display: inline-block;
}

.tags-widget ul a {
  background-color: color-mix(in srgb, var(--default-color), transparent 94%);
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  border-radius: 50px;
  font-size: 14px;
  padding: 5px 15px;
  margin: 0 6px 8px 0;
  display: inline-block;
  transition: 0.3s;
}

.tags-widget ul a:hover {
  background: var(--accent-color);
  color: var(--contrast-color);
}

.tags-widget ul a span {
  padding-left: 5px;
  color: color-mix(in srgb, var(--default-color), transparent 60%);
  font-size: 14px;
}

/* Responsividade  */
/*====== Navigation Menu ======*/

/* Navmenu - Desktop */
/* Estilos para telas grandes (desktop) */
/* Estilos base para todos os tamanhos de tela */
.navmenu {
  padding: 0;
  z-index: 9997;
}

.navmenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  box-sizing: border-box;
}

.navmenu a,
.navmenu a:focus {
  color: var(--nav-color);
  background: none;
  border-radius: 24px;
  padding: 8px 22px;
  font-size: 1rem;
  font-weight: 500;
  margin: 0 2px;
  transition: background 0.2s, color 0.2s;
  box-shadow: none;
  text-shadow: none;
}

.navmenu a::before,
.navmenu a:hover::before {
  display: none !important;
}

.navmenu li:hover > a:not(.cta-button),
.navmenu .active:not(.cta-button),
.navmenu .active:focus:not(.cta-button) {
  color: #fff;
  background: none;
  box-shadow: none;
  text-shadow: none;
}

.navmenu a:hover,
.navmenu a.active,
.navmenu a:focus {
  background: #511C25;
  color: #D8C8B4;
}

.navmenu .cta-button {
  color: var(--nav-color);
  background: none;
  border-radius: 24px;
  font-weight: 500;
  box-shadow: none;
  text-shadow: none;
  padding: 8px 22px;
  font-size: 1rem;
  margin: 0 2px;
}

/* Smartphones pequenos */
@media (max-width: 320px) {
  .hero h2 {
    font-size: 18px;
  }

  .hero p {
    font-size: 11px;
  }

  .hero .btn-get-started {
    font-size: 10px;
    padding: 6px 16px;
  }
}

/* Smartphones */
@media (min-width: 321px) and (max-width: 480px) {
  .hero h2 {
    font-size: 18px;
  }

  .hero p {
    font-size: 11px;
  }

  .hero .btn-get-started {
    font-size: 11px;
    padding: 8px 20px;
  }
}

/* Smartphones grandes */
@media (min-width: 481px) and (max-width: 767px) {
  .hero h2 {
    font-size: 28px;
  }

  .hero p {
    font-size: 14px;
  }

  .carousel-item {
    min-height: 40vh;
  }
}

/* Tablets */
@media (min-width: 768px) and (max-width: 1023px) {
  .hero h2 {
    font-size: 34px;
  }

  .hero p {
    font-size: 15px;
    max-width: 80%;
  }

  .carousel-item {
    min-height: 50vh;
  }
}

/* Desktops pequenos e tablets grandes */
@media (min-width: 1024px) and (max-width: 1199px) {
  .hero p {
    max-width: 70%;
  }

  .hero .carousel-control-prev,
  .hero .carousel-control-next {
    width: 5%;
  }
}

/* Desktops */
@media (min-width: 1200px) {
  .header {
    align-items: flex-start;
  }
  .navmenu {
    display: flex;
    align-items: center;
  }
  .navmenu .cta-button {
    position: static;
    margin-left: 32px;
    margin-right: 0;
    z-index: auto;
  }
  .navmenu ul {
    margin-left: auto !important;
    margin-right: 64px !important;
    gap: 10px;
    align-items: flex-start;
  }
  .navmenu a:not(.cta-button),
  .navmenu a:not(.cta-button):focus {
    background: var(--nav-background-color);
    color: #D8C8B4;
    border-radius: 50px;
    padding: 7px 18px;
    font-weight: 500;
    box-shadow: none;
    text-shadow: none;
    border: none;
    margin: 0;
    display: inline-block;
    transition: background 0.3s, color 0.3s, box-shadow 0.3s, transform 0.25s cubic-bezier(.4,2,.6,1);
  }
  .navmenu a:not(.cta-button):hover,
  .navmenu li:hover > a:not(.cta-button),
  .navmenu .active:not(.cta-button),
  .navmenu .active:focus:not(.cta-button) {
    background: linear-gradient(90deg, #D8C8B4 0%, #fff 100%);
    color: var(--nav-background-color);
    box-shadow: none;
    text-shadow: none;
    transform: scale(1.08);
  }
  .navmenu .cta-button {
    box-shadow: none;
    text-shadow: none;
  }
}

/* Navmenu - Mobile */
@media (max-width: 1199px) {
  .mobile-nav-toggle {
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: absolute !important;
    top: 50% !important;
    right: 20px !important;
    transform: translateY(-50%) !important;
    z-index: 10004 !important;
    font-size: 26px;
    color: #D8C8B4;
    background: rgba(81, 28, 37, 0.95);
    border: 2px solid rgba(216, 200, 180, 0.3);
    border-radius: 8px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(81, 28, 37, 0.4);
  }

  /* Correção do Menu Mobile */
  .navmenu ul {
    display: none;
    position: fixed; /* Mudou para fixed */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(81, 28, 37, 0.98) !important; /* Background mais opaco */
    z-index: 10000; /* Z-index consistente */
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 80px; /* Espaço para o botão de fechar */
    padding-left: 0;
    padding-right: 0;
    margin: 0;
    overflow-y: auto;
    backdrop-filter: blur(10px);
  }

  /* Itens do Menu Mobile */
  .navmenu ul li {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid rgba(216, 200, 180, 0.1);
  }

  .navmenu a,
  .navmenu a:focus {
    color: #D8C8B4 !important;
    /* background: transparent !important; */
    padding: 20px 30px;
    font-size: 18px;
    font-weight: 500;
    display: block;
    width: 100%;
    text-align: center;
    border-radius: 0;
    transition: all 0.3s ease;
  }

  .navmenu a:hover,
  .navmenu .active,
  .navmenu .active:focus {
    background: rgba(216, 200, 180, 0.1) !important;
    color: #ffffff !important;
  }

  /* Estado ativo do menu mobile */
  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .mobile-nav-toggle {
    position: fixed;
    top: 25px;
    right: 25px;
    z-index: 10002;
    color: #D8C8B4;
    background: rgba(81, 28, 37, 0.9);
  }

  .mobile-nav-active .navmenu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10001;
    background: rgba(81, 28, 37, 0.98);
    backdrop-filter: blur(10px);
  }

  .mobile-nav-active .navmenu ul {
    display: flex !important;
    flex-direction: column;
    width: 100vw;
    height: 100vh;
    /* background: transparent !important; */
    padding-top: 80px;
    justify-content: flex-start;
  }
}

/* 5. Correção do Header Mobile */
@media (max-width: 1199px) {
  .header {
    padding: 15px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background-color: rgba(81, 28, 37, 0.95);
    backdrop-filter: blur(10px);
  }

  .header .logo img {
    max-height: 50px;
  }
}

/* 6. Ajuste do conteúdo principal para compensar o header fixo */
@media (max-width: 1199px) {
  .main {
    margin-top: 80px; /* Compensa a altura do header fixo */
  }
  
  #hero {
    margin-top: -80px; /* Para que o hero ocupe toda a tela */
    padding-top: 80px;
  }
}

/* 7. Melhoria visual do botão toggle */
.mobile-nav-toggle:hover {
  background: rgba(81, 28, 37, 1) !important;
  transform: scale(1.05);
}

/* ====== CONFIGURAÇÕES RESPONSIVAS PARA IMAGEM DE FUNDO DO HERO ====== */

/* Configuração base para imagem de fundo responsiva */
#hero {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-attachment: scroll !important;
  min-height: 100vh;
}

/* Mobile - otimização para performance */
@media (max-width: 768px) {
  #hero {
    background-attachment: scroll !important;
    background-size: cover !important;
    background-position: center center !important;
  }
}

/* Desktop - efeito parallax */
@media (min-width: 769px) {
  #hero {
    background-attachment: fixed !important;
    background-size: cover !important;
    background-position: center center !important;
  }
}

/* 8. Animação suave para abertura/fechamento */
.navmenu ul {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.mobile-nav-active .navmenu ul {
  animation: slideInFromTop 0.3s ease-out;
}

@keyframes slideInFromTop {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 9. CTA Button no menu mobile */
@media (max-width: 1199px) {
  .navmenu .cta-button {
    background: #D8C8B4 !important;
    color: #511C25 !important;
    margin: 20px 30px;
    border-radius: 25px;
    padding: 15px 25px;
    font-weight: 600;
  }

  .navmenu .cta-button:hover {
    background: #ffffff !important;
    color: #511C25 !important;
  }
}

/* Estilos adicionais para diferentes componentes */
@media (max-width: 768px) {
  .footer .footer-top .row > div {
    margin-bottom: 30px;
  }

  [data-aos-delay] {
    transition-delay: 0 !important;
  }

  .features .nav-link i {
    padding: 0;
    line-height: 1;
    font-size: 36px;
  }
}

@media (max-width: 575px) {
  .features .nav-link {
    padding: 15px;
  }

  .features .nav-link i {
    font-size: 24px;
  }

  .portfolio .portfolio-filters li {
    font-size: 14px;
    margin: 0 0 10px 0;
  }

  .portfolio-details .swiper-button-prev,
  .portfolio-details .swiper-button-next {
    display: none;
  }
}

@media (min-width: 1365px) {
  .services .service-item:hover {
    transform: translateY(-10px);
  }

  .services .service-item:hover h3 {
    color: var(--accent-color);
  }
}

/* Orientação específica */
@media (orientation: portrait) {
  /* Ajustes para orientação retrato */
}

@media (orientation: landscape) {
  /* Ajustes para orientação paisagem */
}

/* Telas de alta densidade (retina) */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* Ajustes para telas de alta densidade */
}

/* Media query para telas menores 
@media (max-width: 767px) {
  .hero-carousel {
    height: 100vh;
  }

  .hero-carousel .carousel-item {
    height: 100vh;
    background-size: cover;
    background-position: center center;
  }

  .hero-carousel .carousel-container {
    padding: 10px; 
  }

  .hero-carousel h2 {
    font-size: 24px; 
  }

  .hero-carousel p {
    font-size: 14px; 
  }

  .hero-carousel .btn-get-started {
    font-size: 14px;
    padding: 8px 20px;
  }
} */

/* Ajuste específico para a dimensão 767x695 e similares 
@media (max-width: 767px) and (max-height: 700px) {
  .hero-carousel,
  .hero-carousel .carousel-item {
    height: 100vh; 
  }

  .hero-carousel .carousel-item {
    background-size: cover;
    background-position: center center;
  }
} */

/* Ícone animado para Home */
.menu-home-animated {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.menu-home-animated .down-arrow {
  font-size: 1.2em;
  animation: bounceDown 1.2s infinite;
  color: #fff;
  margin-left: 2px;
}
@keyframes bounceDown {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(7px); }
}

.scroll-down-arrow {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
}
.down-arrow-hero {
  font-size: 2.5rem;
  color: #fff;
  opacity: 0.85;
  animation: bounceDown 1.2s infinite;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,0.2));
}
@keyframes bounceDown {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(14px); }
}

.nav-btn-home {
  background: #511C25;
  color: #D8C8B4 !important;
  border-radius: 50px;
  padding: 7px 18px;
  font-weight: 500;
  border: none;
  margin: 0 auto;
  display: inline-block;
  transition: background 0.3s, color 0.3s;
}
.nav-btn-home:hover,
.nav-btn-home:focus {
  background: #D8C8B4;
  color: #511C25;
}

.header, .header * {
  box-shadow: none !important;
  text-shadow: none !important;
}

.hero .nav-btn-home {
  background: #511C25 !important;
  color: #D8C8B4 !important;
  border: none !important;
  box-shadow: none !important;
}
.hero .nav-btn-home:hover,
.hero .nav-btn-home:focus {
  background: #D8C8B4 !important;
  color: #511C25 !important;
  border: none !important;
}

.navmenu .cta-button {
  color: #D8C8B4 !important;
}
.navmenu .cta-button i {
  color: #D8C8B4 !important;
}

body, html {
  background: #511C25 !important;
  box-sizing: border-box;
}

/* ===== Estilos exclusivos para a página de login ===== */
body.login-page {
  background: #511C25;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.login-logo {
  width: 180px;
  margin: 48px auto 24px auto;
  display: block;
}
.login-container {
  background: #D8C8B4;
  border-radius: 18px;
  box-shadow: 0 4px 24px rgba(81,28,37,0.10);
  padding: 36px 32px 28px 32px;
  max-width: 350px;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.login-container h2 {
  color: #511C25;
  margin-bottom: 8px;
  font-size: 2rem;
  font-weight: 700;
}
.login-container .subtitle {
  color: #511C25;
  font-size: 1.08rem;
  margin-bottom: 18px;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.login-container label {
  display: block;
  text-align: left;
  color: #511C25;
  font-weight: 500;
  margin-bottom: 6px;
  margin-top: 12px;
}
.login-container input[type="text"],
.login-container input[type="password"] {
  width: 100%;
  padding: 10px 12px;
  border-radius: 8px;
  border: 1px solid #D8C8B4;
  margin-bottom: 8px;
  font-size: 1rem;
  color: #511C25;
  background: #F8F6F3;
  transition: border 0.2s;
}
.login-container input[type="text"]:focus,
.login-container input[type="password"]:focus {
  border: 1.5px solid #511C25;
  outline: none;
}
.login-container button {
  width: 100%;
  background: #511C25;
  color: #D8C8B4;
  border: none;
  border-radius: 50px;
  padding: 12px 0;
  font-size: 1.1rem;
  font-weight: 600;
  margin-top: 18px;
  cursor: pointer;
  transition: background 0.3s, color 0.3s;
}
.login-container button:hover {
  background: #D8C8B4;
  color: #511C25;
}
.login-error {
  color: #df1529;
  font-size: 0.98rem;
  margin-top: 10px;
  margin-bottom: -8px;
  min-height: 22px;
}
@media (max-width: 600px) {
  .login-logo {
    width: 90px;
    margin: 28px auto 12px auto;
  }
  .login-container {
    padding: 18px 8px 16px 8px;
    max-width: 98vw;
  }
  .login-container h2 {
    font-size: 1.3rem;
  }
  .login-container .subtitle {
    font-size: 0.98rem;
  }
  .login-container label,
  .login-container input,
  .login-container button {
    font-size: 0.98rem;
  }
}
@media (max-width: 480px) {
  .login-logo {
    width: 220px;
    margin: 0 auto 32px auto;
  }
  .login-container {
    padding: 4vw 4vw 4vw 4vw;
    max-width: 400px;
    width: 94vw;
    border-radius: 12px;
    min-width: unset;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .login-container h2 {
    font-size: 1.1rem;
  }
  .login-container .subtitle {
    font-size: 0.9rem;
  }
  .login-container label,
  .login-container input,
  .login-container button {
    font-size: 0.92rem;
  }
}

/* ===== Estilos exclusivos para a página links-uteis.html ===== */
body.links-uteis-page {
  background: #511C25;
  color: #511C25;
}
.area-container {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 24px rgba(81,28,37,0.10);
  padding: 36px 32px 28px 32px;
  max-width: 600px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.area-container h2 {
  color: #511C25;
  margin-bottom: 8px;
  font-size: 2rem;
  font-weight: 700;
}
.area-container .subtitle {
  color: #511C25;
  font-size: 1.08rem;
  margin-bottom: 18px;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.area-container ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 18px;
}
.area-container ul li {
  margin-bottom: 22px;
}
.area-container ul a {
  color: #fff;
  background: #BFA890;
  border-radius: 50px;
  padding: 10px 22px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.3s, color 0.3s;
  display: inline-block;
  font-size: 1.08rem;
}
.area-container ul a:hover {
  background: #511C25;
  color: #D8C8B4;
}
.area-container .desc {
  color: #4B4453;
  font-size: 0.98rem;
  margin-top: 6px;
  margin-bottom: 0;
  font-weight: 400;
  letter-spacing: 0.1px;
}
.logo-adv {
  width: 180px;
  margin: 0 auto 24px auto;
  display: block;
}

.navmenu a.cta-button {
  position: relative;
}
.navmenu a.cta-button:hover,
.navmenu a.cta-button:focus {
  background: none !important;
  color: #D8C8B4 !important;
  text-decoration: none;
}
.navmenu a.cta-button:hover::after,
.navmenu a.cta-button:focus::after {
  content: '';
  display: block;
  position: absolute;
  left: 18%;
  right: 18%;
  bottom: 5px;
  height: 3px;
  background: #D8C8B4;
  border-radius: 2px 8px 2px 8px;
  opacity: 0.95;
  box-shadow: 0 1px 2px rgba(81,28,37,0.10);
  transform: rotate(-1deg) skewX(-8deg);
  z-index: 2;
}

.navmenu a.cta-button.active,
.navmenu a.cta-button:active {
  background: none !important;
  color: #D8C8B4 !important;
}

@media (max-width: 1199px) {
  .navmenu {
    background: #511C25 !important;
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    z-index: 10001;
    backdrop-filter: none !important;
  }
  .navmenu ul {
    background: #511C25 !important;
  }
  .navmenu ul li {
    background: rgba(20, 10, 10, 0.92) !important;
  }
  /* ...restante igual... */
}

@media (min-width: 1200px) {
  .mobile-menu-logo {
    display: none !important;
  }
}

/* ===========================================
   CORREÇÕES MOBILE-FIRST PARA STYLE.CSS
   Adicionar ao final do arquivo style.css
   =========================================== */

/* CSS Custom Property para viewport height mobile */
:root {
  --vh: 1vh;
}

/* ===== CORREÇÕES DO HEADER MOBILE ===== */
@media (max-width: 1199px) {
  .header {
    padding: 15px 20px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10000 !important; /* Garantir prioridade sobre o menu */
    background-color: rgba(81, 28, 37, 0.98) !important;
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 10px rgba(81, 28, 37, 0.3);
  }

  .header .logo {
    position: relative;
    z-index: 10003 !important; /* Logo sempre visível */
  }

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

/* ===== CORREÇÕES DO BOTÃO TOGGLE MOBILE ===== */
@media (max-width: 1199px) {
  .mobile-nav-toggle {
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: absolute !important;
    top: 50% !important;
    right: 20px !important;
    transform: translateY(-50%) !important;
    z-index: 10004 !important;
    font-size: 26px;
    color: #D8C8B4;
    background: rgba(81, 28, 37, 0.95);
    border: 2px solid rgba(216, 200, 180, 0.3);
    border-radius: 8px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(81, 28, 37, 0.4);
  }

  .mobile-nav-toggle:hover {
    background: rgba(81, 28, 37, 1) !important;
    transform: scale(1.05);
    border-color: rgba(216, 200, 180, 0.6);
  }

  /* Estado ativo do botão toggle */
  .mobile-nav-active .mobile-nav-toggle {
    background: rgba(216, 200, 180, 0.9) !important;
    color: #511C25 !important;
    border-color: rgba(81, 28, 37, 0.6);
  }
}

/* ===== CORREÇÕES DO MENU MOBILE ===== */
@media (max-width: 1199px) {
  .navmenu ul {
    display: none;
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, 
      rgba(81, 28, 37, 0.98) 0%, 
      rgba(81, 28, 37, 0.95) 100%) !important;
    backdrop-filter: blur(20px);
    z-index: 10001 !important;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 100px; /* Espaço para não sobrepor header */
    padding-left: 0;
    padding-right: 0;
    margin: 0;
    overflow-y: auto;
    box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.3);
  }

  .navmenu ul li {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid rgba(216, 200, 180, 0.15);
    background: rgba(216, 200, 180, 0.05);
    margin-bottom: 2px;
  }

  .navmenu a,
  .navmenu a:focus {
    color: #D8C8B4 !important;
    background: rgba(216, 200, 180, 0.1) !important;
    padding: 20px 30px;
    font-size: 18px;
    font-weight: 600;
    display: block;
    width: 100%;
    text-align: center;
    border-radius: 0;
    transition: all 0.3s ease;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    border: 1px solid transparent;
  }

  .navmenu a:hover,
  .navmenu .active,
  .navmenu .active:focus {
    background: rgba(216, 200, 180, 0.25) !important;
    color: #ffffff !important;
    border-color: rgba(216, 200, 180, 0.3);
    transform: translateX(5px);
    box-shadow: 0 4px 15px rgba(81, 28, 37, 0.3);
  }

  /* CTA Button no menu mobile */
  .navmenu .cta-button {
    background: linear-gradient(135deg, #D8C8B4, #BFA890) !important;
    color: #511C25 !important;
    margin: 20px 30px;
    border-radius: 50px;
    padding: 18px 30px;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 6px 20px rgba(216, 200, 180, 0.4);
    border: 2px solid rgba(81, 28, 37, 0.2);
    transform: none; /* Reset transform para CTA */
  }

  .navmenu .cta-button:hover {
    background: linear-gradient(135deg, #ffffff, #D8C8B4) !important;
    color: #511C25 !important;
    transform: translateY(-2px) !important; /* Efeito diferente para CTA */
    box-shadow: 0 8px 25px rgba(216, 200, 180, 0.6);
  }

  /* Menu ativo - mostrar */
  .mobile-nav-active .navmenu ul {
    display: flex !important;
    animation: slideInFromTop 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }

  /* Prevenir scroll quando menu aberto */
  .mobile-nav-active {
    overflow: hidden !important;
  }
}

/* ===== CORREÇÕES DA SEÇÃO HERO MOBILE ===== */

/* Mobile pequeno (até 480px) */
@media (max-width: 480px) {
  #hero {
    min-height: calc(var(--vh, 1vh) * 100) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 15px 60px 15px;
    text-align: center;
  }

  .hero .carousel-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: calc((var(--vh, 1vh) * 100) - 140px) !important;
    width: 100%;
    padding: 20px 10px;
  }

  .hero h2 {
    font-size: 28px !important;
    font-weight: 600 !important;
    line-height: 1.3 !important;
    margin-bottom: 25px !important;
    color: #D8C8B4 !important;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.7);
    padding: 0 10px;
  }

  .hero h2 span {
    font-weight: 700 !important;
    font-size: 32px !important;
    display: block;
    margin-top: 10px;
    color: #D8C8B4 !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    letter-spacing: 0.5px;
    line-height: 1.2;
  }

  .hero p {
    font-size: 16px !important;
    line-height: 1.5 !important;
    max-width: 95% !important;
    margin: 0 auto 30px auto !important;
    color: #D8C8B4 !important;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
    padding: 0 15px;
  }

  .hero .btn-get-started {
    font-size: 16px !important;
    padding: 14px 30px !important;
    margin-top: 20px !important;
    font-weight: 600;
    border-radius: 50px;
    box-shadow: 0 4px 15px rgba(81, 28, 37, 0.4);
    text-transform: uppercase;
    letter-spacing: 1px;
  }

  /* Scroll indicator mobile */
  .hero .scroll-down-arrow {
    margin-top: 30px !important;
  }
  
  .hero .scroll-down-arrow svg {
    width: 28px;
    height: 42px;
  }
  
  .hero .scroll-down-arrow div {
    font-size: 14px !important;
    margin-top: 8px;
  }
}

/* Mobile médio (481px - 768px) */
@media (min-width: 481px) and (max-width: 768px) {
  .hero h2 {
    font-size: 34px !important;
    line-height: 1.3 !important;
    margin-bottom: 30px !important;
  }

  .hero h2 span {
    font-size: 38px !important;
    font-weight: 700 !important;
    display: block;
    margin-top: 12px;
    color: #D8C8B4 !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    letter-spacing: 0.5px;
  }

  .hero p {
    font-size: 17px !important;
    max-width: 85% !important;
  }

  .hero .btn-get-started {
    font-size: 17px !important;
    padding: 15px 35px !important;
  }
}

/* Tablet (769px - 1023px) */
@media (min-width: 769px) and (max-width: 1023px) {
  .hero h2 {
    font-size: 42px !important;
  }

  .hero h2 span {
    font-size: 46px !important;
    font-weight: 700 !important;
    color: #D8C8B4 !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    letter-spacing: 0.5px;
  }

  .hero p {
    font-size: 18px !important;
    max-width: 80% !important;
  }
}

/* ===== ANIMAÇÕES ===== */
@keyframes slideInFromTop {
  from {
    opacity: 0;
    transform: translateY(-100%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ===== CORREÇÃO DO BACKGROUND HERO PARA MOBILE ===== */
@media (max-width: 768px) {
  #hero {
    background-attachment: scroll !important;
    background-size: cover;
    background-position: center center;
  }
  
  #hero::before {
    background: rgba(40, 20, 20, 0.65) !important;
  }
}

/* ===== CORREÇÃO DE CONTAINER MOBILE ===== */
@media (max-width: 480px) {
  .container-fluid.container-xl {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* ===== AJUSTE PARA MAIN COM HEADER FIXO ===== */
@media (max-width: 1199px) {
  .main {
    margin-top: 80px; /* Compensa header fixo */
  }
  
  #hero {
    margin-top: -80px; /* Para que o hero ocupe toda a tela */
    padding-top: 80px;
  }
}

@media (max-width: 1199px) {
  .navmenu ul li {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid rgba(216, 200, 180, 0.15);
    background: rgba(40, 20, 20, 0.75) !important; /* Fundo mais escuro e opaco */
    margin-bottom: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .navmenu a,
  .navmenu a:focus {
    color: #D8C8B4 !important;
    background: transparent !important;
    padding: 20px 30px;
    font-size: 18px;
    font-weight: 600;
    display: block;
    width: 100%;
    text-align: center;
    border-radius: 0;
    transition: all 0.3s ease;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    border: 1px solid transparent;
    margin: 0;
  }
}

@media (max-width: 1199px) {
  .navmenu ul li {
    background: rgba(20, 10, 10, 0.92) !important; /* Fundo ainda mais escuro */
  }
  .navmenu a,
  .navmenu a:focus {
    color: #D8C8B4 !important;
    background: transparent !important;
    /* ...restante igual... */
  }
  /* Botão em evidência para 'Contato' */
  .navmenu a[href="#contact"] {
    background: linear-gradient(90deg, #D8C8B4 0%, #fff 100%) !important;
    color: #511C25 !important;
    font-weight: 800;
    border-radius: 32px;
    box-shadow: 0 4px 18px rgba(216,200,180,0.18);
    margin: 18px 32px 12px 32px;
    padding: 18px 0 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 2px solid #D8C8B4;
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
    display: block;
  }
  .navmenu a[href="#contact"]:hover,
  .navmenu a[href="#contact"]:focus {
    background: #fff !important;
    color: #511C25 !important;
    box-shadow: 0 8px 28px rgba(216,200,180,0.28);
  }
  /* Quando o body tem .scrolled ou está na Home, o botão deve ser #511C25 */
  body.scrolled .navmenu a[href="#contact"],
  body.home-section .navmenu a[href="#contact"],
  .navmenu a[href="#contact"].active {
    background: #511C25 !important;
    color: #D8C8B4 !important;
    border: 2px solid #D8C8B4;
    box-shadow: 0 4px 18px rgba(81,28,37,0.18);
  }
  body.scrolled .navmenu a[href="#contact"]:hover,
  body.home-section .navmenu a[href="#contact"]:hover,
  .navmenu a[href="#contact"].active:hover {
    background: #D8C8B4 !important;
    color: #511C25 !important;
  }
}

/* ===============================================
   MENU SANDUÍCHE ELEGANTE E MODERNO
   =============================================== */

/* Menu Mobile Elegante */
@media (max-width: 1199px) {
  .navmenu ul {
    display: none;
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* Background elegante com glassmorphism */
    background: linear-gradient(145deg, 
      rgba(81, 28, 37, 0.95) 0%, 
      rgba(75, 68, 83, 0.92) 50%,
      rgba(81, 28, 37, 0.95) 100%) !important;
    backdrop-filter: blur(25px) saturate(1.5);
    -webkit-backdrop-filter: blur(25px) saturate(1.5);
    z-index: 10001 !important;
    flex-direction: column;
    justify-content: center; /* Centralizar verticalmente */
    align-items: center;
    padding: 120px 40px 80px 40px;
    margin: 0;
    overflow-y: auto;
    /* Sombra sutil interna */
    box-shadow: 
      inset 0 0 100px rgba(0, 0, 0, 0.2),
      0 0 50px rgba(81, 28, 37, 0.3);
  }

  .navmenu ul li {
    width: 100%;
    max-width: 280px;
    text-align: center;
    margin-bottom: 8px;
    /* Remove bordas grosseiras */
    border: none;
    background: none;
  }

  .navmenu a,
  .navmenu a:focus {
    color: #D8C8B4 !important;
    background: rgba(255, 255, 255, 0.08) !important;
    padding: 16px 24px;
    font-size: 16px;
    font-weight: 500;
    display: block;
    width: 100%;
    text-align: center;
    border-radius: 16px;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    text-shadow: none;
    border: 1px solid rgba(216, 200, 180, 0.15);
    letter-spacing: 0.5px;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }

  /* Efeito shimmer sutil */
  .navmenu a::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
      90deg,
      transparent,
      rgba(255, 255, 255, 0.1),
      transparent
    );
    transition: left 0.6s ease;
  }

  .navmenu a:hover::before {
    left: 100%;
  }

  .navmenu a:hover,
  .navmenu .active {
    background: rgba(216, 200, 180, 0.18) !important;
    color: #ffffff !important;
    border-color: rgba(216, 200, 180, 0.4);
    transform: translateY(-2px) scale(1.02);
    box-shadow: 
      0 8px 32px rgba(216, 200, 180, 0.2),
      0 2px 8px rgba(0, 0, 0, 0.3),
      inset 0 1px 0 rgba(255, 255, 255, 0.2);
  }

  /* CTA Buttons com design premium */
  .navmenu .cta-button {
    background: linear-gradient(135deg, 
      #D8C8B4 0%, 
      #E8D8C4 50%, 
      #D8C8B4 100%) !important;
    color: #511C25 !important;
    margin: 24px 0 8px 0;
    border-radius: 24px;
    padding: 18px 32px;
    font-weight: 600;
    font-size: 15px;
    text-transform: none;
    letter-spacing: 0.8px;
    box-shadow: 
      0 8px 24px rgba(216, 200, 180, 0.4),
      0 2px 8px rgba(0, 0, 0, 0.2),
      inset 0 1px 0 rgba(255, 255, 255, 0.3);
    border: none;
    position: relative;
    overflow: hidden;
  }

  .navmenu .cta-button::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, 
      rgba(255, 255, 255, 0.2) 0%, 
      rgba(255, 255, 255, 0.1) 50%, 
      rgba(255, 255, 255, 0.2) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
  }

  .navmenu .cta-button:hover {
    background: linear-gradient(135deg, 
      #E8D8C4 0%, 
      #F8E8D4 50%, 
      #E8D8C4 100%) !important;
    color: #511C25 !important;
    transform: translateY(-3px) scale(1.03) !important;
    box-shadow: 
      0 12px 32px rgba(216, 200, 180, 0.6),
      0 4px 16px rgba(0, 0, 0, 0.3),
      inset 0 1px 0 rgba(255, 255, 255, 0.4);
  }

  .navmenu .cta-button:hover::after {
    opacity: 1;
  }

  /* Menu ativo com animação fluida */
  .mobile-nav-active .navmenu ul {
    display: flex !important;
    animation: menuSlideIn 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }

  /* Animação individual dos itens */
  .mobile-nav-active .navmenu ul li {
    animation: menuItemSlideIn 0.5s ease-out both;
  }

  .mobile-nav-active .navmenu ul li:nth-child(1) { animation-delay: 0.1s; }
  .mobile-nav-active .navmenu ul li:nth-child(2) { animation-delay: 0.15s; }
  .mobile-nav-active .navmenu ul li:nth-child(3) { animation-delay: 0.2s; }
  .mobile-nav-active .navmenu ul li:nth-child(4) { animation-delay: 0.25s; }
  .mobile-nav-active .navmenu ul li:nth-child(5) { animation-delay: 0.3s; }
  .mobile-nav-active .navmenu ul li:nth-child(6) { animation-delay: 0.35s; }
  .mobile-nav-active .navmenu ul li:nth-child(7) { animation-delay: 0.4s; }
  .mobile-nav-active .navmenu ul li:nth-child(8) { animation-delay: 0.45s; }

  /* Prevenir scroll com elegância */
  .mobile-nav-active {
    overflow: hidden !important;
  }
}

/* ===== BOTÃO TOGGLE ELEGANTE ===== */
@media (max-width: 1199px) {
  .mobile-nav-toggle {
    display: block !important;
    position: fixed !important;
    top: 22px;
    right: 22px;
    z-index: 10004 !important;
    font-size: 22px;
    color: #D8C8B4;
    background: rgba(81, 28, 37, 0.9);
    border: 1px solid rgba(216, 200, 180, 0.3);
    border-radius: 12px;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 
      0 4px 20px rgba(81, 28, 37, 0.3),
      0 1px 4px rgba(0, 0, 0, 0.2),
      inset 0 1px 0 rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }

  .mobile-nav-toggle:hover {
    background: rgba(81, 28, 37, 1) !important;
    transform: scale(1.08) rotate(90deg);
    border-color: rgba(216, 200, 180, 0.6);
    box-shadow: 
      0 6px 24px rgba(81, 28, 37, 0.4),
      0 2px 8px rgba(0, 0, 0, 0.3),
      inset 0 1px 0 rgba(255, 255, 255, 0.2);
  }

  /* Estado ativo do botão */
  .mobile-nav-active .mobile-nav-toggle {
    background: rgba(216, 200, 180, 0.95) !important;
    color: #511C25 !important;
    border-color: rgba(81, 28, 37, 0.4);
    transform: scale(1.1) rotate(180deg);
    box-shadow: 
      0 8px 32px rgba(216, 200, 180, 0.5),
      0 2px 12px rgba(0, 0, 0, 0.3),
      inset 0 1px 0 rgba(255, 255, 255, 0.3);
  }
}

/* ===== HEADER PREMIUM ===== */
@media (max-width: 1199px) {
  .header {
    padding: 16px 22px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10000 !important;
    background: linear-gradient(135deg, 
      rgba(81, 28, 37, 0.95) 0%, 
      rgba(75, 68, 83, 0.92) 100%) !important;
    backdrop-filter: blur(20px) saturate(1.2);
    -webkit-backdrop-filter: blur(20px) saturate(1.2);
    box-shadow: 
      0 4px 32px rgba(81, 28, 37, 0.2),
      0 1px 8px rgba(0, 0, 0, 0.1),
      inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }

  .header .logo {
    position: relative;
    z-index: 10003 !important;
    transition: all 0.3s ease;
  }

  .header .logo:hover {
    transform: translateY(-1px);
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2));
  }

  .header .logo img {
    max-height: 42px;
    margin-right: 8px;
    filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.2));
  }
}

/* ===== ANIMAÇÕES ELEGANTES ===== */
@keyframes menuSlideIn {
  from {
    opacity: 0;
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
  }
  to {
    opacity: 1;
    backdrop-filter: blur(25px) saturate(1.5);
    -webkit-backdrop-filter: blur(25px) saturate(1.5);
  }
}

@keyframes menuItemSlideIn {
  from {
    opacity: 0;
    transform: translateY(30px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* ===== MELHORIAS PARA DISPOSITIVOS ESPECÍFICOS ===== */

/* iPhone e dispositivos similares */
@media (max-width: 480px) {
  .navmenu ul {
    padding: 100px 30px 70px 30px;
  }
  
  .navmenu ul li {
    max-width: 260px;
  }
  
  .mobile-nav-toggle {
    width: 44px;
    height: 44px;
    font-size: 20px;
  }
}

/* Landscape mobile */
@media (max-width: 768px) and (orientation: landscape) {
  .navmenu ul {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    gap: 12px;
    padding: 80px 20px 60px 20px;
  }
  
  .navmenu ul li {
    width: calc(50% - 6px);
    max-width: 200px;
  }
  
  .navmenu .cta-button {
    width: 100%;
    max-width: 240px;
  }
}

/* Tablets pequenos */
@media (min-width: 481px) and (max-width: 768px) {
  .navmenu ul {
    padding: 120px 50px 80px 50px;
  }
  
  .navmenu ul li {
    max-width: 320px;
  }
  
  .navmenu a {
    font-size: 17px;
    padding: 18px 28px;
  }
}

/* ===== ACESSIBILIDADE E PERFORMANCE ===== */

/* Reduzir movimento para usuários sensíveis */
@media (prefers-reduced-motion: reduce) {
  .navmenu a,
  .mobile-nav-toggle,
  .navmenu ul,
  .navmenu ul li {
    transition: none !important;
    animation: none !important;
  }
  
  .mobile-nav-toggle:hover {
    transform: none !important;
  }
  
  .navmenu a:hover {
    transform: none !important;
  }
}

/* High contrast para acessibilidade */
@media (prefers-contrast: high) {
  .navmenu a {
    border-color: rgba(216, 200, 180, 0.5) !important;
    background: rgba(255, 255, 255, 0.15) !important;
  }
  
  .navmenu a:hover {
    background: rgba(216, 200, 180, 0.3) !important;
    border-color: rgba(216, 200, 180, 0.8) !important;
  }
}

@media (max-width: 1199px) {
  .navmenu ul li {
    background: none !important;
    border: none;
  }
  .navmenu a,
  .navmenu a:focus {
    background: transparent !important;
    color: #D8C8B4 !important;
    padding: 16px 24px;
    font-size: 16px;
    font-weight: 500;
    display: block;
    width: 100%;
    text-align: center;
    border-radius: 16px;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    text-shadow: none;
    border: none;
    letter-spacing: 0.5px;
    position: relative;
    overflow: hidden;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
  .navmenu a:hover,
  .navmenu .active {
    background: rgba(216, 200, 180, 0.18) !important;
    color: #fff !important;
    border: none;
    transform: translateY(-2px) scale(1.02);
    box-shadow: none;
  }
}

@media (max-width: 1199px) {
  /* Fundo único para todo o menu mobile */
  .navmenu ul {
    background: linear-gradient(145deg, rgba(81, 28, 37, 0.97) 0%, rgba(75, 68, 83, 0.94) 100%) !important;
    box-shadow: 0 8px 32px rgba(81, 28, 37, 0.18), 0 2px 8px rgba(0,0,0,0.12);
    border-radius: 24px;
    padding: 120px 32px 80px 32px;
    margin: 0 auto;
    max-width: 340px;
    min-width: 220px;
    display: none;
    position: fixed !important;
    top: 0; left: 0; right: 0; bottom: 0;
    z-index: 10001 !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-y: auto;
    animation: none;
    transform: scale(0.98);
    transition: box-shadow 0.4s, transform 0.4s cubic-bezier(0.25,0.46,0.45,0.94);
  }
  .mobile-nav-active .navmenu ul {
    display: flex !important;
    animation: menuSlideIn 0.5s cubic-bezier(0.25,0.46,0.45,0.94);
    transform: scale(1);
    box-shadow: 0 16px 48px rgba(81, 28, 37, 0.22), 0 4px 16px rgba(0,0,0,0.18);
  }
  .navmenu ul li {
    background: none !important;
    border: none;
    margin-bottom: 10px;
    width: 100%;
    max-width: 260px;
    text-align: center;
  }
  .navmenu a,
  .navmenu a:focus {
    background: transparent !important;
    color: #D8C8B4 !important;
    padding: 16px 0;
    font-size: 16px;
    font-weight: 500;
    display: block;
    width: 100%;
    text-align: center;
    border-radius: 12px;
    transition: all 0.3s cubic-bezier(0.25,0.46,0.45,0.94);
    border: none;
    letter-spacing: 0.5px;
    position: relative;
    overflow: hidden;
  }
  .navmenu a:hover,
  .navmenu .active {
    background: rgba(216, 200, 180, 0.13) !important;
    color: #fff !important;
    border: none;
    transform: translateY(-2px) scale(1.03);
    box-shadow: none;
  }
  /* Links úteis como link normal */
  .navmenu .cta-button {
    background: transparent !important;
    color: #D8C8B4 !important;
    border-radius: 12px;
    font-weight: 500;
    margin: 0;
    padding: 16px 0;
    box-shadow: none;
    border: none;
    text-transform: none;
    letter-spacing: 0.5px;
    position: relative;
    width: 100%;
    display: block;
  }
  .navmenu .cta-button:hover,
  .navmenu .cta-button:focus,
  .navmenu .cta-button.active {
    background: rgba(216, 200, 180, 0.13) !important;
    color: #fff !important;
  }
  /* Centralizar o ícone do menu sanduíche */
  .mobile-nav-toggle {
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: absolute !important;
    top: 50% !important;
    right: 22px !important;
    transform: translateY(-50%) !important;
    z-index: 10004 !important;
    font-size: 22px;
    color: #D8C8B4;
    background: rgba(81, 28, 37, 0.9);
    border: 1px solid rgba(216, 200, 180, 0.3);
    border-radius: 12px;
    width: 46px;
    height: 46px;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.25,0.46,0.45,0.94);
    box-shadow: 0 4px 20px rgba(81, 28, 37, 0.3), 0 1px 4px rgba(0,0,0,0.2), inset 0 1px 0 rgba(255,255,255,0.1);
  }
}
@keyframes menuSlideIn {
  from {
    opacity: 0;
    transform: scale(0.98);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* ===== CORREÇÃO NAV MOBILE UNIFICADA ===== */
@media (max-width: 1199px) {
  .navmenu ul {
    display: none;
    position: fixed !important;
    top: 0; left: 0; right: 0; bottom: 0;
    background: #511C25 !important;
    z-index: 10001 !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 120px 32px 80px 32px;
    margin: 0 auto;
    max-width: 100vw;
    min-width: 220px;
    overflow-y: auto;
    box-shadow: 0 8px 32px rgba(81, 28, 37, 0.18), 0 2px 8px rgba(0,0,0,0.12);
    border-radius: 0;
    animation: none;
    transform: scale(0.98);
    transition: box-shadow 0.4s, transform 0.4s cubic-bezier(0.25,0.46,0.45,0.94);
  }
  .mobile-nav-active .navmenu ul {
    display: flex !important;
    animation: menuSlideIn 0.5s cubic-bezier(0.25,0.46,0.45,0.94);
    transform: scale(1);
    box-shadow: 0 16px 48px rgba(81, 28, 37, 0.22), 0 4px 16px rgba(0,0,0,0.18);
  }
  .navmenu ul li {
    background: none !important;
    border: none;
    margin-bottom: 10px;
    width: 100%;
    max-width: 260px;
    text-align: center;
  }
  .navmenu a,
  .navmenu a:focus {
    color: #D8C8B4 !important;
    padding: 16px 0;
    font-size: 16px;
    font-weight: 500;
    display: block;
    width: 100%;
    text-align: center;
    border-radius: 12px;
    transition: all 0.3s cubic-bezier(0.25,0.46,0.45,0.94);
    border: none;
    letter-spacing: 0.5px;
    position: relative;
    overflow: hidden;
  }
  .navmenu a:hover,
  .navmenu .active {
    background: rgba(216, 200, 180, 0.13) !important;
    color: #fff !important;
    border: none;
    transform: translateY(-2px) scale(1.03);
    box-shadow: none;
  }
  .navmenu .cta-button {
    color: #D8C8B4 !important;
    border-radius: 12px;
    font-weight: 500;
    margin: 0;
    padding: 16px 0;
    box-shadow: none;
    border: none;
    text-transform: none;
    letter-spacing: 0.5px;
    position: relative;
    width: 100%;
    display: block;
  }
  .navmenu .cta-button:hover,
  .navmenu .cta-button:focus,
  .navmenu .cta-button.active {
    background: rgba(216, 200, 180, 0.13) !important;
    color: #fff !important;
  }
  .mobile-nav-toggle {
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: absolute !important;
    top: 50% !important;
    right: 22px !important;
    transform: translateY(-50%) !important;
    z-index: 10004 !important;
    font-size: 22px;
    color: #D8C8B4;
    background: rgba(81, 28, 37, 0.9);
    border: 1px solid rgba(216, 200, 180, 0.3);
    border-radius: 12px;
    width: 46px;
    height: 46px;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.25,0.46,0.45,0.94);
    box-shadow: 0 4px 20px rgba(81, 28, 37, 0.3), 0 1px 4px rgba(0,0,0,0.2), inset 0 1px 0 rgba(255,255,255,0.1);
  }
}

/* Centralização responsiva para links-uteis.html */
body.links-uteis-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.area-container {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 60vh;
  max-width: 600px;
  width: 100%;
  padding: 36px 32px 28px 32px;
  box-sizing: border-box;
}
@media (max-width: 600px) {
  .area-container {
    max-width: 98vw;
    padding: 18px 8px 16px 8px;
    border-radius: 12px;
  }
}

/* Footer logo super grande (até 420px desktop, 240px mobile) */
.footer .footer-logo {
  max-width: 420px;
  width: 100%;
  height: auto;
  margin-right: 0;
  margin-left: 0;
  display: block;
}
@media (max-width: 600px) {
  .footer .footer-logo {
    max-width: 240px;
  }
}