/* ============================================ */
/* SEÇÃO: CONTATO + STEP BY STEP                */
/* ============================================ */

.contato-section {
  position: relative;
  overflow: hidden;
  background: #071a31;
  padding: 80px 20px 90px; /* IGUAL DEPOIMENTOS */
  font-family: 'Inter', sans-serif;
}

.contato-section .container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
}

/* ============================================ */
/* ELEMENTOS DECORATIVOS                        */
/* ============================================ */

.contato-section::before {
  content: "";
  position: absolute;
  width: 650px;
  height: 650px;
  border: 1px solid rgba(211, 170, 91, 0.08);
  border-radius: 50%;
  right: -250px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.contato-section::after {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(255, 255, 255, 0.035);
  border-radius: 50%;
  right: -130px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

/* ============================================ */
/* CABEÇALHO                                    */
/* ============================================ */

.contato-header {
  max-width: 850px;
  margin: 0 auto 60px;
  text-align: center;
}

.contato-tag {
  display: block;
  font-family: 'Inter', sans-serif;
  font-size: 13px; /* IGUAL DEPOIMENTOS */
  font-weight: 800; /* IGUAL DEPOIMENTOS */
  color: #aa7e2c;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.contato-header h2 {
  margin: 0;
  color: #ffffff;
  font-family: 'Cormorant Garamond', serif;
  font-size: 44px; /* IGUAL DEPOIMENTOS */
  font-weight: 600;
  line-height: 1.05; /* IGUAL DEPOIMENTOS */
  letter-spacing: -0.5px;
}

/* ============================================ */
/* CONTEÚDO - GRID 2 COLUNAS                    */
/* ============================================ */

.contato-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: start;
}

/* ============================================ */
/* COLUNA ESQUERDA - CONTATO                    */
/* ============================================ */

.contato-main {
  max-width: 560px;
}

.contato-overline {
  display: block;
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: #aa7e2c;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.contato-main h3 {
  margin: 0 0 18px;
  color: #ffffff;
  font-family: 'Cormorant Garamond', serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.5px;
}

.contato-main h3 strong {
  color: #aa7e2c;
  font-weight: 600;
}

.contato-description {
  max-width: 500px;
  margin: 0 0 32px;
  color: rgba(255, 255, 255, 0.70);
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
}

/* ============================================ */
/* LISTA DE CONTATO                             */
/* ============================================ */

.contato-info-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-bottom: 32px;
}

.contato-info-item {
  display: flex;
  align-items: center;
  gap: 15px;
}

.contato-info-icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 1px solid rgba(211, 170, 91, 0.25);
  border-radius: 50%;
  color: #aa7e2c;
  font-size: 18px;
  transition: all 0.3s ease;
}

.contato-info-item:hover .contato-info-icon {
  background: rgba(211, 170, 91, 0.10);
  transform: scale(1.05);
}

