/* ===== RESET E BASE ===== */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700;800&display=swap');

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  overflow-x: hidden;
}

body {
  font-family: 'Poppins', sans-serif;
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
  background-attachment: fixed;
  color: #e5e5e5;
  min-height: 100vh;
  overflow-x: hidden;
  position: relative;
}

/* Forçar todo o texto preto/cinzento para branco em todo o site */
.text-muted,
.text-dark,
.text-body,
.lead,
p.lead,
.list-group-item,
.list-group-item-text,
small,
small.text-muted,
.card-body p,
.list-unstyled,
.dropdown-menu,
.dropdown-item,
.modal-body,
.modal-content,
.table,
.table td,
.table th,
label,
.form-text,
.bg-dark,
.bg-dark p,
.bg-dark .card-text,
.bg-dark .lead {
  color: #e5e5e5 !important;
}

a.text-muted:hover,
a.text-dark:hover {
  color: #fff !important;
}

/* Efeito de partículas no fundo */
body::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: 
    radial-gradient(circle at 20% 50%, rgba(255, 140, 0, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 80% 80%, rgba(255, 140, 0, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 40% 20%, rgba(255, 165, 0, 0.1) 0%, transparent 50%);
  pointer-events: none;
  z-index: 0;
}

/* ===== NAVBAR ===== */
.navbar-custom {
  background: linear-gradient(135deg, rgba(30, 20, 60, 0.95) 0%, rgba(70, 30, 120, 0.95) 100%);
  backdrop-filter: blur(20px) saturate(180%);
  border-bottom: 2px solid rgba(255, 140, 0, 0.3);
  box-shadow: 0 8px 32px rgba(255, 140, 0, 0.4);
  position: sticky;
  top: 0;
  z-index: 1000;
  padding: 1.2rem 2rem;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.navbar-custom:hover {
  background: linear-gradient(135deg, rgba(40, 30, 80, 0.98) 0%, rgba(90, 40, 150, 0.98) 100%);
  box-shadow: 0 12px 48px rgba(255, 140, 0, 0.6);
}

/* Ícone do menu (hambúrguer) em laranja */
.navbar-custom .navbar-toggler {
  border: 1px solid rgba(255, 140, 0, 0.55);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

.navbar-custom .navbar-toggler:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 140, 0, 0.25);
}

.navbar-custom .navbar-toggler-icon {
  /* SVG embutido com traços laranja */
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255,140,0,0.95)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-custom .navbar-brand {
  transition: transform 0.3s ease;
}

.navbar-custom .navbar-brand:hover {
  transform: translateY(-2px);
}

.navbar-custom .navbar-brand img.logo {
  max-height: 60px;
  filter: drop-shadow(0 0 12px rgba(255, 140, 0, 0.8));
  transition: all 0.3s ease;
}

.navbar-custom .navbar-brand img.logo:hover {
  filter: drop-shadow(0 0 20px rgba(255, 140, 0, 1));
  transform: scale(1.08);
}

.navbar-custom .nav-link {
  color: #ff8c00 !important;
  font-weight: 600;
  font-size: 0.95rem;
  margin: 0 0.3rem;
  padding: 0.7rem 1rem;
  border-radius: 10px;
  position: relative;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  text-transform: uppercase;
  letter-spacing: 0.8px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.navbar-custom .nav-link i {
  font-size: 0.9rem;
  opacity: 0.8;
  transition: all 0.3s ease;
}

.navbar-custom .nav-link:hover i {
  opacity: 1;
  transform: scale(1.2);
}

.navbar-custom .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, #ff8c00, #ff6600);
  transform: translateX(-50%);
  transition: width 0.3s ease;
  border-radius: 2px;
}

.navbar-custom .nav-link:hover::before,
.navbar-custom .nav-link.active::before {
  width: 70%;
}

.navbar-custom .nav-link:hover,
.navbar-custom .nav-link:focus {
  color: #ffa500 !important;
  background: rgba(255, 140, 0, 0.2);
  text-shadow: 0 0 15px rgba(255, 140, 0, 0.8);
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(255, 140, 0, 0.3);
}

.navbar-custom .nav-link.active {
  color: #ffa500 !important;
  background: rgba(255, 140, 0, 0.25);
  text-shadow: 0 0 10px rgba(255, 140, 0, 0.6);
}

/* Separador visual na navbar */
.navbar-custom .nav-separator {
  width: 1px;
  height: 30px;
  background: rgba(255, 140, 0, 0.3);
  margin: 0 0.5rem;
  align-self: center;
}

/* Grupo de autenticação (Login/Registo) */
.navbar-custom .nav-auth-group {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-left: 1rem;
  padding-left: 1rem;
  border-left: 1px solid rgba(255, 140, 0, 0.3);
}

.navbar-custom .nav-auth-group .nav-link {
  padding: 0.6rem 1.2rem;
  font-size: 0.9rem;
  background: rgba(255, 140, 0, 0.1);
  border: 1px solid rgba(255, 140, 0, 0.3);
}

.navbar-custom .nav-auth-group .nav-link:hover {
  background: rgba(255, 140, 0, 0.25);
  border-color: rgba(255, 140, 0, 0.5);
}

/* Responsividade melhorada */
@media (max-width: 991px) {
  .navbar-custom .nav-link {
    margin: 0.3rem 0;
    padding: 0.8rem 1.2rem;
    width: 100%;
    justify-content: flex-start;
  }
  
  .navbar-custom .nav-separator {
    display: none;
  }
  
  .navbar-custom .nav-auth-group {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
    border-top: 1px solid rgba(255, 140, 0, 0.3);
    padding-top: 1rem;
    margin-top: 0.5rem;
    width: 100%;
    flex-direction: column;
  }
  
  .navbar-custom .nav-auth-group .nav-link {
    width: 100%;
  }
}

/* ===== MOBILE: ajustes gerais para telemóvel ===== */
@media (max-width: 768px) {
  .navbar-custom {
    padding: 0.75rem 1rem;
  }

  section {
    padding: 1.75rem 1rem;
    margin: 1.5rem 0.75rem;
    border-radius: 16px;
  }

  section:hover {
    transform: none;
  }

  section h2 {
    font-size: 1.85rem;
    margin-bottom: 1.25rem;
    padding-bottom: 0.75rem;
  }

  section p {
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 1rem;
  }

  .hero-section {
    padding: 60px 0 50px;
    min-height: 70vh;
  }

  .container {
    padding-left: 1rem;
    padding-right: 1rem;
    max-width: 100%;
  }

  .card-img-top {
    height: 200px;
  }

  .card-body {
    padding: 1.25rem;
  }

  .btn-warning {
    padding: 0.75rem 1.5rem;
    font-size: 0.9rem;
  }
}

@media (max-width: 480px) {
  section {
    padding: 1.25rem 0.75rem;
    margin: 1rem 0.5rem;
  }

  section h2 {
    font-size: 1.5rem;
  }

  .container {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .hero-buttons {
    flex-direction: column;
    gap: 0.75rem;
  }

  .hero-btn {
    width: 100%;
    justify-content: center;
    min-height: 48px;
  }
}

/* ===== CONTAINER E SEÇÕES ===== */
.container {
  position: relative;
  z-index: 1;
}

section {
  background: linear-gradient(135deg, rgba(30, 20, 60, 0.8) 0%, rgba(60, 40, 100, 0.8) 100%);
  backdrop-filter: blur(16px) saturate(180%);
  padding: 3.5rem 2.5rem;
  border-radius: 24px;
  margin: 3rem auto;
  max-width: 1200px;
  box-shadow: 
    0 20px 60px rgba(255, 140, 0, 0.3),
    0 0 0 1px rgba(255, 140, 0, 0.2),
    inset 0 0 40px rgba(255, 140, 0, 0.05);
  border: 1px solid rgba(255, 140, 0, 0.3);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

section::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 140, 0, 0.1) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 0.4s ease;
}

section:hover::before {
  opacity: 1;
}

section:hover {
  transform: translateY(-8px);
  box-shadow: 
    0 30px 80px rgba(255, 140, 0, 0.5),
    0 0 0 1px rgba(255, 140, 0, 0.4),
    inset 0 0 60px rgba(255, 140, 0, 0.1);
  border-color: rgba(255, 140, 0, 0.5);
}

section h2 {
  font-size: 3.2rem;
  font-weight: 800;
  margin-bottom: 2rem;
  background: linear-gradient(135deg, #ff8c00 0%, #ff6600 50%, #ff9500 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: 1.5px;
  text-align: center;
  position: relative;
  padding-bottom: 1rem;
}

section h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 4px;
  background: linear-gradient(90deg, #ff8c00, #ff6600, #ffa500);
  border-radius: 2px;
  box-shadow: 0 0 20px rgba(255, 140, 0, 0.8);
}

section p {
  font-size: 1.2rem;
  line-height: 1.9;
  color: #d1d5db;
  margin-bottom: 1.5rem;
  text-align: center;
}


/* ===== CARDS ===== */
.card {
  background: linear-gradient(135deg, rgba(50, 30, 90, 0.9) 0%, rgba(70, 40, 110, 0.9) 100%);
  backdrop-filter: blur(12px);
  border: 2px solid rgba(255, 140, 0, 0.3);
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 10px 30px rgba(255, 140, 0, 0.3);
  position: relative;
}

.card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: linear-gradient(90deg, #ff8c00, #ff6600, #ffa500);
  opacity: 0;
  transition: opacity 0.3s ease;
}

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

.card:hover {
  transform: translateY(-12px) scale(1.02);
  border-color: rgba(255, 140, 0, 0.6);
  box-shadow: 
    0 25px 50px rgba(255, 140, 0, 0.5),
    0 0 60px rgba(255, 140, 0, 0.3);
}

.card-img-top {
  height: 250px;
  object-fit: cover;
  transition: transform 0.4s ease;
}

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

.card-body {
  padding: 1.8rem;
  background: rgba(20, 10, 40, 0.5);
}

.card-title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #ff8c00 !important;
  margin-bottom: 0.8rem;
  text-shadow: 0 0 10px rgba(255, 140, 0, 0.5);
}

.card-text {
  color: #c4b5fd;
  font-size: 1.05rem;
  line-height: 1.6;
}

/* Texto mais vivo na secção de funcionários */
.team-card .card-title {
    color: #ff8c00 !important;   /* laranja vivo */
}

.team-card .text-muted {
    color: #ff8c00 !important;   /* função do funcionário */
}

.team-card .card-text {
    color: #e5e5ff !important;   /* descrição em lilás claro */
}

/* ===== BOTÕES ===== */
.btn-warning {
  background: linear-gradient(135deg, #ff8c00 0%, #ff6400 100%);
  border: none;
  color: white;
  font-weight: 700;
  padding: 0.9rem 2rem;
  border-radius: 12px;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 6px 20px rgba(255, 140, 0, 0.4);
  position: relative;
  overflow: hidden;
}

.btn-warning::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%);
  transition: width 0.6s, height 0.6s;
}

