*{margin:0;padding:0;box-sizing:border-box}:root{--primary-black:#121212;--dark-gray:#2D2D2D;--aged-yellow:#E6B325;--white:#ffffff;--light-gray:#f5f5f5;--shadow-color:rgba(0,0,0,0.8)}body{font-family:'Open Sans',sans-serif;line-height:1.6;color:var(--white);background-color:var(--primary-black);background-image:radial-gradient(circle at 20% 80%,rgba(230,179,37,0.03) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(45,45,45,0.05) 0%,transparent 50%);background-attachment:fixed;overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 20px}.loading-screen{position:fixed;top:0;left:0;width:100%;height:100%;background:var(--primary-black);display:flex;align-items:center;justify-content:center;z-index:9999;transition:opacity 0.5s ease-out}.loading-content{text-align:center}.detective-badge{width:80px;height:80px;background:var(--aged-yellow);border-radius:50%;margin:0 auto 20px;position:relative;animation:pulse 2s infinite;will-change:transform}.detective-badge::before{content:'🕵️';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:2rem}.loading-text{color:var(--aged-yellow);font-size:1.2rem;font-weight:600}h1,h2,h3,h4{font-family:'Montserrat',sans-serif;font-weight:700}.section-title{font-size:2.5rem;text-align:center;margin-bottom:3rem;color:var(--aged-yellow);text-shadow:2px 2px 4px var(--shadow-color)}.navbar{position:fixed;top:0;width:100%;background:rgba(18,18,18,0.95);backdrop-filter:blur(10px);z-index:1000;padding:1rem 0;transition:all 0.3s ease;will-change:background}.nav-container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center}.nav-logo{display:flex;align-items:center;gap:10px}.logo-icon{width:40px;height:40px;filter:brightness(0) saturate(100%) invert(85%) sepia(85%) saturate(1352%) hue-rotate(359deg) brightness(101%) contrast(93%)}.nav-logo h2{color:var(--aged-yellow);font-size:1.5rem;font-weight:900;letter-spacing:2px}.nav-menu{display:flex;list-style:none;gap:2rem}.nav-menu a{color:var(--white);text-decoration:none;font-weight:600;transition:all 0.3s ease;position:relative}.nav-menu a:hover{color:var(--aged-yellow);text-shadow:0 0 10px var(--aged-yellow)}.nav-menu a::after{content:'';position:absolute;bottom:-5px;left:0;width:0;height:2px;background:var(--aged-yellow);transition:width 0.3s ease}.nav-menu a:hover::after{width:100%}.hamburger{display:none;flex-direction:column;cursor:pointer}.hamburger span{width:25px;height:3px;background:var(--aged-yellow);margin:3px 0;transition:0.3s}.hero{height:100vh;background:linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)),url('../images/banner_bosco.png');background-size:cover;background-position:center;background-attachment:fixed;display:flex;align-items:center;justify-content:center;text-align:center;position:relative;overflow:hidden;will-change:transform}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at center,transparent 30%,rgba(0,0,0,0.8) 100%)}.detective-badge-corner{position:absolute;top:20px;right:20px;width:60px;height:60px;background:var(--aged-yellow);border-radius:50%;opacity:0.8;z-index:2}.detective-badge-corner::before{content:'🏆';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:1.5rem}.hero-content{position:relative;z-index:2;max-width:800px;padding:0 20px}.hero-title{font-size:4rem;font-weight:900;color:var(--aged-yellow);text-shadow:3px 3px 6px var(--shadow-color);margin-bottom:1rem;letter-spacing:3px;animation:fadeInUp 1s ease-out}.hero-subtitle{font-size:1.5rem;margin-bottom:2rem;color:var(--white);text-shadow:2px 2px 4px var(--shadow-color);animation:fadeInUp 1s ease-out 0.3s both}.smoke-animation{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0.2;pointer-events:none;transform:translateZ(0);will-change:transform}.lantern-effect{position:relative;overflow:hidden;will-change:transform}.lantern-light{position:absolute;top:50%;left:50%;width:0;height:0;background:radial-gradient(circle,rgba(255,255,255,0.4) 0%,transparent 70%);border-radius:50%;transform:translate(-50%,-50%);transition:all 0.6s ease;pointer-events:none;will-change:width,height}.lantern-effect:hover .lantern-light{width:200px;height:200px}.cta-button{padding:15px 30px;font-size:1.1rem;font-weight:600;border:none;cursor:pointer;transition:all 0.3s ease;text-transform:uppercase;letter-spacing:1px;position:relative;overflow:hidden;will-change:transform}.cta-button.primary{background:var(--aged-yellow);color:var(--primary-black);border-radius:5px;animation:fadeInUp 1s ease-out 0.6s both}.cta-button.primary:hover{background:#f4c430;transform:translateY(-2px);box-shadow:0 10px 20px rgba(230,179,37,0.3)}.cta-button.secondary{background:transparent;color:var(--aged-yellow);border:2px solid var(--aged-yellow);border-radius:5px}.cta-button.secondary:hover{background:var(--aged-yellow);color:var(--primary-black);box-shadow:0 0 20px var(--aged-yellow)}.footprints-trail{position:absolute;top:100vh;left:50%;transform:translateX(-50%);display:flex;gap:3rem;z-index:1}.footprint-trail{width:20px;height:30px;background:var(--aged-yellow);border-radius:50% 50% 50% 50%/60% 60% 40% 40%;transform:rotate(-15deg);opacity:0.6;animation:fadeInTrail 2s ease-in-out infinite alternate;will-change:opacity}.footprint-trail:nth-child(2){animation-delay:0.4s}.footprint-trail:nth-child(3){animation-delay:0.8s}.footprint-trail:nth-child(4){animation-delay:1.2s}.footprint-trail:nth-child(5){animation-delay:1.6s}.services{padding:100px 0;background:var(--dark-gray)}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem;margin-top:3rem}.service-card{background:var(--primary-black);padding:2rem;border-radius:10px;text-align:center;position:relative;transition:all 0.3s ease;border:1px solid rgba(230,179,37,0.2);cursor:pointer;will-change:transform}.service-card:hover{transform:translateY(-10px) scale(1.02);border-color:var(--aged-yellow)}.yellow-glow{position:absolute;top:0;left:0;right:0;bottom:0;border-radius:10px;box-shadow:0 0 0 0 var(--aged-yellow);transition:box-shadow 0.3s ease;pointer-events:none}.service-card:hover .yellow-glow{box-shadow:0 0 20px 2px rgba(230,179,37,0.3)}.service-icon{width:80px;height:80px;margin:0 auto 1.5rem;border-radius:50%;background:var(--aged-yellow);display:flex;align-items:center;justify-content:center;transition:all 0.3s ease;will-change:transform}.service-icon img{width:50px;height:50px;filter:brightness(0) invert(1)}.service-card:hover .service-icon{transform:scale(1.1);box-shadow:0 0 20px var(--aged-yellow)}.service-card h3{color:var(--aged-yellow);margin-bottom:1rem;font-size:1.3rem}.service-card p{color:var(--light-gray);line-height:1.6}.card-shadow{position:absolute;bottom:-10px;left:10px;right:10px;height:10px;background:rgba(0,0,0,0.3);border-radius:50%;filter:blur(5px);transition:all 0.3s ease}.service-card:hover .card-shadow{bottom:-15px;filter:blur(8px)}.about{padding:100px 0;background:var(--primary-black)}.about-content{display:grid;grid-template-columns:1fr 2fr;gap:4rem;align-items:center}.about-image{position:relative}.detective-silhouette{width:300px;height:400px;background:linear-gradient(45deg,var(--dark-gray),var(--primary-black));border-radius:10px;position:relative;opacity:0.5;transition:all 0.3s ease;will-change:transform,opacity}.detective-silhouette::before{content:'🕵️';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:4rem;opacity:0.7}.about-image:hover .detective-silhouette{opacity:0.8;transform:scale(1.05)}.about-text h2{color:var(--aged-yellow);font-size:2.5rem;margin-bottom:1rem}.about-description{font-size:1.2rem;color:var(--aged-yellow);font-weight:600;margin-bottom:1.5rem}.about-text p{margin-bottom:1rem;color:var(--light-gray);font-size:1.1rem}.credentials{margin-top:2rem;padding:1.5rem;background:rgba(45,45,45,0.5);border-radius:10px;border-left:4px solid var(--aged-yellow)}.credentials h3{color:var(--aged-yellow);font-size:1.3rem;margin-bottom:1rem}.credentials ul{list-style:none;padding:0}.credentials li{color:var(--light-gray);margin-bottom:0.8rem;padding-left:1.5rem;position:relative}.credentials li::before{content:'✓';position:absolute;left:0;color:var(--aged-yellow);font-weight:bold}.service-cta{background:transparent;color:var(--aged-yellow);border:2px solid var(--aged-yellow);padding:10px 20px;border-radius:5px;font-size:0.9rem;font-weight:600;cursor:pointer;transition:all 0.3s ease;margin-top:1rem;width:100%;text-transform:uppercase;letter-spacing:1px}.service-cta:hover{background:var(--aged-yellow);color:var(--primary-black);transform:translateY(-2px);box-shadow:0 5px 15px rgba(230,179,37,0.3)}.footprints-separator{display:flex;justify-content:center;gap:2rem;margin-top:4rem;opacity:0.6}.footprint{width:30px;height:40px;background:var(--aged-yellow);border-radius:50% 50% 50% 50%/60% 60% 40% 40%;transform:rotate(-15deg);animation:fadeIn 2s ease-in-out infinite alternate;will-change:transform,background}.footprint:nth-child(2){animation-delay:0.4s}.footprint:nth-child(3){animation-delay:0.8s}.footprint:nth-child(4){animation-delay:1.2s}.footprint:nth-child(5){animation-delay:1.6s}.faq-section{padding:100px 0;background:var(--dark-gray)}.faq-container{max-width:800px;margin:0 auto}.faq-item{background:var(--primary-black);border-radius:10px;margin-bottom:1rem;border:1px solid rgba(230,179,37,0.2);overflow:hidden;transition:all 0.3s ease}.faq-question{padding:1.5rem;cursor:pointer;display:flex;align-items:center;gap:1rem;transition:all 0.3s ease}.faq-question:hover{background:rgba(230,179,37,0.1)}.faq-icon{width:20px;height:20px;color:var(--aged-yellow);transition:transform 0.3s ease;will-change:transform}.faq-item.active .faq-icon{transform:rotate(90deg)}.faq-question h3{color:var(--aged-yellow);font-size:1.1rem;margin:0}.faq-answer{max-height:0;overflow:hidden;transition:max-height 0.3s ease,padding 0.3s ease}.faq-item.active .faq-answer{max-height:200px;padding:0 1.5rem 1.5rem}.faq-answer p{color:var(--light-gray);line-height:1.6;margin:0}.testimonials{padding:100px 0;background:var(--dark-gray)}.testimonials-carousel{position:relative;max-width:800px;margin:0 auto}.testimonial-track{display:flex;transition:transform 0.5s ease;will-change:transform}.testimonial-card{min-width:100%;background:var(--primary-black);padding:2rem;border-radius:10px;position:relative;border-left:4px solid var(--aged-yellow);transition:all 0.3s ease;text-align:center}.testimonial-card.active{opacity:1}.testimonial-card:not(.active){opacity:0.7}.fingerprint-bg{position:absolute;top:10px;right:10px;width:40px;height:40px;background:radial-gradient(circle,var(--aged-yellow) 2px,transparent 2px);background-size:8px 8px;border-radius:50%;opacity:0.3;animation:fingerprint-pulse 3s ease-in-out infinite}.client-avatar{width:80px;height:80px;margin:0 auto 1rem;border-radius:50%;background:var(--dark-gray);display:flex;align-items:center;justify-content:center;border:2px solid var(--aged-yellow)}.silhouette{width:50px;height:50px;background:var(--aged-yellow);border-radius:50%;position:relative}.silhouette.female::before{content:'👩';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:1.5rem;filter:grayscale(100%) brightness(0)}.silhouette.male::before{content:'👨';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:1.5rem;filter:grayscale(100%) brightness(0)}.quote-mark{font-size:4rem;color:var(--aged-yellow);line-height:1;margin-bottom:1rem;opacity:0.7}.testimonial-card p{font-style:italic;margin-bottom:1.5rem;color:var(--light-gray);font-size:1.1rem}.testimonial-author strong{color:var(--aged-yellow);display:block;margin-bottom:0.5rem}.testimonial-author span{color:var(--light-gray);font-size:0.9rem}.rating{margin:1rem 0}.star{color:var(--aged-yellow);font-size:1.2rem;margin:0 2px}.carousel-controls{display:flex;justify-content:center;align-items:center;gap:2rem;margin-top:2rem}.carousel-btn{background:var(--aged-yellow);color:var(--primary-black);border:none;width:40px;height:40px;border-radius:50%;font-size:1.5rem;cursor:pointer;transition:all 0.3s ease;will-change:transform}.carousel-btn:hover{background:#f4c430;transform:scale(1.1)}.carousel-dots{display:flex;gap:10px}.dot{width:12px;height:12px;border-radius:50%;background:rgba(230,179,37,0.3);cursor:pointer;transition:all 0.3s ease}.dot.active{background:var(--aged-yellow)}.card-shadow-noir{position:absolute;top:10px;left:-20px;right:20px;bottom:-10px;background:rgba(0,0,0,0.3);border-radius:10px;z-index:-1;filter:blur(10px);transition:all 0.3s ease}.contact-cta{padding:100px 0;background:linear-gradient(135deg,var(--primary-black) 0%,var(--dark-gray) 100%);background-image:radial-gradient(circle at 20% 80%,rgba(230,179,37,0.1) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(230,179,37,0.1) 0%,transparent 50%)}.cta-content{text-align:center;max-width:600px;margin:0 auto}.typewriter-text{font-size:3rem;color:var(--aged-yellow);margin-bottom:1rem;text-shadow:2px 2px 4px var(--shadow-color);border-right:2px solid var(--aged-yellow);white-space:nowrap;overflow:hidden;animation:typewriter 3s steps(20) 1s both,blink 1s infinite}.cta-content p{font-size:1.2rem;margin-bottom:3rem;color:var(--light-gray)}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group input,.form-group textarea{width:100%;padding:15px;background:rgba(45,45,45,0.8);border:2px solid transparent;border-radius:5px;color:var(--white);font-size:1rem;transition:all 0.3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--aged-yellow);background:rgba(45,45,45,1);box-shadow:0 0 10px rgba(230,179,37,0.3)}.form-group input::placeholder,.form-group textarea::placeholder{color:rgba(255,255,255,0.6)}.map-section{padding:100px 0;background:var(--primary-black)}.interactive-map{height:400px;border-radius:10px;border:2px solid var(--aged-yellow);overflow:hidden}.footer{background:var(--primary-black);padding:50px 0 20px;border-top:1px solid var(--dark-gray)}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3,.footer-section h4{color:var(--aged-yellow);margin-bottom:1rem}.footer-section p{color:var(--light-gray);margin-bottom:0.5rem;display:flex;align-items:center;gap:8px}.social-media{margin-top:1rem}.social-link{display:inline-flex;align-items:center;gap:8px;color:var(--aged-yellow);text-decoration:none;padding:8px 12px;border:1px solid var(--aged-yellow);border-radius:5px;transition:all 0.3s ease}.social-link:hover{background:var(--aged-yellow);color:var(--primary-black)}.whatsapp-svg,.contact-icon{width:16px;height:16px}.footer-links{margin-top:1rem}.privacy-link{color:var(--aged-yellow);text-decoration:none;font-size:0.9rem;transition:all 0.3s ease}.privacy-link:hover{text-decoration:underline}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid var(--dark-gray);color:var(--light-gray)}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{from{opacity:0.3}to{opacity:0.8}}@keyframes fadeInTrail{from{opacity:0.3}to{opacity:0.8}}@keyframes pulse{0%,100%{transform:scale(1)}50%{transform:scale(1.1)}}@keyframes typewriter{from{width:0}to{width:100%}}@keyframes blink{50%{border-color:transparent}}@keyframes fingerprint-pulse{0%,100%{opacity:0.3;transform:scale(1)}50%{opacity:0.6;transform:scale(1.1)}}@media (max-width:768px){.hamburger{display:flex}.nav-menu{position:fixed;left:-100%;top:70px;flex-direction:column;background-color:rgba(18,18,18,0.95);width:100%;text-align:center;transition:0.3s;padding:2rem 0}.nav-menu.active{left:0}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.section-title{font-size:2rem}.about-content{grid-template-columns:1fr;text-align:center}.services-grid{grid-template-columns:1fr}.typewriter-text{font-size:2rem}.detective-silhouette{width:250px;height:300px;margin:0 auto}.contact-form{padding:0 10px}.form-group input,.form-group textarea{width:100%}.carousel-controls{gap:1rem}.footer-content{grid-template-columns:1fr;text-align:center}}@media (max-width:480px){.container{padding:0 15px}.hero-title{font-size:2rem}.service-card,.testimonial-card{padding:1.5rem}.footprints-separator{gap:1rem}.footprint{width:20px;height:30px}.footprints-trail{gap:2rem}.footprint-trail{width:15px;height:25px}}.hamburger.active span:nth-child(1){transform:rotate(-45deg) translate(-5px,6px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(45deg) translate(-5px,-6px)}.nav-menu.active{left:0}.lazy{opacity:0;transition:opacity 0.3s}.lazy.loaded{opacity:1}.cta-button:active{transform:scale(0.98)}.service-card:active{transform:translateY(-5px) scale(0.98)}@media (max-width:768px){.testimonial-track{touch-action:pan-x}}.loading-screen.fade-out{opacity:0;pointer-events:none}



/* Blog Section Styles */
.blog-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    position: relative;
}

