
    /* ===== RESET & VARIABILI ===== */
    :root {
      --bg-dark: #0f0f0f;
      --gold: #c4a049;
      --white: #ffffff;
      --transition: all 0.3s ease;
    }
    * { margin: 0; padding: 0; box-sizing: border-box; }
    body {
      background-color: var(--bg-dark);
      color: var(--white);
      font-family: 'Poppins', sans-serif;
      font-weight: 300;
      line-height: 1.6;
      overflow-x: hidden;
    }
    h1, h2, h3, h4, .font-title {
      font-family: 'Cormorant', serif;
      font-weight: 600;
      letter-spacing: 0.02em;
    }
  h2 {
    font-size: 40px;
    margin-bottom: 2rem;
    position: relative;
    display: inline-block;
  }
  h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%; /* Muda de 0 para 50% */
    transform: translateX(-50%); /* Centraliza a linha */
    width: 70px;
    height: 3px;
    background: var(--gold);
  }
    .section-padding { padding: 90px 0; }
    .gold-text { color: var(--gold); }
    .btn-gold {
      background: var(--gold);
      color: var(--bg-dark);
      border: none;
      padding: 12px 32px;
      font-weight: 600;
      border-radius: 40px;
      transition: var(--transition);
      font-family: 'Poppins', sans-serif;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-size: 0.9rem;
    }
    .btn-gold:hover {
      background: #d8b56c;
      color: #000;
      transform: translateY(-3px);
      box-shadow: 0 12px 20px -10px rgba(196,160,73,0.4);
    }
    .btn-outline-gold {
      background: transparent;
      border: 1.5px solid var(--gold);
      color: var(--white);
      padding: 10px 28px;
      border-radius: 40px;
      font-weight: 500;
      transition: var(--transition);
    }
    .btn-outline-gold:hover {
      background: var(--gold);
      color: var(--bg-dark);
      border-color: var(--gold);
    }
    a { text-decoration: none; color: inherit; }
   
    /* ===== HERO SLIDER ===== */
    .hero-slider {
      height: 100vh;
      min-height: 700px;
      position: relative;
      overflow: hidden;
    }
    .slide {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center;
      opacity: 0;
      transition: opacity 1.5s ease-in-out;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
    }
    .slide.active { opacity: 1; z-index: 2; }
    .slide::before {
      content: '';
      position: absolute;
      top: 0; left: 0; width: 100%; height: 100%;
      background: rgba(0, 0, 0, 0.88);
      z-index: 1;
    }
    .slide-content {
      position: relative;
      z-index: 3;
      max-width: 800px;
      padding: 0 20px;
    }
    .slide-content h1 {
      font-size: 55px;
      font-weight: 700;
      font-family: 'Cormorant', serif;
      line-height: 1.0;
      text-shadow: 0 4px 20px rgba(0,0,0,0.5);
    }
    .slide-content p {
      font-size: 1.3rem;
      margin: 25px 0 30px;
      font-weight: 300;
    }
    @media (max-width: 768px) {
      .slide-content h1 { font-size: 2.8rem; }
      .slide-content p { font-size: 1rem; }
    }
    /* ===== CARDS SERVIZI ===== */
    .service-card {
      background: rgba(255,255,255,0.03);
      backdrop-filter: blur(2px);
      border: 1px solid rgba(255,255,255,0.05);
      padding: 40px 25px;
      border-radius: 24px;
      transition: var(--transition);
      height: 100%;
      color: var(--white);
    }
    .service-card:hover {
      transform: translateY(-12px);
      background: rgba(196,160,73,0.08);
      border-color: rgba(196,160,73,0.3);
      box-shadow: 0 30px 40px -20px rgba(0,0,0,0.8);
    }
    .service-icon {
      font-size: 3.2rem;
      color: var(--gold);
      margin-bottom: 20px;
    }
    .service-card h3 {
      font-size: 23px;
      margin-bottom: 15px;
    }
    .service-card p { font-size: 0.95rem; opacity: 0.8; }


    /* ===== PORTFOLIO GRID ===== */
/* Ajuste para o grid do portfolio - 4 imagens por linha no desktop, 2 no mobile */
.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 30px;
}

.portfolio-item {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  aspect-ratio: 1 / 1.2;
  cursor: pointer;
  border-color: #ffffff;
}

.portfolio-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s;
}

.portfolio-overlay {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.774) 0%, rgba(0, 0, 0, 0.440) 100%);
  display: flex;
  align-items: flex-end;
  padding: 30px 20px;
}