.btn-warning:hover::before {
  width: 300px;
  height: 300px;
}

.btn-warning:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(255, 140, 0, 0.6);
  background: linear-gradient(135deg, #ff6600 0%, #ff4500 100%);
}

/* ===== SEÇÃO DE CONTATO ===== */
#Contacto p,
#Contacto a {
  font-size: 1.3rem;
  margin: 1rem auto;
  max-width: 500px;
  text-align: center;
  color: #ff8c00 !important;
}

#Contacto a {
  color: #ff8c00 !important;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.3s ease;
  padding: 0.3rem 0.8rem;
  border-radius: 8px;
  display: inline-block;
}

#Contacto a:hover {
  color: #fff !important;
  background: linear-gradient(135deg, #ff8c00, #ff6600);
  text-shadow: 0 0 15px rgba(255, 140, 0, 0.8);
  transform: scale(1.05);
}

/* ===== FOOTER ===== */
footer {
  background: linear-gradient(135deg, #1e1435 0%, #3d2667 100%);
  backdrop-filter: blur(20px);
  color: #d1d5db;
  padding: 3rem 1.5rem;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.5px;
  border-top: 2px solid rgba(255, 140, 0, 0.3);
  box-shadow: 0 -10px 40px rgba(255, 140, 0, 0.3);
  margin-top: 4rem;
  position: relative;
}

footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #ff8c00, #ff6600, #ffa500, #ff8c00);
  background-size: 200% 100%;
  animation: gradientShift 3s ease infinite;
}

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