.blog-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="%23E6B325" opacity="0.02"/><circle cx="75" cy="75" r="1" fill="%23E6B325" opacity="0.02"/><circle cx="50" cy="10" r="0.5" fill="%23E6B325" opacity="0.03"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    pointer-events: none;
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.blog-card {
    background: rgba(45, 45, 45, 0.9);
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid rgba(230, 179, 37, 0.1);
    position: relative;
    will-change: transform;
}

.blog-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5), 0 0 20px rgba(230, 179, 37, 0.2);
    border-color: rgba(230, 179, 37, 0.3);
}

.blog-image {
    height: 200px;
    overflow: hidden;
    position: relative;
}

.blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.blog-card:hover .blog-image img {
    transform: scale(1.05);
}

.blog-image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.3) 100%);
}

.blog-content {
    padding: 25px;
}

.blog-content h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 1.3rem;
    color: #E6B325;
    margin-bottom: 15px;
    line-height: 1.4;
}

.blog-content p {
    color: #cccccc;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 20px;
}

.blog-link {
    display: inline-flex;
    align-items: center;
    color: #E6B325;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    position: relative;
}

.blog-link::after {
    content: '→';
    margin-left: 8px;
    transition: transform 0.3s ease;
}

.blog-link:hover {
    color: #ffffff;
}