.portfolio-overlay h4 {
  color: white;
  font-size: 25px;
  margin-bottom: 5px;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

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

/* Mobile: 2 colunas */
@media (max-width: 768px) {
  .portfolio-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  
  .portfolio-overlay {
    padding: 20px 15px;
  }
  
  .portfolio-overlay h4 {
    font-size: 1.3rem;
  }
}

/* Telas muito pequenas: mantém 2 colunas mas ajusta fonte */
@media (max-width: 480px) {
  .portfolio-overlay h4 {
    font-size: 1.1rem;
  }
}

    /* ===== CHI SIAMO ===== */
    .about-section {
      background: linear-gradient(145deg, #0a0a0a 0%, #1a1a1a 100%);
    }
    .about-text p { font-size: 15px; font-weight: 300; }
    .about-list { list-style: none; padding: 0; columns: 2; margin: 30px 0; }
    .about-list li { margin-bottom: 10px; }
    .about-list li i { color: var(--gold); margin-right: 10px; }
    /* ===== FORM ===== */
    .form-control, .form-select {
      background: rgba(255,255,255,0.05);
      border: 1px solid rgba(255,255,255,0.15);
      border-radius: 50px;
      padding: 5px 18px;
      color: white;
      font-family: 'Poppins', sans-serif;
    }
    .form-control:focus {
      background: rgba(255,255,255,0.08);
      border-color: var(--gold);
      box-shadow: 0 0 0 0.2rem rgba(196,160,73,0.2);
      color: white;
    }
    textarea.form-control { border-radius: 30px; }
    .social-icon {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 48px;
      height: 48px;
      background: rgba(255,255,255,0.05);
      border-radius: 50%;
      margin-right: 12px;
      font-size: 1.4rem;
      color: white;
      transition: var(--transition);
    }
    .social-icon:hover {
      background: var(--gold);
      color: var(--bg-dark);
      transform: scale(1.1);
    }
    .whatsapp-float {
      display: inline-flex;
      align-items: center;
      background: #25D366;
      color: white;
      padding: 12px 30px;
      border-radius: 60px;
      font-weight: 600;
      margin-top: 20px;
      transition: var(--transition);
    }
    .whatsapp-float i { font-size: 1.5rem; margin-right: 10px; }
    .whatsapp-float:hover { background: #20b859; color: white; }
    /* ===== FOOTER ===== */
    .footer {
      background: #050505;
      padding: 60px 0 30px;
      border-top: 1px solid rgba(196,160,73,0.2);
    }
    .footer-links a {
      color: rgba(255,255,255,0.7);
      margin-right: 25px;
      transition: var(--transition);
    }
    .footer-links a:hover { color: var(--gold); }
    .copyright { opacity: 0.6; font-size: 0.9rem; }
    /* ===== ANIMAZIONI SCROLL ===== */
    .scroll-hidden {
      opacity: 0;
      transform: translateY(40px);
      transition: opacity 0.8s ease, transform 0.8s ease;
    }
    .scroll-visible {
      opacity: 1;
      transform: translateY(0);
    }



    /* Estilos adicionais para a nova seção de contato */
.contact-info-wrapper {
  padding: 20px 0;
}

.contact-description {
  font-size: 17px;
  color: var(--white);
  opacity: 0.9;
  line-height: 1.6;
}

.contact-details p {
  font-size: 1.1rem;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.contact-details i {
  font-size: 1.3rem;
  width: 30px;
}

.social-wrapper h5 {
  color: var(--gold);
  font-size: 1.4rem;
}

.social-wrapper .social-icon {
  margin-right: 15px;
  width: 45px;
  height: 45px;
}

/* ESTILO PARA PLACEHOLDER BRANCO */
.white-placeholder::placeholder {
  color: white !important;
  opacity: 0.8;
}

.white-placeholder::-webkit-input-placeholder {
  color: white !important;
  opacity: 0.8;
}

.white-placeholder::-moz-placeholder {
  color: white !important;
  opacity: 0.8;
}

.white-placeholder:-ms-input-placeholder {
  color: white !important;
  opacity: 0.8;
}

.white-placeholder:-moz-placeholder {
  color: white !important;
  opacity: 0.8;
}


/* Ajustes para mobile */
@media (max-width: 768px) {
  .contact-info-wrapper {
    margin-bottom: 30px;
  }
  
  .contact-description {
    font-size: 1rem;
  }
  
 
}


