/*
 * SAVA MOTORS dilerske stranice.
 * Svetli crveno-belo-sivi UI bez crnih polja.
 */

.sm-dealer-page__hero {
    min-height: clamp(430px, 58vw, 650px);
    display: flex;
    align-items: flex-end;
    background:
        linear-gradient(
            90deg,
            rgba(151, 5, 12, .94) 0%,
            rgba(237, 28, 36, .76) 48%,
            rgba(237, 28, 36, .16) 100%
        ),
        url("/wp-content/uploads/2026/07/sava-motors-otvaranje-chery-3.jpg")
        center 48% / cover no-repeat;
}

.sm-dealer-page__hero::after {
    background: #ed1c24;
}

.sm-dealer-page__hero p {
    color: rgba(255, 255, 255, .92);
}

.sm-dealer-page__stats,
.sm-dealer-page__steps {
    background: #f4f5f6;
    color: #17191c;
}

.sm-dealer-page__stats article {
    border-right-color: #dfe2e6;
}

.sm-dealer-page__stats span,
.sm-dealer-page__steps-grid p {
    color: #626a75;
}

.sm-dealer-page__contact-grid article,
.sm-dealer-page__support-grid article {
    border: 1px solid #e1e4e8;
    background: #fff;
    color: #17191c;
    box-shadow: 0 18px 48px rgba(20, 24, 30, .08);
}

.sm-dealer-page__contact-grid h3,
.sm-dealer-page__support-grid h3,
.sm-dealer-page__steps h2,
.sm-dealer-page__steps-grid h3 {
    color: #17191c;
}

.sm-dealer-page__contact-grid li span,
.sm-dealer-page__contact-grid article > p,
.sm-dealer-page__support-grid p {
    color: #626a75;
}

.sm-dealer-page__contact-grid li a,
.sm-dealer-page__support-grid a {
    color: #ed1c24;
}

.sm-dealer-page__steps-grid {
    border-color: #e1e4e8;
    background: #e1e4e8;
}

.sm-dealer-page__steps-grid article {
    background: #fff;
}

.sm-dealer-page__table th {
    background: #ed1c24;
    color: #fff;
}

@media (max-width: 767px) {
    .sm-dealer-page__hero {
        min-height: 500px;
        background:
            linear-gradient(
                180deg,
                rgba(151, 5, 12, .20) 0%,
                rgba(193, 8, 17, .72) 56%,
                rgba(151, 5, 12, .96) 100%
            ),
            url("/wp-content/uploads/2026/07/sava-motors-otvaranje-chery-3.jpg")
            62% center / cover no-repeat;
    }
}
