/* ===============================
HERO PREMIUM
=============================== */
header .logo{
    width: 80px;
    height: 70px;
   /* text-transform: uppercase;    
    color: aliceblue;*/
}
.hero-premium{
  background:linear-gradient(to right, white, #cce7e7);
  padding:45px 20px;
}

.hero-wrapper{
  max-width:1200px;
  margin:auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:60px;
  min-height:450px;
  padding:19px 20px;
}

/* LOGO COMO MARCA D'ÁGUA */

.hero-content{
  flex:1;
  position:relative;
  z-index:2;
}

.hero-content::before{
  content:"";
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  width:420px;
  height:420px;
  background:url('/Site/img/banner/LOGO-GBh.png') no-repeat center;
  background-size:contain;
  opacity:0.08; /* intensidade da marca d'água */
  z-index:-1;
  pointer-events:none;
}

@media(max-width:900px){
  .hero-content::before{
    width:250px;
    height:250px;
    opacity:0.04;
  }
}

.logo-premium{
  width:140px;
  margin-bottom:25px;
}

.hero-content h1{
  font-size:2.3rem;
  margin-bottom:15px;
  color:#1a1a1a;
  font-weight:700;
}

@media(max-width:1100px){

  .hero-wrapper{
    flex-direction:column;
    text-align:center;
    gap:30px;
  }

  .hero-gallery{
    min-height:auto;
  }

  .img-card{
    position:relative;
    width:80%;
    margin:10px auto;
    right:auto;
    top:auto;
    display:block;
  }

  .img1,
  .img2,
  .img3{
    position:relative;
  }

}

@media(max-width:1100px){
  .hero-content::before{
    width:220px;
    height:220px;
    opacity:0.04;
  }
}

.img-card{
  position:relative;
}

.subtitle{
  font-size:1.1rem;
  margin-bottom:25px;
  color:#333;
}

.prioridade-premium{
  font-weight:700;
  font-size:1.2rem;
  margin-bottom:25px;
  color:#07838D;
}

.prioridade-premium span{
  color:#ff5a00;
}

.benefits-premium{
  list-style:none;
  margin-bottom:25px;
}

.benefits-premium li{
  margin:8px 0;
  font-weight:500;
}

.btn-premium{
  display:inline-block;
  background:linear-gradient(135deg,#25D366,#1ebe5d);
  color:#fff;
  padding:16px 35px;
  border-radius:50px;
  font-weight:700;
  text-decoration:none;
  transition:.3s ease;
  box-shadow:0 6px 18px rgba(0,0,0,.2);
}

.btn-premium:hover{
  transform:translateY(-3px);
  box-shadow:0 10px 25px rgba(0,0,0,.25);
}

.social-proof{
  margin-top:15px;
  font-size:.95rem;
  color:#333;
}

/* ===============================
IMAGENS PREMIUM
=============================== */

.hero-gallery{
  flex:1;
  position:relative;
  min-height:380px;
}

.img-card{
  width:200px;
  border-radius:18px;
  box-shadow:0 15px 35px rgba(0,0,0,.18);
  position:absolute;
  animation:float 6s ease-in-out infinite;
}

.img1{
  top: 0;
    right: 0px;
}

.img2{
     top: 97px;
    right: 218px;
    animation-delay: 1s;
}

.img3{
     top: 230px;
    right: 29px;
    animation-delay: 2s;
}

/* SLOGAN FLUTUANTE ENTRE IMAGENS */

.slogan-floating{
  position:absolute;
  top:120px;
  right:70px;
  font-weight:700;
  font-size:1.1rem;
  
  padding:14px 22px;

  color:#07838D;
  
}

.slogan-floating span{
  color:#ff5a00;
}

@media(max-width:900px){
  .slogan-floating{
    position:relative;
    top:auto;
    right:auto;
    
    display:inline-block;
  }
  .img1{
  top: 0;
    right: -80px;
}

.img2{
      top: 3px;
    right: 80px;
    animation-delay: 1s;
}

.img3{
  top: -13px;
    right: -80px;
    animation-delay: 2s;
}
  
}

/* Animação leve sofisticada */
@keyframes float{
  0%{transform:translateY(0);}
  50%{transform:translateY(-10px);}
  100%{transform:translateY(0);}

  
}

/* ===============================
RESPONSIVO
=============================== */

@media(max-width:900px){

  .hero-wrapper{
    flex-direction:column;
    text-align:center;
  }

  .hero-gallery{
    position:relative;
    min-height:auto;
    margin-top:30px;
  }

  .img-card{
    position:relative;
    width:62%;
    margin:10px auto;
    display:block;
  }

}


/* =======================
POR QUE NÓS PREMIUM
======================= */

.pq-premium{
  padding:9px 20px;
  background:#ffffff;
}

.container-pq{
  max-width:1200px;
  margin:auto;
  text-align:center;
}

.container-pq h2{
  font-size:2rem;
  margin-bottom:10px;
  color:#1a1a1a;
}

.pq-sub{
  margin-bottom:50px;
  color:#555;
}

.pq-slider{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
  gap:30px;
}

.pq-card{
  background:#f7f9fa;
  padding:25px;
  border-radius:20px;
  box-shadow:0 10px 25px rgba(0,0,0,.05);
  transition:.3s;
}

.pq-card:hover{
  transform:translateY(-8px);
}

.pq-card img{
  width:100%;
  height:270px;
  object-fit:cover;
  border-radius:12px;
}
.pq-card h3{
  margin-bottom:10px;
  color:#07838D;
}

.pq-cta{
  margin-top:50px;
}


/*****  Ultimo contao  ****/


.cta-final{
  background:linear-gradient(to right, #ffffff, #e6f4f4);
  padding:60px 20px;
  text-align:center;
}

.cta-box{
  max-width:800px;
  margin:auto;
}

.cta-text{
  font-size:1.1rem;
  color:#333;
  line-height:1.6;
  margin-bottom:30px;
}

.cta-text strong{
  color:#07838D;
}

.btn-cta.grande{
  display:inline-block;
  background:linear-gradient(135deg,#25D366,#1ebe5d);
  color:#fff;
  padding:18px 40px;
  border-radius:50px;
  font-weight:700;
  text-decoration:none;
  transition:.3s ease;
  box-shadow:0 6px 18px rgba(0,0,0,.2);
}

.btn-cta.grande:hover{
  transform:translateY(-3px);
  box-shadow:0 10px 25px rgba(0,0,0,.25);
}




/****************************
Roda pé********************
**************************/
.midias-soc{
    width:100%;
   
    padding:30px 20px;
}

.midias-container{
    max-width:1200px;
    margin:auto;
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:40px;
    flex-wrap:wrap;
}

/* LADO ESQUERDO */
.midias-info{
    display:flex;
    align-items:center;
    gap:20px;
    flex:1;
    min-width:280px;
}

.logoRDP{
    width:70px;
    height:auto;
}

.midias-texto{
    color:#07838D;
    font-family:'poppins-bold', sans-serif;
    font-size:15px;
    line-height:1.5;
    margin:0;
}

/* LADO DIREITO */
.midias-redes{
    text-align:right;
    flex:1;
    min-width:280px;
}

.midias-titulo{
    color:#07838D;
    font-family:'poppins-bold', sans-serif;
    font-size:18px;
    margin-bottom:12px;
}

.midias-icones{
    display:flex;
    justify-content:flex-end;
    gap:15px;
}

.midias-icones a{
    width:45px;
    height:45px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:#e6f4f4;
    color:#07838D;
    font-size:20px;
    transition:.3s ease;
}

.midias-icones a:hover{
    background:#07838D;
    color:#ffffff;
    transform:translateY(-3px);
}

/* RESPONSIVO */
@media(max-width:768px){

    .midias-container{
        flex-direction:column;
        text-align:center;
    }

    .midias-redes{
        text-align:center;
    }

    .midias-icones{
        justify-content:center;
    }

    .midias-container{
    max-width:1600px;
    margin:auto;
}
}



.mvw-section{
    padding:100px 20px;
    background:linear-gradient(to right,#ffffff,#f5fbfb);
}

.mvw-container{
    max-width:1200px;
    margin:auto;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:40px;
}

.mvw-card{
    background:#ffffff;
    padding:40px 30px;
    border-radius:25px;
    box-shadow:0 20px 40px rgba(0,0,0,.05);
    transition:.3s ease;
    position:relative;
    overflow:hidden;
}

.mvw-card::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:4px;
    background:linear-gradient(90deg,#07838D,#0fb5a4);
}

.mvw-card:hover{
    transform:translateY(-8px);
    box-shadow:0 30px 60px rgba(0,0,0,.08);
}

.mvw-icon{
    width:60px;
    height:60px;
    border-radius:50%;
    background:#e6f4f4;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:20px;
    font-size:22px;
    color:#07838D;
}

.mvw-card h3{
    margin-bottom:15px;
    font-size:1.4rem;
    color:#07838D;
}

.mvw-card p{
    color:#555;
    line-height:1.7;
    font-size:0.95rem;
}

.mvw-card strong{
    color:#07838D;
}

@media(max-width:768px){
    .pq-card img {
        height: 320px;
    }
}

/* RESPONSIVO */
@media(max-width:992px){
    .mvw-container{
        grid-template-columns:1fr;
    }
}