/* Footer CSS .footer-section {
  background: var(--footer-bg);
  padding: 10rem 1rem 0rem 1rem;
  position: relative;
  overflow: hidden;
  margin: 0;
  width: 100%;
}

.footer-section .footer-container {específicos para o footer */
.footer-section {
  --footer-bg: #1a1c1c;
  --footer-accent: #1ad1c9;
  --footer-text: #f0f1f0;
  --footer-green: #adf29c;
  --footer-orange: #f16a21;
  --footer-blue: #665cd9;
}



.footer-copyright {
  text-align: center;
  padding: 1rem 0;
  background: var(--footer-bg);
  color: var(--footer-text);
  font-size: 0.8rem;
}




/* ================================
   CONTACT/FOOTER SECTION
   ================================ */

.footer-section.contact-section {
  background: var(--footer-bg);
  position: relative;
  overflow: hidden;
  margin: 0;
  width: 100%;
}

.footer-section .footer-container {
  padding: 4.5rem 0rem 4.5rem 0rem;
  max-width: 1080px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 9px;
  align-items: center;
}



/* Left Side - Call to Action */

.footer-section .footer-title {
  font-family: 'Poppins', sans-serif;
  font-size: 5.4rem;
  font-weight: 600;
  color: var(--footer-text);
  line-height: 1.1;
  margin: 0 0 18px 0;
  text-align: left;
}

.footer-section .footer-title .footer-accent-text {
  color: var(--footer-accent);
}

.footer-section .footer-message {
  display: flex;
  align-items: left;
  justify-content: left;
  gap: 1.5rem;
  margin: 0;
}

.footer-section .footer-smile-icon {
  width: 58px;
  height: 58px;
  display: flex;
  justify-content: left;
  align-items: left;
  flex-shrink: 0;
}

.footer-section .footer-smile-icon img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.footer-section .footer-message-text {
  font-size: 1.08rem;
  color: var(--footer-text);
  margin: 0;
  line-height: 1.4;
}

.footer-section .footer-message-text .footer-accent-text {
  color: var(--footer-accent);
}




/* Right Side - Contact Cards */
.footer-section .footer-cards-container {
  display: flex;
  justify-content: center;
}

.footer-section .footer-cards {
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-section .footer-card {
  width: 207px;
  height: 243px;
  border-radius: 13px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  position: relative;
  color: var(--footer-bg);
  transition: transform 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.footer-section .footer-card:hover {
  transform: translateY(-5px);
}


/* Card Colors */
.footer-section .footer-card--find-us {
  background: var(--footer-accent);
}

.footer-section .footer-card--contact-us {
  background: var(--footer-green);
}

.footer-section .footer-card--stalk-us {
  background: var(--footer-orange);
}

.stalk-us-card {
  background: var(--footer-orange);
}


.card-header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 4px;
  margin-top: 4px;
  position: relative;
}

.footer-card-title {
  font-family: 'Poppins', sans-serif;
  font-size: 1.35rem;
  font-weight: 400;
  margin: 0;
  color: var(--footer-bg);
  text-align: center;
  text-transform: lowercase;
}

.footer-section .footer-card-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
  height: 36px;
  background: transparent;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* Override for contact us card icons */
.footer-card--contact-us .footer-card-icon {
  position: static;
  width: 36px;
  height: 36px;
}

.footer-section .footer-card-icon img {
  width: 36px;
  height: 36px;
  object-fit: contain;
}

/* Ícones condicionais - junto com texto */
.footer-section .footer-address-with-icon .footer-card-icon,
.footer-section .footer-email-with-icon .footer-card-icon {
  position: static;
  width: 36px;
  height: 36px;
  background: transparent;
  margin-left: 7px;
}

.footer-section .footer-address-with-icon .footer-card-icon img,
.footer-section .footer-email-with-icon .footer-card-icon img {
  width: 43px;
  height: 43px;
  object-fit: contain;
}



.footer-section .footer-card-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}


/* Find Us Card Specific */
.footer-section .footer-address-with-icon {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 11px;
  margin-bottom: 9px;
  flex-wrap: nowrap;
  min-height: 22px;
  text-align: left;
}

