.rop-whatsapp-concierge{
  position:fixed;
  right:22px;
  bottom:22px;
  z-index:999;
  display:flex;
  align-items:center;
  gap:12px;
  background:#22c55e;
  color:#fff;
  padding:12px 16px 12px 12px;
  border-radius:999px;
  box-shadow:0 20px 50px rgba(34,197,94,.35);
  text-decoration:none;
  transition:.25s ease;
}

.rop-whatsapp-concierge:hover{
  transform:translateY(-4px);
  color:#fff;
  box-shadow:0 28px 70px rgba(34,197,94,.45);
}

.rop-whatsapp-icon{
  width:42px;
  height:42px;
  border-radius:50%;
  background:rgba(255,255,255,.18);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:1.4rem;
}

.rop-whatsapp-concierge strong{
  display:block;
  font-size:.9rem;
  font-weight:1000;
  line-height:1.1;
}

.rop-whatsapp-concierge small{
  display:block;
  color:#dcfce7;
  font-size:.75rem;
  font-weight:800;
}

.rop-footer-v2{
  background:#06162b;
  color:#cbd5e1;
  padding:70px 5% 28px;
}

.rop-footer-grid{
  max-width:1280px;
  margin:auto;
  display:grid;
  grid-template-columns:1.35fr .75fr .75fr .9fr;
  gap:34px;
}

.rop-footer-logo{
  display:flex;
  align-items:center;
  gap:12px;
  color:#fff;
  text-decoration:none;
  font-weight:1000;
  font-size:1.05rem;
}

.rop-footer-logo img{
  width:48px;
  height:48px;
  border-radius:15px;
  object-fit:cover;
}

.rop-footer-brand p{
  max-width:430px;
  line-height:1.75;
  color:#94a3b8;
  margin:18px 0;
  font-weight:600;
}

.rop-footer-socials{
  display:flex;
  gap:10px;
}

.rop-footer-socials a{
  width:40px;
  height:40px;
  border-radius:50%;
  background:rgba(255,255,255,.08);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  transition:.25s ease;
}

.rop-footer-socials a:hover{
  background:#d90429;
  transform:translateY(-3px);
}

.rop-footer-v2 h3{
  color:#fff;
  font-size:.92rem;
  text-transform:uppercase;
  letter-spacing:.08em;
  margin:0 0 16px;
}

.rop-footer-v2 a{
  display:block;
  color:#94a3b8;
  text-decoration:none;
  font-weight:700;
  margin-bottom:11px;
  transition:.2s ease;
}

.rop-footer-v2 a:hover{
  color:#fff;
}

.rop-footer-contact{
  display:flex;
  align-items:flex-start;
  gap:10px;
  color:#94a3b8;
  font-weight:700;
  margin:0 0 12px;
}

.rop-footer-contact i{
  color:#d90429;
  margin-top:3px;
}

.rop-footer-cta{
  margin-top:16px;
  display:inline-flex !important;
  align-items:center;
  justify-content:center;
  background:#d90429;
  color:#fff !important;
  border-radius:999px;
  padding:12px 16px;
  font-weight:1000 !important;
}

.rop-footer-bottom{
  max-width:1280px;
  margin:45px auto 0;
  padding-top:22px;
  border-top:1px solid rgba(255,255,255,.1);
  display:flex;
  justify-content:space-between;
  gap:18px;
  flex-wrap:wrap;
  color:#64748b;
  font-weight:700;
  font-size:.9rem;
}

@media(max-width:980px){
  .rop-footer-grid{
    grid-template-columns:1fr 1fr;
  }
}

@media(max-width:620px){
  .rop-footer-v2{
    padding:55px 4% 110px;
  }

  .rop-footer-grid{
    grid-template-columns:1fr;
  }

  .rop-whatsapp-concierge{
    left:14px;
    right:14px;
    bottom:14px;
    justify-content:center;
    border-radius:22px;
  }
}