.contato-info-content {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.contato-info-label {
  color: rgba(255, 255, 255, 0.42);
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.contato-info-content a,
.contato-info-content > span:last-child {
  color: #ffffff;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.25s ease;
}

.contato-info-content a:hover {
  color: #aa7e2c;
}

/* ============================================ */
/* BOTÃO                                        */
/* ============================================ */

.btn-contato {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 52px;
  padding: 0 28px;
  background: #aa7e2c;
  color: #071a31;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-decoration: none;
  border: none;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.btn-contato i:first-child {
  font-size: 20px;
}

.btn-contato i:last-child {
  font-size: 16px;
  transition: transform 0.3s ease;
}

.btn-contato:hover {
  background: #e8c77e;
  color: #071a31;
  transform: translateY(-2px);
 
}

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

/* ============================================ */
/* COLUNA DIREITA - STEP BY STEP                */
/* ============================================ */

.contato-step {
  position: relative;
}

.step-box {
  position: relative;
  padding: 40px 38px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
}

/* Linha decorativa superior */
.step-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 38px;
  width: 55px;
  height: 2px;
  background: #aa7e2c;
}

.step-box > h3 {
  margin: 0 0 28px;
  color: #ffffff;
  font-family: 'Cormorant Garamond', serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.3px;
}

/* ============================================ */
/* STEP ITEM                                    */
/* ============================================ */

.step-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.step-item:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.step-number {
  width: 38px;
  height: 38px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(211, 170, 91, 0.35);
  border-radius: 50%;
  color: #aa7e2c;
  font-family: 'Cormorant Garamond', serif;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.step-item:hover .step-number {
  background: rgba(211, 170, 91, 0.12);
}

.step-icon {
  width: 38px;
  height: 38px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #aa7e2c;
  font-size: 20px;
  transition: all 0.3s ease;
}

.step-item:hover .step-icon {
  transform: scale(1.15);
}

.step-text {
  flex: 1;
}

.step-text h4 {
  margin: 0 0 4px;
  color: #ffffff;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.step-text p {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-family: 'Inter', sans-serif;
  font-size: 12.5px;
  line-height: 1.65;
}

/* ============================================ */
/* RODAPÉ DO STEP BOX                           */
/* ============================================ */

.step-bottom {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.60);
  font-family: 'Inter', sans-serif;
  font-size: 11.5px;
}

.step-bottom i {
  color: #aa7e2c;
  font-size: 18px;
}

/* ============================================ */
/* RESPONSIVO - TABLET                         */
/* ============================================ */

@media (max-width: 992px) {
  .contato-section {
    padding: 70px 20px 80px; /* IGUAL DEPOIMENTOS */
  }

  .contato-content {
    grid-template-columns: 1fr 1fr;
    gap: 50px;
  }

  .contato-header h2 {
    font-size: 36px; /* IGUAL DEPOIMENTOS */
  }

  .contato-main h3 {
    font-size: 32px;
  }

  .step-box {
    padding: 32px 28px;
  }

  .step-box > h3 {
    font-size: 28px;
  }
}

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

@media (max-width: 768px) {
  .contato-section {
    padding: 60px 16px 70px; /* IGUAL DEPOIMENTOS */
  }

  .contato-section::before,
  .contato-section::after {
    display: none;
  }

  .contato-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .contato-header {
    text-align: left;
    margin-bottom: 45px;
  }

  .contato-header h2 {
    font-size: 30px; /* IGUAL DEPOIMENTOS */
  }

  .contato-header h2 br {
    display: none;
  }

  .contato-tag {
    font-size: 11px; /* IGUAL DEPOIMENTOS */
  }

  .contato-main {
    max-width: none;
  }

  .contato-main h3 {
    font-size: 28px;
  }

  .contato-description {
    font-size: 14px; /* IGUAL DEPOIMENTOS SUBTITLE */
  }

  .btn-contato {
    width: 100%;
    justify-content: center;
    padding: 14px 20px; /* IGUAL DEPOIMENTOS */
    font-size: 13px; /* IGUAL DEPOIMENTOS */
  }

  .btn-contato i:first-child {
    font-size: 22px; /* IGUAL DEPOIMENTOS */
  }

  .step-box {
    padding: 28px 22px;
  }

  .step-box::before {
    left: 22px;
  }

  .step-box > h3 {
    font-size: 26px;
  }

  .step-text h4 {
    font-size: 15px; /* IGUAL DEPOIMENTOS CLIENTE H4 */
  }

  .step-text p {
    font-size: 14px; /* IGUAL DEPOIMENTOS TEXTO */
  }

  .step-number {
    font-size: 14px;
  }
}

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

@media (max-width: 480px) {
  .contato-section {
    padding: 40px 12px 60px; /* IGUAL DEPOIMENTOS */
  }

  .contato-header h2 {
    font-size: 24px; /* IGUAL DEPOIMENTOS */
  }

  .contato-tag {
    font-size: 10px; /* IGUAL DEPOIMENTOS */
  }

  .contato-main h3 {
    font-size: 24px;
  }

  .contato-description {
    font-size: 13px; /* IGUAL DEPOIMENTOS SUBTITLE */
  }

  .contato-info-icon {
    width: 38px;
    height: 38px;
    font-size: 16px;
  }

  .contato-info-content a,
  .contato-info-content > span:last-child {
    font-size: 13px;
  }

  .btn-contato {
    padding: 14px 18px; /* IGUAL DEPOIMENTOS */
    font-size: 12px; /* IGUAL DEPOIMENTOS */
  }

  .btn-contato i:first-child {
    font-size: 20px; /* IGUAL DEPOIMENTOS */
  }

  .step-box {
    padding: 24px 16px;
  }

  .step-item {
    gap: 13px;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }

  .step-number {
    width: 34px;
    height: 34px;
    font-size: 14px;
  }

  .step-icon {
    width: 34px;
    height: 34px;
    font-size: 17px;
  }

  .step-text h4 {
    font-size: 14px; /* IGUAL DEPOIMENTOS */
  }

  .step-text p {
    font-size: 13px; /* IGUAL DEPOIMENTOS */
  }

  .step-box > h3 {
    font-size: 22px;
  }
}