.blog-link:hover::after {
    transform: translateX(5px);
}

/* Parallax Effect for Hero */
.hero {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Enhanced Microinteractions */
.social-link {
    transition: all 0.3s ease;
    position: relative;
}

.social-link:hover {
    transform: scale(1.1);
}

.social-link::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(230, 179, 37, 0.2);
    border-radius: 50%;
    transition: all 0.3s ease;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.social-link:hover::before {
    width: 150%;
    height: 150%;
}

/* ------------------------------
   FOOTER
------------------------------ */
.footer {
  background: var(--primary-black);
  padding: 50px 0 20px;
  border-top: 1px solid var(--dark-gray);
  color: var(--light-gray);
  font-family: 'Open Sans', sans-serif;
}

.footer .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.footer-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  margin-bottom: 2rem;
}

.footer-section h3,
.footer-section h4 {
  color: var(--aged-yellow);
  margin-bottom: 1rem;
}

.footer-section p {
  color: var(--light-gray);
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* Links úteis com efeito animado */
.footer .footer-links a {
  position: relative;
  color: var(--aged-yellow);
  text-decoration: none;
  font-size: 0.95rem;
  transition: color 0.3s ease;
}

.footer .footer-links a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--aged-yellow);
  transition: width 0.3s ease;
}

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

