@media (max-width: 768px) {
    .faqs .container > div:last-of-type { grid-template-columns: 1fr !important; }
    .hero {
        height: auto !important;
        min-height: 550px !important;
        padding-top: 100px !important;
        padding-bottom: 30px !important;
    }
    .hero .container {
        height: auto !important;
    }
    .hero .hero__content {
        grid-template-columns: 1fr !important;
        text-align: center;
    }
    .hero .hero__media {
        display: none !important;
    }
    .hero .hero__ctas {
        justify-content: center;
    }
    .hero__watermark {
        width: 60vh !important;
        height: 60vh !important;
        right: -20% !important;
        opacity: 0.05 !important;
    }
}
@keyframes scroll-left {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}
.property-ticker:hover .property-scroll-wrapper {
    animation-play-state: paused;
}
.carousel-property-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}