footer p {
  margin: 0.8rem 0;
  font-size: 1.05rem;
}

footer a {
  color: #ff8c00;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  padding: 0.2rem 0.5rem;
  border-radius: 6px;
}

footer a:hover {
  color: #fff;
  background: linear-gradient(135deg, #ff8c00, #ff6600);
  text-shadow: 0 0 15px rgba(255, 140, 0, 0.8);
}

/* ===== PÁGINAS DE AUTENTICAÇÃO (LOGIN/REGISTO) ===== */
.auth-page {
  position: relative;
  z-index: 1;
}

.auth-card {
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(20, 10, 40, 0.75) 0%, rgba(50, 30, 90, 0.65) 100%);
  border: 1px solid rgba(255, 140, 0, 0.25);
  box-shadow:
    0 20px 60px rgba(255, 140, 0, 0.25),
    0 0 0 1px rgba(255, 140, 0, 0.12),
    inset 0 0 40px rgba(255, 140, 0, 0.05);
}

.auth-side {
  background: linear-gradient(135deg, rgba(255, 140, 0, 0.22) 0%, rgba(255, 102, 0, 0.12) 100%);
  border-right: 1px solid rgba(255, 140, 0, 0.25);
  color: #fff;
}

.auth-side-title {
  font-weight: 800;
  letter-spacing: 0.5px;
  color: #fff;
  line-height: 1.1;
}

.auth-side-subtitle {
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.95rem;
}

.auth-side-text {
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.7;
}

.auth-side-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: grid;
  gap: 0.75rem;
}

.auth-side-list li {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  color: rgba(255, 255, 255, 0.92);
}

.auth-side-list i {
  color: #ff8c00;
  text-shadow: 0 0 12px rgba(255, 140, 0, 0.7);
}

.auth-title {
  font-size: 2.2rem;
  font-weight: 800;
  margin-bottom: 0;
  background: linear-gradient(135deg, #ff8c00 0%, #ff6600 50%, #ff9500 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.auth-muted {
  color: rgba(229, 229, 229, 0.85);
}

.auth-link {
  color: #ff8c00;
  text-decoration: none;
  font-weight: 700;
}

.auth-link:hover {
  color: #fff;
  text-shadow: 0 0 15px rgba(255, 140, 0, 0.8);
}

/* Ajustes de input-group e formulários em fundo escuro (login e registo) */
.auth-page .form-label {
  color: #fff !important;
}

.auth-page .input-group-text {
  background: rgba(255, 140, 0, 0.15);
  border: 1px solid rgba(255, 140, 0, 0.25);
  color: #ff8c00;
}

.auth-page .form-control {
  background: rgba(10, 5, 25, 0.45);
  border: 1px solid rgba(255, 140, 0, 0.25);
  color: #fff !important;
}

.auth-page .form-control::placeholder {
  color: rgba(255, 255, 255, 0.55);
}

.auth-page .form-control:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 140, 0, 0.2);
  border-color: rgba(255, 140, 0, 0.55);
}

.auth-page .btn-outline-light {
  border-color: rgba(255, 255, 255, 0.25);
}

.auth-page .btn-outline-light:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.35);
}

.social-icons {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255, 140, 0, 0.3), rgba(255, 102, 0, 0.3));
  backdrop-filter: blur(20px);
}

/* ===== SEÇÕES ESPECÍFICAS ===== */
/* About Preview */
.about-preview {
  padding: 4rem 2rem;
}

.about-features {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 2rem 0;
}

.feature-btn {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.5rem;
  background: linear-gradient(135deg, rgba(255, 140, 0, 0.1), rgba(255, 102, 0, 0.05));
  border: 2px solid rgba(255, 140, 0, 0.3);
  border-radius: 12px;
  color: #e5e5e5;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  text-align: left;
}

.feature-btn:hover {
  background: linear-gradient(135deg, rgba(255, 140, 0, 0.2), rgba(255, 102, 0, 0.1));
  border-color: rgba(255, 140, 0, 0.6);
  transform: translateX(10px);
  box-shadow: 0 8px 25px rgba(255, 140, 0, 0.2);
}
.feature-btn.active {
  background: linear-gradient(135deg, rgba(255, 140, 0, 0.3), rgba(255, 102, 0, 0.2));
  border-color: #ff8c00;
  box-shadow: 0 8px 30px rgba(255, 140, 0, 0.4), inset 0 0 15px rgba(255, 140, 0, 0.1);
}

.feature-btn p {
  margin: 0;
  color: #e5e5e5;
}

.feature-btn strong {
  color: #ff8c00;
}

/* Caixa Interativa Saiba Mais */
.saiba-mais-container {
  margin-top: 2.5rem;
  display: flex;
  justify-content: flex-start;
}

.saiba-mais-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  padding: 1.5rem 3rem;
  background: linear-gradient(135deg, #ff8c00 0%, #ff6400 100%);
  color: white;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 700;
  font-size: 1.1rem;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 10px 30px rgba(255, 140, 0, 0.4);
  border: 2px solid rgba(255, 140, 0, 0.8);
}