.footer .footer-links a:hover::after {
  width: 100%;
}

/* Ícones */
.contact-icon,
.whatsapp-svg {
  width: 18px;
  height: 18px;
}

/* Botão WhatsApp */
.social-media a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #25d366;
  color: #fff !important;
  font-weight: bold;
  padding: 8px 14px;
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.social-media a:hover {
  background: #1ebe5d;
}

/* Rodapé inferior */
.footer-bottom {
  text-align: center;
  padding-top: 2rem;
  border-top: 1px solid var(--dark-gray);
  color: var(--light-gray);
  font-size: 0.85rem;
}

.footer-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 10px;
}

.footer-logo img {
  max-height: 35px;
  width: auto;
  display: block;
}

/* Remove efeito do logo e WhatsApp */
.footer-logo a::after,
.social-media a::after {
  display: none;
}

/* Responsivo */
@media (max-width: 768px) {
  .footer-content {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-logo {
    justify-content: center;
  }
}


/* Responsive Design for Blog */
@media (max-width: 768px) {
    .blog-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .blog-card {
        margin: 0 10px;
    }
    
    .blog-content {
        padding: 20px;
    }
    
    .blog-content h3 {
        font-size: 1.2rem;
    }
}

/* Enhanced Accessibility */
.blog-card:focus-within {
    outline: 2px solid #E6B325;
    outline-offset: 2px;
}

.blog-link:focus {
    outline: 2px solid #E6B325;
    outline-offset: 2px;
    border-radius: 3px;
}

/* Performance Optimizations */
.blog-image img {
    will-change: transform;
}

.blog-card {
    contain: layout style paint;
}


/* Gallery Section Styles */
.gallery-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #2d2d2d 0%, #1a1a1a 100%);
    position: relative;
}

