/* AplusLab 17 - efeitos leves sem destruir layout original */
.ap17-fade {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .75s ease, transform .75s ease;
}
.ap17-fade.ap17-visible {
  opacity: 1;
  transform: translateY(0);
}
.ap17-card-hover {
  transition: transform .25s ease, box-shadow .25s ease;
}
.ap17-card-hover:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 42px rgba(15,23,42,.12) !important;
}
.ap17-lancamento-box {
  margin: 35px auto;
  border-radius: 28px;
  overflow: hidden;
  background: linear-gradient(135deg,#2563eb,#7c3aed);
  color: #fff;
  box-shadow: 0 22px 54px rgba(37,99,235,.22);
}
.ap17-lancamento-box .ap17-inner {
  padding: 38px;
}
.ap17-lancamento-box h2 {
  font-weight: 900;
  margin-bottom: 15px;
}
.ap17-lancamento-box p {
  font-size: 1.05rem;
  line-height: 1.7;
}
.ap17-lancamento-box ul {
  list-style: none;
  padding-left: 0;
  margin: 18px 0;
}
.ap17-lancamento-box li {
  margin-bottom: 9px;
  font-weight: 700;
}
.ap17-btn {
  display: inline-block;
  background: #fff;
  color: #2563eb !important;
  text-decoration: none;
  font-weight: 800;
  padding: 13px 24px;
  border-radius: 999px;
}
.ap17-float {
  position: fixed;
  right: 24px;
  bottom: 90px;
  width: 330px;
  z-index: 9999;
}
.ap17-float-card {
  background: linear-gradient(135deg,#2563eb,#7c3aed);
  color: #fff;
  border-radius: 24px;
  padding: 22px;
  box-shadow: 0 18px 44px rgba(37,99,235,.25);
  position: relative;
}
.ap17-float-card button {
  position: absolute;
  top: 10px;
  right: 12px;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,.22);
  color: #fff;
  font-size: 18px;
}
.ap17-float-card a {
  display: block;
  text-align: center;
  background: #fff;
  color: #2563eb !important;
  border-radius: 999px;
  padding: 12px;
  font-weight: 800;
  text-decoration: none;
}
.ap17-license-wrap {
  background: linear-gradient(180deg,#ffffff,#eef2ff);
  min-height: 100vh;
  padding: 40px 0;
}
.ap17-license-card {
  background:#fff;
  border-radius: 26px;
  padding: 30px;
  box-shadow: 0 18px 44px rgba(15,23,42,.10);
}
.ap17-license-hero {
  background: linear-gradient(135deg,#2563eb,#7c3aed);
  color: #fff;
  border-radius: 26px;
  padding: 35px;
  box-shadow: 0 18px 44px rgba(37,99,235,.22);
}
.ap17-license-card label {
  font-weight: 700;
}
.ap17-whats {
  background:#25d366;
  color:#fff !important;
  border:0;
  border-radius:999px;
  padding:14px 22px;
  font-weight:800;
  width:100%;
}
@media(max-width:768px){
  .ap17-float{width:92%;right:4%;bottom:80px;}
  .ap17-lancamento-box .ap17-inner{padding:26px;}
}

/* Ajuste das imagens IA reais */
.ap17-lancamento-box img,
.ap17-license-hero img,
img[src*="apluslab17-real-lab.jpg"]{
  width:100%;
  height:auto;
  border-radius:22px;
  object-fit:cover;
  box-shadow:0 18px 42px rgba(15,23,42,.16);
}
.ap17-lancamento-box .col-lg-5 img{
  max-height:360px;
  object-fit:cover;
}
