/* =================================
   BUTTON HOVER & CLICK EFFECTS
   ================================= */

/* Images with transparency - match landing background */
img {
    background-color: #ffffff;
}

/* Ensure all image containers also have white background */
[data-framer-background-image-wrapper="true"] {
    background-color: #ffffff;
}

/* Specific testimonial images - gray background to match their design */
img[src*="asevnP0OARm8DsdhAsJGNsp0zNM.png"],
img[src*="jA7gxEERynmKyaNW5hTuksy4SDM.png"],
img[src*="Pe7GZxStXwHVasRB5GThcTbjX8k.png"],
img[src*="YldDAww4BKtD3BBdtGRcUDYaBw.png"] {
    background-color: #f5f5f5;
}

/* Get App button (top navigation) */
.framer-5ey2mg {
    transition: all 0.3s ease;
    cursor: pointer;
}

.framer-5ey2mg:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.framer-5ey2mg:active {
    transform: translateY(0);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

/* Download on App Store button (bottom CTA) */
.framer-3xhdtz {
    transition: all 0.3s ease;
    cursor: pointer;
}

.framer-3xhdtz:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.framer-3xhdtz:active {
    transform: translateY(0);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
