/* REFERÊNCIA TEC · HOME COMERCIAL v2.0.0 */
:root{
  --rt-ink:#0a2342;
  --rt-blue:#0f4f98;
  --rt-blue-2:#1476d4;
  --rt-cyan:#10b7d9;
  --rt-soft:#f4f8fc;
  --rt-line:#dce7f2;
  --rt-white:#fff;
}

.rt-commercial-hero{
  min-height:auto!important;
  padding-top:56px!important;
  padding-bottom:58px!important;
}
.rt-commercial-hero h1{
  max-width:760px!important;
  font-size:clamp(38px,4.2vw,64px)!important;
  line-height:1.02!important;
  letter-spacing:-.035em!important;
  margin-bottom:20px!important;
}
.rt-commercial-hero .rt-commercial-lead{
  max-width:720px!important;
  font-size:clamp(16px,1.35vw,19px)!important;
  line-height:1.62!important;
  opacity:.94!important;
}
.rt-commercial-hero .rt-commercial-actions{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:12px!important;
  margin-top:24px!important;
}
.rt-commercial-hero .rt-commercial-actions a{
  min-height:44px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:0 18px!important;
  border-radius:8px!important;
  font-weight:700!important;
  text-decoration:none!important;
}
.rt-commercial-hero .rt-primary-cta{
  background:linear-gradient(90deg,var(--rt-blue-2),var(--rt-cyan))!important;
  color:#fff!important;
  border:0!important;
  box-shadow:0 10px 24px rgba(16,119,204,.24)!important;
}
.rt-commercial-hero .rt-secondary-cta{
  background:rgba(255,255,255,.06)!important;
  color:#fff!important;
  border:1px solid rgba(255,255,255,.36)!important;
}
.rt-commercial-tags{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:8px!important;
  margin-top:22px!important;
}
.rt-commercial-tags span{
  border:1px solid rgba(255,255,255,.22)!important;
  background:rgba(255,255,255,.08)!important;
  color:#fff!important;
  border-radius:999px!important;
  padding:6px 10px!important;
  font-size:11px!important;
  font-weight:700!important;
  letter-spacing:.02em!important;
}

.rt-commercial-benefits{
  margin-top:30px!important;
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:16px!important;
}
.rt-commercial-benefit{
  background:#fff!important;
  border:1px solid var(--rt-line)!important;
  border-radius:16px!important;
  padding:22px!important;
  box-shadow:0 12px 30px rgba(8,42,78,.06)!important;
}
.rt-commercial-benefit strong{
  display:block!important;
  color:var(--rt-ink)!important;
  font-size:18px!important;
  margin-bottom:7px!important;
}
.rt-commercial-benefit p{
  margin:0!important;
  color:#5c6f82!important;
  font-size:14px!important;
  line-height:1.6!important;
}

.rt-commercial-band{
  background:linear-gradient(180deg,#f6f9fd 0%,#eef5fb 100%)!important;
}
.rt-commercial-section-title{
  max-width:760px!important;
  text-wrap:balance!important;
}
.rt-commercial-section-copy{
  max-width:760px!important;
  font-size:16px!important;
  line-height:1.7!important;
}

.rt-commercial-proof{
  margin-top:18px!important;
  display:flex!important;
  flex-wrap:wrap!important;
  gap:10px!important;
}
.rt-commercial-proof span{
  background:#eef6ff!important;
  border:1px solid #d9e9fb!important;
  color:#174f84!important;
  border-radius:999px!important;
  padding:7px 11px!important;
  font-size:12px!important;
  font-weight:700!important;
}

.rt-commercial-contact-copy{
  max-width:560px!important;
}
.rt-commercial-contact-cta{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:46px!important;
  margin-top:16px!important;
  padding:0 18px!important;
  border-radius:8px!important;
  background:linear-gradient(90deg,#2588ff,#16b9d7)!important;
  color:white!important;
  text-decoration:none!important;
  font-weight:800!important;
  box-shadow:0 10px 24px rgba(22,142,220,.23)!important;
}

@media (max-width:900px){
  .rt-commercial-hero{
    padding-top:42px!important;
    padding-bottom:44px!important;
  }
  .rt-commercial-hero h1{
    font-size:clamp(36px,9vw,50px)!important;
  }
  .rt-commercial-benefits{
    grid-template-columns:1fr!important;
  }
}
@media (max-width:640px){
  .rt-commercial-hero{
    padding-top:34px!important;
    padding-bottom:36px!important;
  }
  .rt-commercial-hero h1{
    font-size:36px!important;
  }
  .rt-commercial-hero .rt-commercial-actions{
    flex-direction:column!important;
    align-items:stretch!important;
  }
  .rt-commercial-hero .rt-commercial-actions a{
    width:100%!important;
  }
}