.saiba-mais-btn:hover {
  transform: translateY(-5px) scale(1.05);
  box-shadow: 0 20px 50px rgba(255, 140, 0, 0.6), 0 0 30px rgba(255, 140, 0, 0.5);
  letter-spacing: 1px;
}

.saiba-mais-btn:active {
  transform: translateY(-2px) scale(1.02);
}

.btn-text {
  position: relative;
  z-index: 2;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.btn-icon {
  position: relative;
  z-index: 2;
  font-size: 1.3rem;
  transition: transform 0.4s ease;
  display: inline-block;
}

.saiba-mais-btn:hover .btn-icon {
  transform: translateX(8px);
}

.btn-bg {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #ff6400 0%, #ff4500 100%);
  z-index: 1;
  transition: left 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.saiba-mais-btn:hover .btn-bg {
  left: 0;
}

.saiba-mais-btn::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.saiba-mais-btn:active::before {
  animation: ripple 0.6s ease-out;
}

@keyframes ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    width: 300px;
    height: 300px;
    opacity: 0;
  }
}

/* Imagem da Logo na Seção Bem-Vindo */
.about-image {
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(255, 140, 0, 0.3);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 3px solid rgba(255, 140, 0, 0.3);
  animation: floatLogo 3s ease-in-out infinite;
}

.about-image:hover {
  transform: translateY(-10px) scale(1.05);
  box-shadow: 0 30px 80px rgba(255, 140, 0, 0.5);
  border-color: rgba(255, 140, 0, 0.6);
}

@keyframes floatLogo {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-15px);
  }
}

/* Banner com Carrossel */
.banner-carousel {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 600px;
  background: #000;
  border-radius: 0;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  box-shadow: 0 20px 60px rgba(255, 140, 0, 0.3);
}

.carousel-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}


.carousel-slide {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1);
  background-size: cover !important;
  background-position: center !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-slide.active {
  opacity: 1;
  z-index: 10;
}

.carousel-slide::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.carousel-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: white;
  padding: 2rem;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.carousel-title {
  font-size: 3.5rem;
  font-weight: 800;
  margin-bottom: 1rem;
  color: #fff;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.8);
  letter-spacing: 1px;
}

.carousel-subtitle {
  font-size: 1.5rem;
  margin-bottom: 2rem;
  color: #e5e5e5;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.8);
}

.carousel-btn {
  display: inline-block;
  padding: 1.2rem 3rem;
  background: linear-gradient(135deg, #ff8c00 0%, #ff6400 100%);
  color: white;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 700;
  font-size: 1.1rem;
  transition: all 0.4s ease;
  box-shadow: 0 10px 30px rgba(255, 140, 0, 0.4);
  border: 2px solid rgba(255, 140, 0, 0.8);
}

.carousel-btn:hover {
  transform: translateY(-5px) scale(1.05);
  box-shadow: 0 20px 50px rgba(255, 140, 0, 0.6);
  color: white;
  text-decoration: none;
}

.carousel-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: rgba(255, 140, 0, 0.8);
  color: white;
  border: none;
  border-radius: 50%;
  font-size: 1.5rem;
  cursor: pointer;
  z-index: 20;
  transition: all 0.3s ease;
  box-shadow: 0 5px 20px rgba(255, 140, 0, 0.4);
}

.carousel-control:hover {
  background: #ff8c00;
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 10px 30px rgba(255, 140, 0, 0.6);
}

.carousel-control.prev {
  left: 20px;
}

.carousel-control.next {
  right: 20px;
}

.carousel-indicators {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 20;
}

.indicator {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: all 0.3s ease;
  border: 2px solid rgba(255, 140, 0, 0.5);
}

.indicator:hover {
  background: rgba(255, 140, 0, 0.7);
  transform: scale(1.2);
}

.indicator.active {
  background: #ff8c00;
  border-color: #ff6400;
  transform: scale(1.3);
  box-shadow: 0 0 20px rgba(255, 140, 0, 0.6);
}

/* Galeria */
.gallery-section {
  background: linear-gradient(135deg, rgba(30, 20, 60, 0.8) 0%, rgba(60, 40, 100, 0.8) 100%) !important;
  padding: 4rem 2rem !important;
  border-radius: 24px !important;
  margin: 3rem auto !important;
  max-width: 1200px !important;
}

.gallery-title {
  font-size: 2.8rem;
  font-weight: 800;
  text-align: center;
  background: linear-gradient(135deg, #ff8c00 0%, #ff6600 50%, #ff9500 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 0.5rem;
}

.gallery-subtitle {
  text-align: center;
  color: #e5e5e5;
  font-size: 1.1rem;
  margin-bottom: 3rem;
}

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

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  aspect-ratio: 4 / 3;
  box-shadow: 0 10px 30px rgba(255, 140, 0, 0.2);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid rgba(255, 140, 0, 0.3);
  cursor: pointer;
}

.gallery-item:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 20px 50px rgba(255, 140, 0, 0.4);
  border-color: rgba(255, 140, 0, 0.6);
}

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

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

.gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.4s ease;
  backdrop-filter: blur(5px);
}

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

.gallery-icon {
  font-size: 2.5rem;
  color: #ff8c00;
  text-shadow: 0 0 20px rgba(255, 140, 0, 0.6);
  animation: zoom-icon 0.4s ease;
}