.gallery-subtitle {
    text-align: center;
    color: #cccccc;
    font-size: 1.1rem;
    margin-bottom: 50px;
    font-style: italic;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-bottom: 40px;
}

.gallery-item {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
    will-change: transform;
}

.gallery-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.6);
}

.gallery-image {
    position: relative;
    height: 250px;
    overflow: hidden;
}

.gallery-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.gallery-item:hover .gallery-image img {
    transform: scale(1.1);
}

.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.9) 100%);
    display: flex;
    align-items: flex-end;
    padding: 25px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

.case-info h3 {
    color: #E6B325;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 1.3rem;
    margin-bottom: 8px;
}

.case-info p {
    color: #ffffff;
    font-size: 0.95rem;
    margin-bottom: 10px;
    line-height: 1.4;
}

.case-status {
    background: #E6B325;
    color: #121212;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.gallery-note {
    text-align: center;
    margin-top: 30px;
}

.gallery-note p {
    color: #888888;
    font-size: 0.9rem;
    font-style: italic;
}

/* Newsletter Section Styles */
.newsletter-section {
    padding: 60px 0;
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    border-top: 1px solid rgba(230, 179, 37, 0.2);
}

.newsletter-content {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

.newsletter-content h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 2.2rem;
    color: #E6B325;
    margin-bottom: 15px;
}

.newsletter-content p {
    color: #cccccc;
    font-size: 1.1rem;
    margin-bottom: 30px;
    line-height: 1.6;
}

