/* ============================================ */
/* HERO SECTION - DR. GIANCARLOS                */
/* ============================================ */

.hero-section {
  font-family: 'Inter', sans-serif;
  
  /* IMAGEM DE FUNDO PADRÃO (DESKTOP) */
  background-image: url('../IMGGIAN/banneradvocacia1.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  background-attachment: fixed;
  
  /* COR DE FUNDO FALLBACK */
  background-color: #071a31;
  
  position: relative;
  padding: 100px 20px 80px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  min-height: 90vh;
  
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}

/* OVERLAY ESCURO PARA MELHORAR LEGIBILIDADE */
.hero-section::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(7, 26, 49, 0.60);
  z-index: 1;
}

.hero-container {
  max-width: 1200px;
  width: 100%;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 60px;
  align-items: center;
  position: relative;
  z-index: 2;
}

/* ============================================ */
/* COLUNA ESQUERDA - TEXTO MAIS LARGO           */
/* ============================================ */

.hero-content {
  animation: fadeUp 0.8s ease forwards;
  max-width: 100%;
}

.hero-tag {
  display: inline-block;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 800;
  color: #aa7e2c;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.hero-content h1 {
  font-size: 50px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.08;
  margin-bottom: 18px;
  letter-spacing: -0.5px;
  font-family: 'Cormorant Garamond', serif;
  max-width: 700px;
}

.hero-description {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.7;
  margin-bottom: 10px;
  max-width: 620px;
  font-weight: 400;
  font-family: 'Inter', sans-serif;
}

.hero-description-secondary {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.7;
  margin-bottom: 28px;
  max-width: 620px;
  font-weight: 400;
  font-family: 'Inter', sans-serif;
}

.hero-description-secondary strong {
  color: #aa7e2c;
  font-weight: 600;
}

/* ============================================ */
/* BENEFÍCIOS                                   */
/* ============================================ */

.hero-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 32px;
  margin-bottom: 32px;
}

.hero-benefit {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #ffffff;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.hero-benefit i {
  color: #aa7e2c;
  font-size: 18px;
}

/* ============================================ */
/* BOTÃO - ESTILO DOURADO COM TEXTO PRETO      */
/* ============================================ */

.hero-buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.btn-hero {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 12px 28px;
  background: #aa7e2c;
  color: #000000;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-decoration: none;
  border: none;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.btn-hero i:first-child {
  font-size: 20px;
  color: #000000;
}

.btn-hero i:last-child {
  font-size: 18px;
  color: #000000;
  transition: transform 0.3s ease;
}

.btn-hero span {
  display: flex;
  flex-direction: column;
  gap: 2px;
  align-items: center;
}

.btn-hero small {
  font-size: 11px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.60);
  letter-spacing: 0.2px;
}

.btn-hero:hover {
  background: #e8c77e;
  color: #000000;
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(211, 170, 91, 0.30);
}

.btn-hero:hover i:first-child,
.btn-hero:hover i:last-child {
  color: #000000;
}

.btn-hero:hover i:last-child {
  transform: translateX(4px);
}

.btn-hero:hover small {
  color: rgba(0, 0, 0, 0.70);
}

/* ============================================ */
/* ATENDIMENTO                                  */
/* ============================================ */

.hero-atendimento {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.45);
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.hero-atendimento i {
  color: #aa7e2c;
  font-size: 16px;
}

/* ============================================ */
/* COLUNA DIREITA - QR CODE                     */
/* ============================================ */

.hero-right-col {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.hero-card-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.qr-code-card-img {
  width: 190px;
  height: 190px;
  border-radius: 12px;
  display: block;
}

.qr-label {
  color: rgba(255, 255, 255, 0.40);
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
}

/* ============================================ */
/* RESPONSIVO - TABLET (TEXTO CENTRALIZADO)    */
/* ============================================ */

@media (max-width: 992px) {
  .hero-section {
    background-attachment: scroll;
    background-size: cover;
    background-position: center center;
    min-height: auto;
    height: auto;
    padding: 70px 20px 60px;
    align-items: center;
  }
  
  .hero-container {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }
  
  .hero-content {
    max-width: 100%;
    text-align: center;
  }
  
  .hero-content h1 {
    font-size: 40px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  
  .hero-description {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  
  .hero-description-secondary {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  
  .hero-benefits {
    justify-content: center;
  }
  
  .hero-buttons {
    justify-content: center;
  }
  
  .hero-right-col {
    justify-content: center;
  }
  
  .btn-hero {
    font-size: 13px;
    padding: 14px 28px;
  }
}

/* ============================================ */
/* RESPONSIVO - MOBILE (TEXTO ALINHADO À ESQUERDA) */
/* ============================================ */

@media (max-width: 768px) {
  .hero-section {
    background-image: url('../IMGGIAN/bannermobile.png') !important;
    background-attachment: scroll !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    min-height: 70vh !important;
    align-items: flex-start !important;
    padding-top: 80px !important;
    padding-bottom: 40px !important;
  }
  
  .hero-section::after {
    background: rgba(7, 26, 49, 0.75);
  }
  
  .hero-container {
    gap: 30px;
    text-align: left !important;
  }
  
  .hero-content {
    max-width: 100%;
    text-align: left !important;
  }
  
  .hero-content h1 {
    font-size: 35px;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  
  .hero-description {
    font-size: 15px;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  
  .hero-description-secondary {
    font-size: 14px;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  
  .hero-tag {
    font-size: 11px;
  }
  
  .hero-benefits {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    justify-content: flex-start;
  }
  
  .hero-benefit {
    font-size: 13px;
  }
  
  .hero-buttons {
    justify-content: flex-start;
  }
  
  .btn-hero {
    font-size: 12px;
    padding: 14px 24px;
    width: 100%;
    justify-content: center;
  }
  
  .btn-hero i:first-child {
    font-size: 20px;
  }
  
  .btn-hero i:last-child {
    font-size: 16px;
  }
  
  .btn-hero small {
    font-size: 10px;
  }
  
  .hero-right-col {
    display: none;
  }
  
  .hero-atendimento {
    justify-content: flex-start;
  }
}

/* ============================================ */
/* RESPONSIVO - MOBILE PEQUENO                  */
/* ============================================ */

@media (max-width: 480px) {
  .hero-section {
    padding: 60px 16px 30px !important;
    min-height: 70vh !important;
  }
  
  .hero-container {
    text-align: left !important;
  }
  
  .hero-content {
    text-align: left !important;
  }
  
  .hero-content h1 {
    font-size: 33px;
  }
  
  .hero-description {
    font-size: 14px;
  }
  
  .hero-description-secondary {
    font-size: 13px;
  }
  
  .hero-benefit {
    font-size: 12px;
  }
  
  .btn-hero {
    font-size: 11px;
    padding: 12px 16px;
  }
  
  .btn-hero i:first-child {
    font-size: 18px;
  }
  
  .btn-hero small {
    font-size: 9px;
  }
  
  .hero-atendimento {
    font-size: 12px;
  }
}

/* ============================================ */
/* ANIMAÇÕES                                    */
/* ============================================ */

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