.footer-section .footer-address-text {
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1.2;
  color: var(--footer-bg);
  margin: 9px 0;
  flex: 1;
}

.footer-section .footer-address-details {
  font-size: 0.77rem;
  font-weight: 300;
  line-height: 1.3;
  text-align: center;
  color: var(--footer-bg);
  margin: 0;
}

/* Contact Us Card Specific */
.footer-card--contact-us .footer-card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.footer-card--contact-us .footer-email-with-icon,
.footer-card--contact-us .footer-phone-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
}


.directions-btn {
  background: var(--footer-green);
  border: none;
  border-radius: 22px;
  padding: 9px 18px;
  font-size: 0.7rem;
  font-weight: 400;
  color: var(--footer-bg);
  transition: all 0.3s ease;
  margin-top: auto;
  text-align: center;
}

.directions-btn:hover {
  background: rgba(173, 242, 156, 0.8);
  transform: scale(1.05);
}

/* Contact Us Card Specific */
.email {
  font-size: 0.9rem;
  font-weight: 300;
  color: var(--footer-bg);
  margin: 0;
  flex: 1;
  align-items: center;
}

/* Removed old phone-section styling - now handled by contact us card specific styles */

.phone {
  font-size: 0.9rem;
  font-weight: 300;
  color: var(--footer-bg);
  margin: 0;
  align-items: center;
}

/* Stalk Us Card Specific */

.footer-social-links {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 15px !important;
  height: 100% !important;
  justify-content: center !important;
  flex: 1 !important;
}

.social-item {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  font-size: 0.7rem !important;
  color: var(--footer-bg) !important;
  margin: 0px 0 !important;
  padding: 2px 0 !important;
  font-weight: 300 !important;
}

.social-icon {
  width: 24px;
  height: 24px;
  background: var(--footer-bg);
  color: var(--footer-orange);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 2px;
}

/* Style the SVG inside the social icon */
.social-icon svg {
  width: 16px;
  height: 16px;
  fill: var(--footer-orange);
}

.link-icon-placeholder {
  margin-right: auto;
  font-size: 12px;
}

/* Specific styles for Find Us and Stalk Us icons */
.footer-find-us-icon {
  width: 64px;
  height: 64px;
}

.footer-stalk-us-icon {
  width: 64px;
  height: 64px;
}