@keyframes zoom-icon {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

/* Responsivo */
@media (max-width: 768px) {
  .carousel-title {
    font-size: 2rem;
  }
  
  .carousel-subtitle {
    font-size: 1rem;
  }
  
  .carousel-btn {
    padding: 0.8rem 2rem;
    font-size: 0.9rem;
  }
  
  .gallery-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
  }
  
  .gallery-title {
    font-size: 2rem;
  }
  
  .saiba-mais-btn {
    padding: 1.2rem 2.5rem;
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
.banner-carousel {
    height: 520px;          /* em vez de 600px */
    max-height: 70vh;       /* não passa de 70% da altura do ecrã */
}
  
  .carousel-title {
    font-size: 1.5rem;
  }
  
  .carousel-control {
    width: 40px;
    height: 40px;
    font-size: 1.2rem;
  }
  
  .gallery-grid {
    grid-template-columns: 1fr;
  }
}

/* ===== LIGHTBOX GALERIA ===== */
.lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  z-index: 9999;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.lightbox.active {
  display: flex;
  opacity: 1;
}

.lightbox-content {
  position: relative;
  max-width: 90%;
  max-height: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lightbox-img {
  max-width: 100%;
  max-height: 90vh;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}

.lightbox-close {
  position: absolute;
  top: -50px;
  right: 0;
  color: #fff;
  font-size: 3rem;
  cursor: pointer;
  transition: transform 0.3s ease;
  line-height: 1;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 140, 0, 0.8);
}

.lightbox-close:hover {
  transform: rotate(90deg);
  background: rgba(255, 140, 0, 1);
}

.lightbox-prev,
.lightbox-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 140, 0, 0.8);
  color: #fff;
  border: none;
  font-size: 2rem;
  padding: 1rem 1.5rem;
  cursor: pointer;
  border-radius: 8px;
  transition: all 0.3s ease;
  z-index: 10000;
}

.lightbox-prev {
  left: -80px;
}

.lightbox-next {
  right: -80px;
}

.lightbox-prev:hover,
.lightbox-next:hover {
  background: rgba(255, 140, 0, 1);
  transform: translateY(-50%) scale(1.1);
}

@media (max-width: 768px) {
  .lightbox-prev {
    left: 10px;
  }
  
  .lightbox-next {
    right: 10px;
  }
  
  .lightbox-close {
    top: 10px;
    right: 10px;
  }
}

/* ===== BOTÃO WHATSAPP FLUTUANTE ("Fala connosco" - em cima) ===== */
.whatsapp-float {
  position: fixed;
  bottom: 98px;
  right: 30px;
  width: 60px;
  height: 60px;
  background: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
  z-index: 1000;
  transition: all 0.3s ease;
  animation: pulse-whatsapp 2s infinite;
}

.whatsapp-float:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 30px rgba(37, 211, 102, 0.6);
}

.whatsapp-float svg {
  width: 32px;
  height: 32px;
}

.whatsapp-tooltip {
  position: absolute;
  right: 70px;
  top: 50%;
  transform: translateY(-50%);
  background: #25D366;
  color: #fff;
  padding: 8px 15px;
  border-radius: 20px;
  font-size: 0.9rem;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.whatsapp-float:hover .whatsapp-tooltip {
  opacity: 1;
}

@keyframes pulse-whatsapp {
  0%, 100% {
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
  }
  50% {
    box-shadow: 0 4px 30px rgba(37, 211, 102, 0.7);
  }
}

@media (max-width: 768px) {
  .whatsapp-float {
    width: 55px;
    height: 55px;
    bottom: 82px;
    right: 20px;
  }
  
  .whatsapp-tooltip {
    display: none;
  }
}

/* ===== CHAT ASSISTENTE (DÚVIDAS) - no canto onde estava o WhatsApp ===== */
#chat-assistant-wrap {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1000;
}

