/* Termos de uso — ajustes visuais desta página (não afeta outras páginas). */

.hero-brand{
  background: linear-gradient(180deg, #eef4f9 0%, #f6f9fb 55%, #ffffff 100%);
}
.hero-brand::before,
.hero-brand::after{
  content: none;
}

.hero-brand--center .hero-brand__inner{
  padding-top: 96px;
  padding-bottom: 64px;
}

.hero-brand__icon{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  margin: 0 auto 28px;
  border-radius: 9999px;
  background: rgba(25, 230, 244, .12);
  color: #0b6f86;
}
.hero-brand__icon svg{
  width: 30px;
  height: 30px;
}

.hero-brand__badge{
  margin-bottom: .85rem;
  color: #0b6f86;
  font-size: .8rem;
}

.hero-brand__title{
  font-size: clamp(2.75rem, 5vw, 4rem);
  font-weight: 900;
  letter-spacing: -.02em;
}

.hero-brand__rule{
  display: block;
  width: 56px;
  height: 3px;
  margin: 22px auto 0;
  border-radius: 9999px;
  background: #19e6f4;
}

.hero-brand__desc{
  margin-top: 22px;
  color: #48586a;
  font-size: 1.05rem;
}

.legal-content{
  max-width: 880px;
  margin: -28px auto 0;
  padding: 56px 64px 64px;
  background: #ffffff;
  border-radius: 32px;
  box-shadow: 0 30px 70px -40px rgba(11, 20, 36, .22), 0 2px 10px -4px rgba(11, 20, 36, .05);
  position: relative;
  z-index: 1;
}

.legal-section{
  border-bottom: 1px solid #edf1f5;
  padding-bottom: 28px;
}
.legal-section:last-child{
  border-bottom: none;
  padding-bottom: 0;
}

.legal-section h2{
  color: #000f1c;
  font-size: 1.375rem;
  font-weight: 800;
  letter-spacing: -.01em;
  margin: 0 0 14px;
}

.legal-section p,
.legal-section li{
  color: #4b5b6b;
  font-size: 1rem;
  line-height: 1.75;
}

.legal-section strong{
  color: #000f1c;
}

.legal-section a{
  color: #0b6f86;
}

@media (max-width: 1024px){
  .legal-content{
    padding: 48px 40px 56px;
  }
}

@media (max-width: 640px){
  .hero-brand--center .hero-brand__inner{
    padding-top: 64px;
    padding-bottom: 48px;
  }
  .hero-brand__icon{
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
  }
  .hero-brand__icon svg{
    width: 25px;
    height: 25px;
  }
  .hero-brand__title{
    font-size: 2.25rem;
  }
  .hero-brand__desc{
    font-size: .95rem;
  }
  .legal-content{
    margin-top: -16px;
    padding: 32px 20px 40px;
    border-radius: 24px;
  }
  .legal-section h2{
    font-size: 1.15rem;
  }
}
