/* liontour/css/onepage.css - 雄獅專用一頁式訂車樣式檔 */

@layer base {
    html, body {
        margin: 0;
        padding: 0;
        background-color: #0c0c0c;
        color: #ffffff;
        font-family: 'Inter', sans-serif;
    }
    body {
        overscroll-behavior: none;
    }
}

::-webkit-scrollbar {
    display: none;
}

/* 自訂淡入與動態效果 */
.transition-card {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.car-selected {
    box-shadow: 0 0 0 2px #eb2127 !important;
    opacity: 1 !important;
}

.tab-active {
    background-color: #eb2127 !important;
    color: #ffffff !important;
}

/* Sticky Card 自訂微調 */
.sticky-summary-card {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.5), 0 8px 10px -6px rgba(0, 0, 0, 0.5);
}
