/* =========================
   CONTATO — premium minimal
   ========================= */

.contato-page{
  padding: 2.4rem 0 5.2rem;
}

.contato-hero{
  padding: .6rem 0 1.8rem;
}

.contato-kicker{
  margin: 0 0 .45rem;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-size: .72rem;
  color: rgba(15,15,18,.55);
}

.contato-title{
  margin: 0 0 .7rem;
  font-weight: 950;
  letter-spacing: -0.05em;
  line-height: 1.04;
  font-size: clamp(2.1rem, 3.2vw, 3.2rem);
  color: rgba(15,15,18,.94);
}

.contato-lead{
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
  font-size: 1.05rem;
  max-width: 82ch;
}

.contato-card{
  border-radius: 28px;
  padding: clamp(18px, 2.1vw, 26px);
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(15,15,18,.10);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  box-shadow: 0 24px 60px rgba(0,0,0,.08);
  flex-grow: 1;
}

.contato-card-soft{
  background: rgba(255,255,255,.10);
  box-shadow: 0 18px 44px rgba(0,0,0,.06);
}

.contato-card-title{
  margin: 0 0 1rem;
  font-weight: 950;
  letter-spacing: -0.03em;
  font-size: 1.25rem;
}

.contato-card-title-sm{
  margin: 0 0 .55rem;
  font-weight: 950;
  letter-spacing: -0.02em;
  font-size: 1.05rem;
}

.contato-item{
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 20px 0;
  border-top: 1px solid rgba(15,15,18,.08);
}

.contato-item:first-of-type{
  border-top: 0;
  padding-top: 0;
}

.contato-ico{
  width: 40px;
  height: 40px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(0,0,0,.04);
  border: 1px solid rgba(15,15,18,.08);
  color: rgba(15,15,18,.82);
  flex: 0 0 auto;
}

.contato-label{
  font-weight: 900;
  letter-spacing: -0.01em;
  font-size: .92rem;
  color: rgba(15,15,18,.86);
  margin-bottom: 2px;
}

.contato-link{
  text-decoration: none;
  font-weight: 700;
  color: rgba(15,15,18,.78);
}

.contato-link:hover{
  color: rgba(15,15,18,.95);
  text-decoration: underline;
}

.contato-text{
  color: rgba(15,15,18,.70);
  line-height: 1.55;
}

.contato-note{
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(15,15,18,.08);
  color: rgba(15,15,18,.62);
  line-height: 1.55;
  font-size: .95rem;
}

.contato-mini{
  margin: 0;
  color: rgba(15,15,18,.66);
  line-height: 1.6;
}

.contato-localizacao{
  padding: 18px;
  overflow: hidden;
}

.contato-map{
  margin-top: 12px;
  width: 100%;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(15,15,18,.10);
  box-shadow: none;
}

.contato-map iframe{
  display: block;
  width: 100%;
  height: 220px;
  border: 0;
}

/* Form */
.contato-form .form-label{
  font-weight: 800;
  color: rgba(15,15,18,.80);
  margin-bottom: 6px;
}

.contato-input{
  border-radius: 16px;
  background: rgba(255,255,255,.22);
  border: 1px solid rgba(15,15,18,.12);
  color: rgba(15,15,18,.92);
  padding: .8rem .9rem;
}

.contato-input:focus{
  box-shadow: 0 0 0 4px rgba(0,0,0,.08);
  border-color: rgba(15,15,18,.22);
}

.contato-disclaimer{
  color: rgba(15,15,18,.60);
  font-size: .95rem;
  line-height: 1.5;
  max-width: 52ch;
}

.contato-toast{
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(255,255,255,.18);
  border: 1px solid rgba(15,15,18,.10);
  color: rgba(15,15,18,.72);
}

/* =========================
   CONTATO — mapa + brand card
   ========================= */

   /* =========================
          brand card
   ========================= */

.contato-brand-block{
  width: 100%;
  max-width: 28rem;
  margin: 0 auto 1rem;
}

.brand-card{
  width: 26rem;
  height: 18rem;
  background: var(--blk-brown);
  position: relative;
  display: grid;
  place-content: center;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  box-shadow: 0 22px 55px rgba(0,0,0,.25);
}