.chat-assistant-btn {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: none;
  background: linear-gradient(135deg, #ff8c00 0%, #ffa500 100%);
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(255, 140, 0, 0.45);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.chat-assistant-btn:hover {
  transform: scale(1.08);
  box-shadow: 0 6px 28px rgba(255, 140, 0, 0.6);
}

.chat-assistant-btn i {
  font-size: 1.4rem;
}

.chat-assistant-tooltip {
  position: absolute;
  right: 65px;
  top: 50%;
  transform: translateY(-50%);
  background: linear-gradient(135deg, #ff8c00 0%, #ffa500 100%);
  color: #fff;
  padding: 8px 14px;
  border-radius: 20px;
  font-size: 0.85rem;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
}

.chat-assistant-btn:hover .chat-assistant-tooltip {
  opacity: 1;
}

.chat-assistant-panel {
  position: absolute;
  bottom: 70px;
  right: 0;
  width: 360px;
  max-width: calc(100vw - 24px);
  height: 440px;
  max-height: 80vh;
  background: linear-gradient(180deg, rgba(26, 26, 46, 0.98) 0%, rgba(15, 52, 96, 0.98) 100%);
  border: 1px solid rgba(255, 140, 0, 0.35);
  border-radius: 16px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(255, 140, 0, 0.1);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.chat-assistant-header {
  padding: 12px 14px;
  background: rgba(255, 140, 0, 0.2);
  border-bottom: 1px solid rgba(255, 140, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.chat-assistant-title {
  font-weight: 700;
  font-size: 0.95rem;
  color: #ff8c00;
}

.chat-assistant-title i {
  margin-right: 6px;
}

.chat-assistant-close {
  width: 32px;
  height: 32px;
  border: none;
  background: transparent;
  color: #e5e5e5;
  cursor: pointer;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, color 0.2s;
}

.chat-assistant-close:hover {
  background: rgba(255, 140, 0, 0.3);
  color: #ff8c00;
}

.chat-assistant-messages {
  flex: 1;
  overflow-y: auto;
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.chat-assistant-msg {
  max-width: 88%;
  align-self: flex-start;
}

.chat-assistant-msg-user {
  align-self: flex-end;
}

.chat-assistant-msg-content {
  padding: 10px 14px;
  border-radius: 14px;
  font-size: 0.9rem;
  line-height: 1.4;
  white-space: pre-line;
}

.chat-assistant-msg-bot .chat-assistant-msg-content {
  background: rgba(255, 140, 0, 0.15);
  border: 1px solid rgba(255, 140, 0, 0.25);
  color: #e5e5e5;
}

.chat-assistant-msg-user .chat-assistant-msg-content {
  background: linear-gradient(135deg, #ff8c00 0%, #ffa500 100%);
  color: #fff;
}

.chat-assistant-quick {
  padding: 8px 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.chat-assistant-quick-btn {
  padding: 6px 12px;
  font-size: 0.8rem;
  border: 1px solid rgba(255, 140, 0, 0.4);
  background: transparent;
  color: #ff8c00;
  border-radius: 20px;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}

.chat-assistant-quick-btn:hover {
  background: rgba(255, 140, 0, 0.25);
  color: #fff;
}

/* Botões de escolha Vitela / Porco / Aves (após pergunta assar/cozer/grelhar) */
.chat-assistant-choices {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 8px 0 4px;
  align-self: flex-start;
}

.chat-assistant-choice-btn {
  padding: 10px 16px;
  font-size: 0.9rem;
  font-weight: 600;
  border: 2px solid rgba(255, 140, 0, 0.5);
  background: rgba(255, 140, 0, 0.15);
  color: #ff8c00;
  border-radius: 24px;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, transform 0.15s;
}

.chat-assistant-choice-btn:hover {
  background: rgba(255, 140, 0, 0.35);
  color: #fff;
  transform: scale(1.03);
}

.chat-assistant-input-wrap {
  padding: 10px 12px;
  display: flex;
  gap: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.chat-assistant-input {
  flex: 1;
  padding: 10px 14px;
  border: 1px solid rgba(255, 140, 0, 0.35);
  border-radius: 22px;
  background: rgba(0, 0, 0, 0.25);
  color: #e5e5e5;
  font-size: 0.9rem;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.chat-assistant-input::placeholder {
  color: rgba(229, 229, 229, 0.5);
}

.chat-assistant-input:focus {
  border-color: #ff8c00;
  box-shadow: 0 0 0 2px rgba(255, 140, 0, 0.2);
}

.chat-assistant-send {
  width: 42px;
  height: 42px;
  border: none;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff8c00 0%, #ffa500 100%);
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s, box-shadow 0.2s;
}

.chat-assistant-send:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 16px rgba(255, 140, 0, 0.5);
}

@media (max-width: 768px) {
  #chat-assistant-wrap {
    bottom: 20px;
    right: 20px;
  }

  .chat-assistant-btn {
    width: 50px;
    height: 50px;
  }

  .chat-assistant-tooltip {
    display: none;
  }

  .chat-assistant-panel {
    width: calc(100vw - 20px);
    right: -10px;
    bottom: 65px;
    height: 400px;
  }
}

/* ===== ANIMAÇÕES DE SCROLL ===== */
.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-in.animate-in {
  opacity: 1;
  transform: translateY(0);
}

/* ===== VALIDAÇÃO DE FORMULÁRIOS ===== */
.form-control.is-valid {
  border-color: #25D366;
  background-image: url("data:image/svg+xml,%3csvg xmlns='https://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2325D366' d='m2.3 6.73.98-.98-.98-.98-.98.98.98.98zm1.38-1.38L4.78 4.1l-.98-.98-1.1 1.1.98.98z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  padding-right: calc(1.5em + 0.75rem);
}

.form-control.is-invalid {
  border-color: #dc3545;
  background-image: url("data:image/svg+xml,%3csvg xmlns='https://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3cpath d='m4.5 4.5 3 3m0-3-3 3'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  padding-right: calc(1.5em + 0.75rem);
}

.invalid-feedback {
  display: block;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875rem;
  color: #dc3545;
}

/* ===== Formulário Contacto + cards com formulários: texto em branco ===== */
.card .form-label,
section .card .form-label {
  color: #fff !important;
}

.card .form-control,
section .card .form-control {
  background: rgba(10, 5, 25, 0.5);
  border: 1px solid rgba(255, 140, 0, 0.35);
  color: #fff !important;
}

.card .form-control::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.card .form-select,
section .card .form-select {
  background: rgba(10, 5, 25, 0.5);
  border: 1px solid rgba(255, 140, 0, 0.35);
  color: #fff !important;
}

.card .form-select option {
  background: #1a1a2e;
  color: #fff;
}

.card .form-check-label,
section .card .form-check-label {
  color: #fff !important;
}

.card .form-control:focus,
.card .form-select:focus {
  border-color: rgba(255, 140, 0, 0.6);
  box-shadow: 0 0 0 0.2rem rgba(255, 140, 0, 0.2);
  color: #fff;
}

/* ===== LAZY LOADING IMAGENS ===== */
img[loading="lazy"] {
  opacity: 0;
  transition: opacity 0.3s;
}

img[loading="lazy"].loaded {
  opacity: 1;
}

/* Títulos da página Funcionários em laranja vivo */
#funcionarios-hero h2,
#valores-equipa h3,
#equipa-principal h3,
section.bg-gradient h3 {
    color: #ff8c00 !important;
    -webkit-text-fill-color: #ff8c00 !important; /* caso algum tenha gradient */
    text-shadow: 0 0 10px rgba(255, 140, 0, 0.6);
}

.funcionarios-hero-section .lead,
.funcionarios-hero-lead {
    color: #d1d5db !important;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* Secção "O que nos define": ícones laranja, texto branco */
#valores-equipa .icon-box i {
    color: #ff8c00 !important;
    text-shadow: 0 0 12px rgba(255, 140, 0, 0.6);
}

#valores-equipa .icon-box h5 {
    color: #fff !important;
}

#valores-equipa .icon-box p,
#valores-equipa .icon-box .small {
    color: #fff !important;
}

/* Foto de grupo – equipa em grande (página Funcionários) */
#foto-equipa-grupo {
    background: rgba(20, 15, 40, 0.4);
}

.equipa-grupo-wrapper {
    position: relative;
    width: 100%;
    max-height: 70vh;
    min-height: 320px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(30, 20, 60, 0.6) 0%, rgba(15, 10, 35, 0.8) 100%);
}

.equipa-grupo-img {
    width: 100%;
    height: auto;
    max-height: 70vh;
    object-fit: cover;
    object-position: center;
    display: block;
}

.equipa-grupo-placeholder {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 3rem 2rem;
    color: rgba(255, 140, 0, 0.7);
    font-size: 1.1rem;
    text-align: center;
}

.equipa-grupo-placeholder i {
    font-size: 4rem;
    opacity: 0.6;
}

        /* ===== HERO com imagem de fundo (parceiros.jpg) ===== */
        /* Se a imagem estiver na pasta do CSS, usa url('parceiros.jpg') */
        .hero {
            min-height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            overflow: hidden;
            background-image: linear-gradient(rgba(3, 6, 23, 0.85), rgba(3, 6, 23, 0.9)), url('/Imagens/parceiros.jpg');
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            padding: 2rem 1rem;
        }

        .hero .hero-content {
            text-align: center;
            position: relative;
            z-index: 2;
            max-width: 800px;
        }

        .hero .hero-title {
            font-size: 4.5rem;
            font-weight: 800;
            margin-bottom: 1.5rem;
            background: linear-gradient(135deg, #ff8c00 0%, #ff6600 50%, #ffa500 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            text-shadow: 0 0 40px rgba(255, 140, 0, 0.5);
        }

        .hero .hero-subtitle {
            font-size: 1.5rem;
            color: #e5e5e5;
            margin-bottom: 2.5rem;
            line-height: 1.5;
        }

        .hero .hero-buttons {
            display: flex;
            flex-wrap: wrap;
            gap: 1.5rem;
            justify-content: center;
        }

        /* Estilos adicionais para a versão melhorada (hero-section legado) */
        .hero-section {
            min-height: 90vh;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            overflow: hidden;
            background: linear-gradient(135deg, rgba(26, 26, 46, 0.95) 0%, rgba(22, 33, 62, 0.95) 100%);
            padding: 120px 0 80px;
        }
        
        .hero-content {
            text-align: center;
            z-index: 2;
            position: relative;
        }
        
        .hero-title {
            font-size: 4.5rem;
            font-weight: 800;
            margin-bottom: 1.5rem;
            background: linear-gradient(135deg, #ff8c00 0%, #ff6600 50%, #ffa500 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            text-shadow: 0 0 40px rgba(255, 140, 0, 0.5);
            animation: fadeInUp 1s ease;
        }
        
        .hero-subtitle {
            font-size: 1.5rem;
            color: #d1d5db;
            margin-bottom: 2.5rem;
            animation: fadeInUp 1.2s ease;
        }
        
        .hero-buttons {
            display: flex;
            gap: 1.5rem;
            justify-content: center;
            flex-wrap: wrap;
            animation: fadeInUp 1.4s ease;
        }
        
        .hero-btn {
            padding: 1rem 2.5rem;
            font-size: 1.1rem;
            font-weight: 600;
            border-radius: 50px;
            text-decoration: none;
            transition: all 0.3s ease;
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
        }
        
        .hero-btn-primary {
            background: linear-gradient(135deg, #ff8c00, #ff6600);
            color: #fff;
            box-shadow: 0 8px 25px rgba(255, 140, 0, 0.4);
        }
        
        .hero-btn-primary:hover {
            transform: translateY(-3px);
            box-shadow: 0 12px 35px rgba(255, 140, 0, 0.6);
            color: #fff;
        }
        
        .hero-btn-secondary {
            background: transparent;
            color: #ff8c00;
            border: 2px solid #ff8c00;
        }
        
        .hero-btn-secondary:hover {
            background: rgba(255, 140, 0, 0.1);
            transform: translateY(-3px);
            color: #ff8c00;
        }
        
.stats-container {
    max-width: 1100px;     /* ligeiramente mais estreito */
    padding: 2.5rem 2rem;  /* dá mais respiro em cima/baixo */
}
        
        .stats-container .row {
            width: 100%;
            display: flex;
            justify-content: center !important;
            align-items: stretch;
            margin: 0 auto;
            flex-wrap: wrap;
        }
        
        .stats-container .row > [class*="col-"] {
            display: flex;
            justify-content: center;
        }
        
        .stat-item {
            text-align: center;
            padding: 2.5rem 1.5rem;
            transition: all 0.4s ease;
            background: rgba(50, 30, 90, 0.3);
            border-radius: 20px;
            border: 2px solid rgba(255, 140, 0, 0.2);
            margin: 0.5rem;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }
        
        .stat-item:hover {
            transform: translateY(-10px) scale(1.05);
            background: rgba(50, 30, 90, 0.5);
            border-color: rgba(255, 140, 0, 0.5);
            box-shadow: 0 15px 40px rgba(255, 140, 0, 0.3);
        }
        
        .stat-number {
            font-size: 4rem;
            font-weight: 800;
            background: linear-gradient(135deg, #ff8c00, #ff6600, #ffa500);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            margin-bottom: 0.8rem;
            display: block;
            line-height: 1;
            text-shadow: 0 0 30px rgba(255, 140, 0, 0.3);
        }
        
        .stat-label {
            font-size: 1rem;
            color: #d1d5db;
            text-transform: uppercase;
            letter-spacing: 2px;
            font-weight: 600;
            display: block;
        }
        
        .products-preview {
            padding: 5rem 0;
        }
        
        .product-card {
            background: linear-gradient(135deg, rgba(50, 30, 90, 0.9) 0%, rgba(70, 40, 110, 0.9) 100%);
            border-radius: 20px;
            overflow: hidden;
            border: 2px solid rgba(255, 140, 0, 0.3);
            transition: all 0.4s ease;
            height: 100%;
        }
        
        .product-card:hover {
            transform: translateY(-10px);
            border-color: rgba(255, 140, 0, 0.6);
            box-shadow: 0 20px 40px rgba(255, 140, 0, 0.3);
        }
        
        .product-card img {
            width: 100%;
            height: 250px;
            object-fit: cover;
            transition: transform 0.4s ease;
        }
        
        .product-card:hover img {
            transform: scale(1.1);
        }
        
        .product-card-body {
            padding: 2rem;
        }
        
        .product-card-title {
            font-size: 1.5rem;
            font-weight: 700;
            color: #ff8c00;
            margin-bottom: 1rem;
        }
        
        .testimonials-section {
            background: linear-gradient(135deg, rgba(30, 20, 60, 0.8) 0%, rgba(60, 40, 100, 0.8) 100%);
            padding: 5rem 0;
        }
        
        .testimonial-card {
            background: rgba(50, 30, 90, 0.6);
            border-radius: 20px;
            padding: 2.5rem;
            border: 2px solid rgba(255, 140, 0, 0.2);
            height: 100%;
            transition: all 0.3s ease;
        }
        
        .testimonial-card:hover {
            border-color: rgba(255, 140, 0, 0.5);
            transform: translateY(-5px);
        }
        
        .testimonial-text {
            font-size: 1.1rem;
            font-style: italic;
            color: #d1d5db;
            margin-bottom: 1.5rem;
            line-height: 1.8;
        }
        
        .testimonial-author {
            display: flex;
            align-items: center;
            gap: 1rem;
        }
        
        .testimonial-author-name {
            font-weight: 600;
            color: #ff8c00;
            font-size: 1.1rem;
        }
        
        .testimonial-stars {
            color: #ff8c00;
            margin-bottom: 1rem;
        }
        
        .quick-contact {
            background: linear-gradient(135deg, rgba(255, 140, 0, 0.15) 0%, rgba(255, 102, 0, 0.15) 100%);
            padding: 3rem 0;
            border-radius: 0;
        }
        
        .quick-contact-item {
            text-align: center;
            padding: 1.5rem;
        }
        
        .quick-contact-icon {
            font-size: 2.5rem;
            color: #ff8c00;
            margin-bottom: 1rem;
        }
        
        .quick-contact-link {
            color: #fff;
            text-decoration: none;
            font-size: 1.1rem;
            transition: color 0.3s ease;
        }
        
        .quick-contact-link:hover {
            color: #ff8c00;
        }
        
        /* Melhorias na Galeria */
        .gallery-section-enhanced {
            padding: 6rem 0;
            background: linear-gradient(135deg, rgba(30, 20, 60, 0.95) 0%, rgba(60, 40, 100, 0.95) 100%);
            position: relative;
            overflow: hidden;
        }
        
        .gallery-section-enhanced::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: 
                radial-gradient(circle at 20% 30%, rgba(255, 140, 0, 0.1) 0%, transparent 50%),
                radial-gradient(circle at 80% 70%, rgba(255, 102, 0, 0.1) 0%, transparent 50%);
            pointer-events: none;
        }
        
        .gallery-title-enhanced {
            font-size: 3.5rem;
            font-weight: 800;
            text-align: center;
            margin-bottom: 1rem;
            background: linear-gradient(135deg, #ff8c00 0%, #ff6600 50%, #ffa500 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            position: relative;
            padding-bottom: 1.5rem;
        }
        
        .gallery-title-enhanced::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 150px;
            height: 5px;
            background: linear-gradient(90deg, #ff8c00, #ff6600, #ffa500);
            border-radius: 3px;
            box-shadow: 0 0 20px rgba(255, 140, 0, 0.8);
        }
        
        .gallery-subtitle-enhanced {
            text-align: center;
            font-size: 1.3rem;
            color: #d1d5db;
            margin-bottom: 3rem;
            font-weight: 300;
        }
        
        .gallery-grid-enhanced {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
            padding: 2rem 0;
            max-width: 1400px;
            margin: 0 auto;
        }
        
        .gallery-item-enhanced {
            position: relative;
            border-radius: 20px;
            overflow: hidden;
            aspect-ratio: 4/3;
            cursor: pointer;
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            border: 3px solid rgba(255, 140, 0, 0.2);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
        }
        
        .gallery-item-enhanced:hover {
            transform: translateY(-15px) scale(1.02);
            border-color: rgba(255, 140, 0, 0.6);
            box-shadow: 0 20px 50px rgba(255, 140, 0, 0.4);
        }
        
        .gallery-img-enhanced {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.6s ease;
        }
        
        .gallery-item-enhanced:hover .gallery-img-enhanced {
            transform: scale(1.15);
        }
        
        .gallery-overlay-enhanced {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 50%);
            display: flex;
            align-items: flex-end;
            justify-content: center;
            padding: 2rem;
            opacity: 0;
            transition: opacity 0.4s ease;
        }
        
        .gallery-item-enhanced:hover .gallery-overlay-enhanced {
            opacity: 1;
        }
        
        .gallery-icon-enhanced {
            font-size: 3rem;
            color: #ff8c00;
            background: rgba(255, 255, 255, 0.2);
            backdrop-filter: blur(10px);
            width: 70px;
            height: 70px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
            box-shadow: 0 5px 20px rgba(255, 140, 0, 0.5);
        }
        
        .gallery-item-enhanced:hover .gallery-icon-enhanced {
            transform: scale(1.2) rotate(5deg);
            background: rgba(255, 140, 0, 0.3);
        }
        
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        @media (max-width: 768px) {
            .hero-title {
                font-size: 2.5rem;
            }
            
            .hero-subtitle {
                font-size: 1.2rem;
            }
            
            .stat-number {
                font-size: 2.5rem;
            }
            
            .gallery-title-enhanced {
                font-size: 2.5rem;
            }
            
            .gallery-grid-enhanced {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
            
            .stat-item {
                margin: 0.25rem;
                padding: 2rem 1rem;
            }
            
            .stats-container {
                padding: 0 1rem;
            }
            
            .stats-container .row {
                justify-content: center;
                max-width: 100%;
            }
            
            .stat-item {
                width: 100%;
                max-width: 200px;
            }
        }
    