.rdv-floating{position:fixed;bottom:28px;right:28px;background:#8B7FC7;color:#fff!important;font-family:'Cormorant Garamond',serif;font-size:16px;font-weight:600;letter-spacing:0.04em;padding:14px 26px;border-radius:50px;text-decoration:none;display:flex;align-items:center;gap:10px;box-shadow:0 4px 20px rgba(139,127,199,0.45);z-index:9999;transition:transform 0.2s ease,box-shadow 0.2s ease,background 0.2s;animation:rdv-pulse 3s ease-in-out infinite}.rdv-floating:hover{background:#7a6eb8;transform:translateY(-2px);box-shadow:0 8px 28px rgba(139,127,199,0.55);animation:none}.rdv-floating .rdv-dot{width:8px;height:8px;background:#D4AF76;border-radius:50%;flex-shrink:0;box-shadow:0 0 6px #D4AF76}@keyframes rdv-pulse{0%,100%{box-shadow:0 4px 20px rgba(139,127,199,0.45)}50%{box-shadow:0 4px 28px rgba(139,127,199,0.70)}}@media (max-width:767px){.rdv-floating{bottom:20px;right:16px;left:16px;justify-content:center;font-size:15px;padding:13px 20px}}