.brand-card-content{
  transition: all 0.5s ease-in-out;
  min-width: 200px;
}

.brand-card-brand{
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.brand-card-t1{
  display: block;
  transition: all 3s ease-in-out;
}

.brand-card-t2{
  position: absolute;
  inset: 0;
  clip-path: inset(0 100% 0 0);
  transition: all 0.5s ease-in-out;
  opacity: .9;
}

.brand-card-logo-symbol{
  width: 90px;
  height: auto;
  display: block;
}

.brand-card-logo-full{
  width: 200px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.brand-card-border{
  position: absolute;
  inset: 0;
  border: 2px solid var(--wht-brown);
  opacity: 0;
  transform: rotate(10deg);
  transition: all 0.5s ease-in-out;
}

.brand-card-bottom-number{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-top: 30px;
  color: var(--bg);
  padding-left: 8px;
  font-size: 11px;
  opacity: 0;
  letter-spacing: normal;
  transition: all 0.5s ease-in-out;
  white-space: nowrap;
}

.brand-card-bottom-text{
  position: absolute;
  left: 50%;
  bottom: 13px;
  transform: translateX(-50%);
  font-size: 6px;
  text-transform: uppercase;
  padding: 0 5px 0 8px;
  color: var(--wht-brown);
  background: var(--blk-brown);
  opacity: 0;
  letter-spacing: 7px;
  transition: all 0.5s ease-in-out;
}

.brand-card:hover{
  border-radius: 0;
  transform: scale(1.1);
}

.brand-card:hover .brand-card-border{
  inset: 15px;
  opacity: 1;
  transform: rotate(0);
}

.brand-card:hover .brand-card-t1{
  clip-path: inset(0 0 0 100%);
  opacity: 0;
  transition: all 1s ease-in-out;
}

.brand-card:hover .brand-card-t2{
  clip-path: inset(0 0 0 0);
  transition: all 1s ease-in-out;
  opacity: 1;
}

.brand-card:hover .brand-card-bottom-text{
  letter-spacing: 3px;
  opacity: 1;
  transform: translateX(-50%);
}

.brand-card:hover .brand-card-bottom-number{
  opacity: 1;
  letter-spacing: 0.4em;
}

@media (max-width: 991.98px){
  .brand-card{
    width: min(92vw, 22rem);
    height: auto;
    padding: 24px 0;
  }

  .brand-card-logo-symbol{
    width: 92px;
  }

  .brand-card-logo-full{
    width: 220px;
  }

  .brand-card:hover .brand-card-bottom-number{
    letter-spacing: 0.2em;
  }
}

@media (hover: none){
  .brand-card:hover{
    transform: none;
    border-radius: 10px;
  }
}


@media (max-width: 991.98px){
  .contato-grid .row{
    display: flex;
    flex-direction: column;
  }

  .contato-grid .col-lg-5,
  .contato-grid .col-xl-4,
  .contato-grid .col-lg-7,
  .contato-grid .col-xl-5{
    display: contents;
  }

  .contato-brand-block{
    order: 1;
  }

  .contato-canais{
    order: 2;
  }

  .contato-localizacao{
    order: 3;
  }

  .contato-mensagem{
    order: 4;
  }

  .contato-card{
    margin-bottom: 16px;
  }

  

  .contato-localizacao{
    margin-bottom: 18px;
    padding: 18px;
    overflow: hidden;
    aspect-ratio: auto;
    height: auto;
    min-height: unset;
  }

  .contato-map{
    margin-top: 12px;
    width: 100%;
    height: auto;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(15,15,18,.10);
    box-shadow: none;
  }

  .contato-map iframe{
    display: block;
    width: 100%;
    height: 220px;
    border: 0;
  }

  .contato-form-card{
    margin-top: 0;
  }

  .brand-card-logo-symbol{
    width: 92px;
  }

  .brand-card-logo-full{
    width: 220px;
  }

  .brand-card-bottom-number{
    font-size: 11px;
    margin-top: 48px;
  }

  .brand-card-bottom-text{
    font-size: .42rem;
    letter-spacing: .34em;
  }
}