/* Fluid Responsive Design for Footer */
@media (max-width: 1024px) {
  .footer-section {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: clamp(2.7rem, 7.2vw, 4.5rem) clamp(0.9rem, 3.6vw, 1.8rem);
  }

  .footer-section .footer-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: clamp(1.8rem, 5.4vw, 3.6rem);
    width: 100%;
    max-width: 1080px;
    grid-template-columns: none;
  }
  
  .footer-section .footer-title {
    font-size: clamp(1.98rem, 7.2vw, 5.4rem);
    text-align: center;
    margin: 0 0 0.9rem 0;
    line-height: 1.1;
  }

  .footer-section .footer-message {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: clamp(0.8rem, 3vw, 1.5rem);
  }

  .footer-section .footer-message-text {
    font-size: clamp(1rem, 3vw, 1.2rem);
    text-align: center;
  }

  .footer-section .footer-smile-icon {
    width: clamp(48px, 10vw, 64px);
    height: clamp(48px, 10vw, 64px);
  }

  .footer-section .footer-smile-icon img {
    width: clamp(48px, 10vw, 64px);
    height: clamp(48px, 10vw, 64px);
  }

  .footer-section .footer-cards-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  
  .footer-section .footer-cards {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: clamp(0.9rem, 3.6vw, 1.8rem);
    width: 100%;
  }
  
  .footer-section .footer-card {
    width: clamp(252px, 72vw, 315px);
    height: clamp(216px, 45vw, 243px);
    border-radius: clamp(11px, 2.7vw, 13px);
    padding: clamp(18px, 4.5vw, 22px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .footer-card-title {
    font-size: clamp(1.08rem, 3.6vw, 1.35rem);
    text-align: center;
  }

  .footer-section .footer-address-text {
    font-size: clamp(0.81rem, 2.7vw, 0.9rem);
    text-align: center;
  }

  .footer-section .footer-address-details {
    font-size: clamp(0.72rem, 2.25vw, 0.77rem);
    text-align: center;
  }

  .footer-section .footer-email-text,
  .footer-section .footer-phone-text {
    font-size: clamp(0.72rem, 2.25vw, 0.81rem);
    text-align: center;
  }

  .footer-section .footer-social-item {
    font-size: clamp(0.72rem, 2.25vw, 0.81rem);
    justify-content: center;
    text-align: center;
  }

  .footer-section .footer-card-icon {
    width: clamp(29px, 7.2vw, 36px);
    height: clamp(29px, 7.2vw, 36px);
  }

  .footer-section .footer-card-icon img {
    width: clamp(29px, 7.2vw, 36px);
    height: clamp(29px, 7.2vw, 36px);
  }

  .footer-section .footer-find-us-icon,
  .footer-section .footer-stalk-us-icon {
    width: clamp(43px, 10.8vw, 58px);
    height: clamp(43px, 10.8vw, 58px);
  }

  .footer-section .footer-diamond-icon img {
    width: clamp(43px, 10.8vw, 58px);
    height: clamp(43px, 10.8vw, 58px);
  }

  .directions-btn,
  .footer-section .footer-directions-btn {
    padding: clamp(7px, 1.8vw, 9px) clamp(14px, 3.6vw, 18px) !important;
    font-size: clamp(0.81rem, 2.25vw, 0.9rem) !important;
    border-radius: clamp(18px, 4.5vw, 22px) !important;
  }

  /* Ensure all card content is centered vertically and horizontally */
  .footer-section .footer-card-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start; /* Changed from center to flex-start for consistent title positioning */
    text-align: center;
    height: 100%;
    gap: 10px
  }

  /* Ensure all card headers have consistent positioning */
  .footer-section .card-header {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: clamp(5px, 2vw, 10px);
    margin-top: clamp(5px, 2vw, 10px);
    position: relative;
    width: 100%;
  }

  .footer-card--contact-us .footer-card-content {
    gap: clamp(10px, 3vw, 18px);
    justify-content: flex-start; /* Ensure consistent alignment */
  }

  .footer-section .footer-social-links {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: clamp(8px, 3vw, 15px);
    height: 100%;
  }

  /* Find Us card - horizontal layout (text left, icon right) */
  .footer-section .footer-address-with-icon {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    gap: clamp(20px, 7vw, 25px);
    width: 100%;
    padding: 0 3rem 0 3rem;
  }

  .footer-section .footer-address-text {
    flex: 1;
    text-align: left;
  }

  /* Contact Us card - closer to center/base with less spacing */
  .footer-card--contact-us .footer-card-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start; /* Changed to flex-start for consistent title positioning */
    text-align: center;
    height: 100%;
    gap: clamp(10px, 3vw, 15px); /* Reduced gap between email and phone */
    padding-top: clamp(10px, 4vw, 20px); /* Changed margin-top to padding-top for better control */
  }

  /* Ensure the contact content area (below title) is pushed toward center */
  .footer-card--contact-us .footer-contact-list {
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(8px, 2.5vw, 12px);
  }

  .footer-card--contact-us .footer-email-with-icon,
  .footer-card--contact-us .footer-phone-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: clamp(4px, 1.5vw, 6px); /* Reduced internal gap */
  }
}

/* Media query for very small screens - force cards to column */
@media (max-width: 768px) {
  .footer-section .footer-cards {
    flex-direction: column !important;
  }
  
  .footer-section .footer-card {
    width: clamp(280px, 85vw, 320px);
    max-width: 90vw;
  }
}

/* Botão de direções */
.footer-section .footer-directions-btn {
  background: var(--footer-green) !important;
  border: none !important;
  border-radius: 22px !important;
  padding: 9px 18px !important;
  font-size: 0.9rem !important;
  font-weight: 600 !important;
  color: var(--footer-bg) !important;
  transition: all 0.3s ease;
  margin-top: auto;
  text-decoration: none !important;
  display: inline-block;
  text-align: center;
}