.newsletter-input-group {
    display: flex;
    gap: 0;
    margin-bottom: 15px;
    border-radius: 50px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.newsletter-input-group input {
    flex: 1;
    padding: 15px 25px;
    border: none;
    background: rgba(255, 255, 255, 0.95);
    color: #121212;
    font-size: 1rem;
    outline: none;
}

.newsletter-input-group input::placeholder {
    color: #666666;
}

.newsletter-btn {
    background: #E6B325;
    color: #121212;
    border: none;
    padding: 15px 30px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.newsletter-btn:hover {
    background: #ffffff;
    transform: translateX(-2px);
}

.newsletter-btn svg {
    width: 18px;
    height: 18px;
}

.newsletter-privacy {
    color: #888888;
    font-size: 0.85rem;
    margin: 0;
}

/* Chat Widget Styles */
.chat-widget {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

.chat-toggle {
    width: 60px;
    height: 60px;
    background: #E6B325;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 20px rgba(230, 179, 37, 0.4);
    transition: all 0.3s ease;
    position: relative;
}

.chat-toggle:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 25px rgba(230, 179, 37, 0.6);
}

.chat-icon {
    width: 28px;
    height: 28px;
    color: #121212;
}

.chat-notification {
    position: absolute;
    top: -5px;
    right: -5px;
    background: #ff4444;
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    font-weight: 700;
}

.chat-window {
    position: absolute;
    bottom: 70px;
    right: 0;
    width: 350px;
    height: 450px;
    background: #2d2d2d;
    border-radius: 15px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
    display: none;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid rgba(230, 179, 37, 0.2);
}

.chat-window.active {
    display: flex;
}

.chat-header {
    background: #1a1a1a;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(230, 179, 37, 0.2);
}

.chat-agent {
    display: flex;
    align-items: center;
    gap: 12px;
}

.agent-avatar {
    width: 40px;
    height: 40px;
    background: #E6B325;
    border-radius: 50%;
    position: relative;
}

.agent-avatar::after {
    content: '🕵️';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
}

.agent-info h4 {
    color: #E6B325;
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
}

.agent-status {
    color: #4CAF50;
    font-size: 0.8rem;
}

.chat-close {
    background: none;
    border: none;
    color: #cccccc;
    font-size: 1.5rem;
    cursor: pointer;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background 0.3s ease;
}

.chat-close:hover {
    background: rgba(255, 255, 255, 0.1);
}

.chat-messages {
    flex: 1;
    padding: 20px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.message {
    max-width: 80%;
    padding: 12px 16px;
    border-radius: 15px;
    position: relative;
}

.agent-message {
    background: rgba(230, 179, 37, 0.1);
    border: 1px solid rgba(230, 179, 37, 0.2);
    align-self: flex-start;
}

.user-message {
    background: #E6B325;
    color: #121212;
    align-self: flex-end;
}

.message p {
    margin: 0 0 5px 0;
    font-size: 0.9rem;
    line-height: 1.4;
}

.message-time {
    font-size: 0.75rem;
    opacity: 0.7;
}

.chat-input-area {
    padding: 15px 20px;
    background: #1a1a1a;
    display: flex;
    gap: 10px;
    border-top: 1px solid rgba(230, 179, 37, 0.2);
}

.chat-input-area input {
    flex: 1;
    padding: 10px 15px;
    border: 1px solid rgba(230, 179, 37, 0.3);
    border-radius: 20px;
    background: #2d2d2d;
    color: #ffffff;
    outline: none;
    font-size: 0.9rem;
}

.chat-input-area input::placeholder {
    color: #888888;
}

.send-btn {
    width: 40px;
    height: 40px;
    background: #E6B325;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.send-btn:hover {
    background: #ffffff;
    transform: scale(1.1);
}

.send-btn svg {
    width: 18px;
    height: 18px;
    color: #121212;
}

/* Responsive Design */
@media (max-width: 768px) {
    .gallery-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .newsletter-input-group {
        flex-direction: column;
        border-radius: 10px;
    }
    
    .newsletter-input-group input,
    .newsletter-btn {
        border-radius: 0;
    }
    
    .newsletter-input-group input {
        border-radius: 10px 10px 0 0;
    }
    
    .newsletter-btn {
        border-radius: 0 0 10px 10px;
        justify-content: center;
    }
    
    .chat-window {
        width: 300px;
        height: 400px;
    }
    
    .chat-toggle {
        width: 55px;
        height: 55px;
    }
    
    .chat-icon {
        width: 24px;
        height: 24px;
    }
}

@media (max-width: 480px) {
    .chat-window {
        width: calc(100vw - 40px);
        right: -10px;
    }
}

/* Performance Optimizations */
.gallery-item,
.newsletter-btn,
.chat-toggle {
    will-change: transform;
}

.chat-messages {
    scrollbar-width: thin;
    scrollbar-color: #E6B325 #2d2d2d;
}

.chat-messages::-webkit-scrollbar {
    width: 6px;
}

.chat-messages::-webkit-scrollbar-track {
    background: #2d2d2d;
}

.chat-messages::-webkit-scrollbar-thumb {
    background: #E6B325;
    border-radius: 3px;
}



/* Hero Buttons Styles */
.hero-buttons {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    margin-top: 2rem;
}

.cta-button.tertiary {
    background: transparent;
    color: var(--white);
    border: 2px solid var(--white);
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
}

.cta-button.tertiary:hover {
    background: var(--white);
    color: var(--primary-black);
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
}

.cta-button a {
    text-decoration: none;
    color: inherit;
}

/* Gallery Section Styles */
.gallery-section {
    padding: 100px 0;
    background: var(--primary-black);
}

.gallery-subtitle {
    text-align: center;
    color: var(--light-gray);
    font-size: 1.2rem;
    margin-bottom: 3rem;
    font-style: italic;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.gallery-item {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
    will-change: transform;
}

.gallery-item:hover {
    transform: translateY(-10px) scale(1.02);
}

.gallery-image {
    position: relative;
    height: 300px;
    overflow: hidden;
}

.gallery-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
    will-change: transform;
}

.gallery-item:hover .gallery-image img {
    transform: scale(1.1);
}

.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, transparent 60%);
    display: flex;
    align-items: flex-end;
    padding: 2rem;
    opacity: 0;
    transition: all 0.3s ease;
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

.case-info h3 {
    color: var(--aged-yellow);
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
    font-weight: 700;
}

.case-info p {
    color: var(--white);
    margin-bottom: 1rem;
    font-size: 0.95rem;
}

.case-status {
    background: var(--aged-yellow);
    color: var(--primary-black);
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.gallery-note {
    text-align: center;
    margin-top: 3rem;
    color: var(--light-gray);
    font-style: italic;
    font-size: 0.9rem;
}

/* Blog Section Styles */
.blog-section {
    padding: 100px 0;
    background: var(--dark-gray);
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.blog-card {
    background: var(--primary-black);
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid rgba(230, 179, 37, 0.2);
    will-change: transform;
}

.blog-card:hover {
    transform: translateY(-10px);
    border-color: var(--aged-yellow);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.blog-image {
    height: 200px;
    overflow: hidden;
}

.blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
    will-change: transform;
}

.blog-card:hover .blog-image img {
    transform: scale(1.1);
}

.blog-content {
    padding: 1.5rem;
}

.blog-content h3 {
    color: var(--aged-yellow);
    font-size: 1.2rem;
    margin-bottom: 1rem;
    line-height: 1.4;
}

.blog-content p {
    color: var(--light-gray);
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.blog-link {
    color: var(--aged-yellow);
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    border-bottom: 1px solid transparent;
}

.blog-link:hover {
    border-bottom-color: var(--aged-yellow);
    text-shadow: 0 0 5px var(--aged-yellow);
}

/* Newsletter Section Styles */
.newsletter-section {
    padding: 80px 0;
    background: linear-gradient(135deg, var(--dark-gray) 0%, var(--primary-black) 100%);
    border-top: 1px solid rgba(230, 179, 37, 0.2);
    border-bottom: 1px solid rgba(230, 179, 37, 0.2);
}

.newsletter-content {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

.newsletter-content h2 {
    color: var(--aged-yellow);
    font-size: 2.2rem;
    margin-bottom: 1rem;
}

.newsletter-content p {
    color: var(--light-gray);
    font-size: 1.1rem;
    margin-bottom: 2rem;
}

.newsletter-form {
    display: flex;
    gap: 15px;
    max-width: 400px;
    margin: 0 auto;
}

.newsletter-input {
    flex: 1;
    padding: 12px 15px;
    background: rgba(45, 45, 45, 0.8);
    border: 2px solid rgba(230, 179, 37, 0.3);
    border-radius: 5px;
    color: var(--white);
    font-size: 1rem;
    transition: all 0.3s ease;
}

.newsletter-input:focus {
    outline: none;
    border-color: var(--aged-yellow);
    box-shadow: 0 0 10px rgba(230, 179, 37, 0.3);
}

.newsletter-button {
    background: var(--aged-yellow);
    color: var(--primary-black);
    border: none;
    padding: 12px 20px;
    border-radius: 5px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.newsletter-button:hover {
    background: #f4c430;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(230, 179, 37, 0.3);
}

.newsletter-privacy {
    margin-top: 1rem;
    color: var(--light-gray);
    font-size: 0.8rem;
    font-style: italic;
}

/* Chat Widget Styles */
.chat-widget {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

.chat-toggle {
    width: 60px;
    height: 60px;
    background: var(--aged-yellow);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    position: relative;
    will-change: transform;
}

.chat-toggle:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(230, 179, 37, 0.4);
}

.chat-toggle::before {
    content: '💬';
    font-size: 1.5rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.chat-notification {
    position: absolute;
    top: -5px;
    right: -5px;
    background: #ff4444;
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 0.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    animation: pulse 2s infinite;
}

.chat-window {
    position: absolute;
    bottom: 70px;
    right: 0;
    width: 300px;
    height: 400px;
    background: var(--primary-black);
    border: 2px solid var(--aged-yellow);
    border-radius: 10px;
    display: none;
    flex-direction: column;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.chat-window.active {
    display: flex;
}

.chat-header {
    background: var(--aged-yellow);
    color: var(--primary-black);
    padding: 15px;
    border-radius: 8px 8px 0 0;
    font-weight: 700;
    text-align: center;
}

.chat-messages {
    flex: 1;
    padding: 15px;
    overflow-y: auto;
    background: var(--dark-gray);
}

.chat-message {
    margin-bottom: 10px;
    padding: 8px 12px;
    border-radius: 10px;
    max-width: 80%;
    word-wrap: break-word;
}

.chat-message.user {
    background: var(--aged-yellow);
    color: var(--primary-black);
    margin-left: auto;
    text-align: right;
}

.chat-message.bot {
    background: rgba(230, 179, 37, 0.2);
    color: var(--white);
}

.chat-input-container {
    padding: 15px;
    border-top: 1px solid rgba(230, 179, 37, 0.3);
    display: flex;
    gap: 10px;
}

.chat-input {
    flex: 1;
    padding: 8px 12px;
    background: rgba(45, 45, 45, 0.8);
    border: 1px solid rgba(230, 179, 37, 0.3);
    border-radius: 5px;
    color: var(--white);
    font-size: 0.9rem;
}

.chat-input:focus {
    outline: none;
    border-color: var(--aged-yellow);
}

.chat-send {
    background: var(--aged-yellow);
    color: var(--primary-black);
    border: none;
    padding: 8px 12px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
}

.chat-send:hover {
    background: #f4c430;
}

/* Responsive adjustments for new elements */
@media (max-width: 768px) {
    .hero-buttons {
        gap: 12px;
    }
    
    .cta-button {
        padding: 12px 25px;
        font-size: 1rem;
    }
    
    .gallery-grid,
    .blog-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .newsletter-form {
        flex-direction: column;
        gap: 10px;
    }
    
    .chat-window {
        width: 280px;
        height: 350px;
        right: -10px;
    }
    
    .gallery-item {
        margin: 0 10px;
    }
}

@media (max-width: 480px) {
    .hero-buttons {
        width: 100%;
        padding: 0 20px;
    }
    
    .cta-button {
        width: 100%;
        max-width: 300px;
    }
    
    .gallery-image {
        height: 250px;
    }
    
    .chat-widget {
        bottom: 15px;
        right: 15px;
    }
    
    .chat-toggle {
        width: 50px;
        height: 50px;
    }
    
    .chat-toggle::before {
        font-size: 1.2rem;
    }
}



.nav-logo {
    text-decoration: none; /* Remove underline from the logo link */
}

.nav-logo h2 {
    text-decoration: none; /* Ensure text inside also has no underline */
}

/* Blog Grid Optimization */
.blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.blog-card {
    background: var(--primary-black);
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid rgba(230, 179, 37, 0.2);
    will-change: transform;
}

.blog-card:hover {
    transform: translateY(-5px);
    border-color: var(--aged-yellow);
    box-shadow: 0 10px 30px rgba(230, 179, 37, 0.2);
}

.blog-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.blog-card:hover .blog-image img {
    transform: scale(1.05);
}

.blog-content {
    padding: 1.5rem;
}

.blog-content h3 {
    color: var(--aged-yellow);
    font-size: 1.2rem;
    margin-bottom: 1rem;
    line-height: 1.4;
}

.blog-content p {
    color: var(--light-gray);
    margin-bottom: 1rem;
    line-height: 1.6;
}

.blog-link {
    color: var(--aged-yellow);
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.blog-link:hover {
    color: #f4c430;
}

/* Performance optimizations */
.hero-buttons {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    margin-top: 2rem;
}

.hero-buttons .cta-button {
    min-width: 200px;
    text-align: center;
}

.cta-button.tertiary {
    background: transparent;
    color: var(--aged-yellow);
    border: 2px solid var(--aged-yellow);
    border-radius: 5px;
    padding: 15px 30px;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}

.cta-button.tertiary:hover {
    background: var(--aged-yellow);
    color: var(--primary-black);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(230, 179, 37, 0.3);
}

@media (min-width: 768px) {
    .hero-buttons {
        flex-direction: row;
        justify-content: center;
        gap: 1.5rem;
    }
}

/* Lazy loading optimization */
img[loading="lazy"] {
    opacity: 0;
    transition: opacity 0.3s ease;
}

img[loading="lazy"].loaded {
    opacity: 1;
}
/* === PATCH FOOTER FIX === */

/* 1) Força a cor dos links do footer para o tema (sem azul padrão) */
.footer a {
  color: var(--aged-yellow);
  text-decoration: none;
}

/* 2) Efeito animado só nos links da seção "Links Úteis" */
.footer .footer-links a {
  position: relative;
  color: var(--aged-yellow);
}

.footer .footer-links a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--aged-yellow);
  transition: width 0.3s ease;
}

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

.footer .footer-links a:hover::after {
  width: 100%;
}

/* 3) Remove qualquer ::after aplicado por engano no logo e no botão WhatsApp */
.footer-logo a::after,
.social-media a::after {
  content: none !important;
}

/* 4) Garante botão WhatsApp verde e sem sublinhado */
.footer .social-media a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #25d366;
  color: #fff !important;
  font-weight: bold;
  padding: 8px 14px;
  border-radius: 6px;
  text-decoration: none !important;
  transition: background 0.3s ease;
}

.footer .social-media a:hover {
  background: #1ebe5d;
}

/* 5) Elimina “espaço grande” no final: normaliza margens do bloco inferior */
.footer-bottom {
  margin-top: 0 !important;
  padding-top: 2rem;
  border-top: 1px solid var(--dark-gray);
}

/* 6) Ajusta grid do footer para evitar empurrão inesperado */
.footer-content {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
  margin-bottom: 2rem !important;
}

/* 7) Garante ícones alinhados sem criar altura extra */
.contact-icon,
.whatsapp-svg {
  width: 18px;
  height: 18px;
  vertical-align: middle;
}