.footer-section .footer-directions-btn:hover {
  background: rgba(173, 242, 156, 0.8);
  transform: scale(1.05);
}

/* Links de contato */
.footer-section .footer-contact-item {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
}

.footer-section .footer-contact-item:hover {
  transform: scale(1.05);
  opacity: 0.8;
}

/* Links sociais */
.footer-section .footer-social-item {
  text-decoration: none !important;
  color: var(--footer-bg) !important;
  transition: all 0.3s ease;
}

.footer-section .footer-social-item:hover {
  transform: scale(1.05);
  opacity: 0.8;
}

/* Seções de contato específicas */
.footer-section .footer-email-text {
  font-size: 0.9rem;
  font-weight: 300;
  color: var(--footer-bg);
  margin: 0;
  flex: 1;
}

.footer-section .footer-phone-section {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
}

.footer-section .footer-phone-text {
  font-size: 0.9rem;
  font-weight: 300;
  color: var(--footer-bg);
  margin: 0;
}

.footer-section .footer-phone-icon {
  width: 40px;
  height: 40px;
  background: transparent;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.footer-section .footer-phone-icon img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

/* Social Links */
.footer-section .footer-social-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  height: 100%;
  justify-content: center;
  flex: 1;
}

.footer-section .footer-social-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  font-size: 0.9rem;
  color: var(--footer-bg);
  font-weight: 300 !important;
}

.footer-section .footer-social-icon {
  width: 24px;
  height: 24px;
  background: var(--footer-orange);
  color: var(--footer-br);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 2px;
}

/* Style the SVG inside the social icon */
.footer-section .footer-social-icon svg {
  width: 16px;
  height: 16px;
  fill: var(--footer-orange);
}

.footer-section .footer-social-text {
  font-size: 0.81rem;
  color: var(--footer-bg);
  font-weight: 300;
}

.footer-section .footer-diamond-icon {
  position: static !important;
  width: 100px;
  border-radius: 8px;
  margin-bottom: auto;
  align-self: center;
}

.footer-section .footer-diamond-icon img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  margin-top: 15px;
}

/* ================================
   CONSISTÊNCIA ENTRE PÁGINAS
   ================================ */

/* Garantir font-weight consistente para o texto do endereço em todas as páginas */
body .footer-section .footer-address-text,
.career-page .footer-section .footer-address-text,
.about-us-page .footer-section .footer-address-text {
  font-weight: 300 !important;
}

/* Garantir font-weight consistente para todos os textos do footer */
body .footer-section .footer-email-text,
.career-page .footer-section .footer-email-text,
.about-us-page .footer-section .footer-email-text {
  font-weight: 300 !important;
}

body .footer-section .footer-phone-text,
.career-page .footer-section .footer-phone-text,
.about-us-page .footer-section .footer-phone-text {
  font-weight: 300 !important;
}

/* Centralizar ícones no card de 'contact us' */
.footer-section.contact-section .footer-card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Estilo individual para o ícone de localização no card 'find us' */
.footer-section .footer-find-us-icon {
  width: 64px;
  height: 64px;
}

/* Estilo individual para o ícone de olho no card 'stalk us' */
.footer-section .footer-stalk-us-icon {
  width: 64px;
  height: 64px;
}

/* Adjusting "contact us" card layout */
.footer-card--contact-us {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center; /* Ensures text is centered */
}

.email-with-icon,
.phone-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px; /* Spacing between text and icon */
}

/* Styling for the "contact us" list */
.footer-contact-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px; /* Spacing between text and icon */
}

.footer-contact-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Ensure spacing between contact list items */
.footer-contact-list {
  gap: 15px; /* Reduced gap for contact list */
}

/* Restore original gap between lines in "stalk us" card */
.footer-card--stalk-us .footer-social-links {
  gap: 15px; /* Restored original spacing between social items */
}