.badcars-public,
.badcars-booking-form {
    color: #151515;
}

.badcars-hero {
    position: relative;
    left: 50%;
    width: 100vw;
    min-height: var(--badcars-hero-desktop-height, 720px);
    margin-left: -50vw;
    overflow: hidden;
    display: grid;
    place-items: center;
    padding: 84px min(7vw, 96px);
    background-color: #111;
    background-position: center center;
    background-size: cover;
    color: #fff;
}

.badcars-hero__video,
.badcars-hero__youtube {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    object-fit: cover;
}

.badcars-hero__youtube {
    top: 50%;
    left: 50%;
    width: 120vw;
    height: 67.5vw;
    min-width: 177.78vh;
    min-height: 100vh;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.badcars-hero__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(0, 0, 0, var(--badcars-hero-overlay, .45));
}

.badcars-hero__content {
    position: relative;
    z-index: 2;
    max-width: min(1040px, 100%);
    text-align: center;
}

.badcars-hero__content h1 {
    margin: 0;
    color: #fff;
    font-size: clamp(40px, 4vw, 58px);
    line-height: 1;
    font-weight: 800;
    letter-spacing: .035em;
    text-transform: uppercase;
}

.badcars-hero__content p {
    margin: 14px 0 28px;
    color: #f49a33;
    font-size: clamp(18px, 2.05vw, 25px);
    line-height: 1.1;
    font-weight: 800;
}

.badcars-hero__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 28px;
    border: 2px solid #f49a33;
    border-radius: 12px;
    color: #fff !important;
    background: rgba(0, 0, 0, .18);
    text-decoration: none;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
}

.badcars-hero__cta:hover,
.badcars-hero__cta:focus-visible {
    background: #f49a33;
    color: #111 !important;
}

.badcars-hero__company,
.badcars-hero__socials {
    position: absolute;
    z-index: 2;
    bottom: 34px;
}

.badcars-hero__company {
    left: min(5.8vw, 72px);
    display: grid;
    gap: 5px;
    max-width: min(430px, calc(100% - 170px));
    color: #fff;
    font-style: normal;
    font-size: 12px;
    line-height: 1.3;
    font-weight: 500;
    text-shadow: 0 2px 12px rgba(0, 0, 0, .36);
}

.badcars-hero__company strong {
    margin-bottom: 1px;
    font-size: 19px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: .015em;
    text-transform: uppercase;
}

.badcars-hero__company span:not(.badcars-hero__contact-row) {
    color: rgba(255, 255, 255, .82);
    font-weight: 500;
}

.badcars-hero__company a {
    color: #fff !important;
    text-decoration: none;
    font-weight: 700;
}

.badcars-hero__company a:hover,
.badcars-hero__company a:focus-visible {
    color: #f49a33 !important;
}

.badcars-hero__contact-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
}

.badcars-hero__email {
    color: #f49a33 !important;
    font-weight: 700;
}

.badcars-hero__email::before {
    content: "/";
    margin-right: 5px;
    color: rgba(255, 255, 255, .68);
    font-weight: 500;
}

.badcars-hero__socials {
    right: min(5.8vw, 72px);
    display: flex;
    gap: 14px;
    align-items: center;
}

.badcars-hero__socials a {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    color: #fff !important;
}

.badcars-hero__socials svg {
    width: 22px;
    height: 22px;
    fill: currentColor;
}

.badcars-hero__socials a:hover,
.badcars-hero__socials a:focus-visible {
    color: #f49a33 !important;
}

@media (max-width: 1024px) {
    .badcars-hero {
        min-height: clamp(520px, var(--badcars-hero-desktop-height, 720px), 620px);
        padding: 72px 28px 120px;
    }

    .badcars-hero__content {
        max-width: min(760px, 92vw);
    }

    .badcars-hero__content h1 {
        font-size: clamp(31px, 6.1vw, 42px);
        line-height: 1.03;
    }

    .badcars-hero__content p {
        font-size: clamp(17px, 3vw, 22px);
    }
}

@media (max-width: 700px) {
    .badcars-hero {
        min-height: var(--badcars-hero-mobile-height, 500px);
        padding: 56px 22px 134px;
    }

    .badcars-hero__content {
        align-self: start;
        max-width: min(360px, 92vw);
        margin-top: 34px;
    }

    .badcars-hero__content h1 {
        font-size: clamp(24px, 7.1vw, 30px);
        line-height: 1.08;
        letter-spacing: .018em;
    }

    .badcars-hero__content p {
        margin: 10px 0 18px;
        font-size: clamp(15px, 4.2vw, 18px);
    }

    .badcars-hero__cta {
        min-height: 42px;
        width: min(100%, 270px);
        padding: 0 14px;
        font-size: 12px;
    }

    .badcars-hero__company {
        left: 22px;
        right: 78px;
        bottom: 24px;
        max-width: none;
        gap: 4px;
        font-size: 11px;
    }

    .badcars-hero__company strong {
        font-size: 16px;
    }

    .badcars-hero__contact-row {
        gap: 4px;
    }

    .badcars-hero__email::before {
        margin-right: 4px;
    }

    .badcars-hero__socials {
        right: 20px;
        bottom: 24px;
        flex-direction: column;
        gap: 8px;
    }
}

.badcars-fleet {
    width: min(1400px, calc(100% - 48px));
    margin: 0 auto;
    padding: 34px 0;
}

.badcars-hero + .badcars-public.badcars-fleet {
    position: relative;
    padding-top: 0;
}

.badcars-hero + .badcars-public.badcars-fleet::before {
    content: "";
    display: block;
    width: 100vw;
    height: 18px;
    margin: 0 calc(50% - 50vw) 12px;
    border-top: 1px solid rgba(242, 140, 40, .45);
    border-bottom: 1px solid rgba(0, 0, 0, .55);
    background:
        linear-gradient(90deg, #070707 0%, #17100a 34%, rgba(242, 140, 40, .7) 50%, #17100a 66%, #070707 100%);
}

.badcars-hero + .badcars-public.badcars-fleet .badcars-today {
    margin-top: 0;
}

.badcars-fleet h2 {
    margin: 0 0 24px;
    text-align: left;
    font-size: clamp(34px, 4.5vw, 58px);
    line-height: .95;
    font-weight: 900;
    letter-spacing: -.035em;
}

.badcars-fleet-heading span {
    color: #111;
}

.badcars-fleet-heading em {
    color: #f28c28;
    font-style: normal;
}

.badcars-brand-tabs {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 12px;
    margin-bottom: 24px;
}

.badcars-brand-tabs a {
    display: grid;
    place-items: center;
    min-height: 48px;
    border: 1px solid #cfcfcf;
    border-radius: 12px;
    color: #777 !important;
    text-decoration: none;
    font-weight: 800;
    background: #fff;
}

.badcars-brand-tabs a:visited {
    color: #777 !important;
}

.badcars-brand-tabs a:not(.is-active):hover,
.badcars-brand-tabs a:not(.is-active):focus-visible {
    color: #d56f08 !important;
    border-color: #f28c28;
    background: #fff4e8;
    box-shadow: 0 5px 16px rgba(242, 140, 40, .14);
}

.badcars-brand-tabs a.is-active {
    color: #111 !important;
    border-color: #f28c28;
}

.badcars-segment-filter {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: -8px 0 26px;
}

.badcars-segment-filter > span {
    flex: 0 0 auto;
    margin: 0;
    color: #666;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.badcars-segment-tabs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 9px;
}

.badcars-segment-tabs a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 7px 18px;
    border: 1px solid #d5d5d5;
    border-radius: 999px;
    background: #fff;
    color: #555 !important;
    text-decoration: none;
    font-weight: 800;
}

.badcars-segment-tabs a:hover,
.badcars-segment-tabs a:focus-visible {
    border-color: #f28c28;
    color: #d56f08 !important;
}

.badcars-segment-tabs a.is-active {
    border-color: #f28c28;
    background: #f49a33;
    color: #111 !important;
    box-shadow: 0 5px 15px rgba(242, 140, 40, .2);
}

@media (max-width: 1024px) {
    .badcars-segment-filter {
        display: grid;
        grid-template-columns: 1fr;
        align-items: stretch;
        gap: 10px;
    }

    .badcars-segment-filter > span {
        font-size: 11px;
        white-space: nowrap;
    }

    .badcars-segment-tabs {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
        width: 100%;
    }

    .badcars-segment-tabs a {
        min-width: 0;
        min-height: 48px;
        width: 100%;
    }
}

.badcars-popular {
    margin: 42px 0 0;
    padding: 24px 0 28px;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.badcars-popular-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 18px;
}

.badcars-today {
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    width: 100vw;
    max-width: none;
    margin: 30px calc(50% - 50vw) 42px;
    padding: 28px max(32px, calc((100vw - 1400px) / 2 + 32px)) 22px;
    border-top: 1px solid rgba(235, 143, 49, .34);
    border-right: 0;
    border-bottom: 1px solid rgba(235, 143, 49, .34);
    border-left: 0;
    border-radius: 0;
    background:
        radial-gradient(ellipse 42% 31% at 50% -8%, rgba(242, 140, 40, .16), transparent 72%),
        radial-gradient(circle at 100% 100%, rgba(150, 82, 20, .12), transparent 31%),
        linear-gradient(118deg, #17130f 0%, #080909 30%, #070808 72%, #15100b 100%);
    box-shadow:
        0 24px 58px rgba(0, 0, 0, .27),
        inset 0 1px 0 rgba(255, 255, 255, .045),
        inset 0 0 42px rgba(242, 140, 40, .025);
}

.badcars-today::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(126deg, transparent 0 8%, rgba(224, 133, 42, .2) 8.12% 8.27%, transparent 8.39% 88%, rgba(224, 133, 42, .13) 88.12% 88.24%, transparent 88.36%),
        linear-gradient(116deg, transparent 0 18%, rgba(255, 179, 86, .075) 18.08% 18.18%, transparent 18.28% 79%, rgba(255, 179, 86, .065) 79.08% 79.18%, transparent 79.28%),
        repeating-linear-gradient(90deg, rgba(255, 255, 255, .012) 0 1px, transparent 1px 112px);
    opacity: .9;
}

.badcars-today::after {
    content: "";
    position: absolute;
    top: -56px;
    left: 24%;
    width: 52%;
    height: 88px;
    border-radius: 50%;
    background: rgba(242, 140, 40, .16);
    filter: blur(42px);
    pointer-events: none;
}

.badcars-today-head {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 17px;
}

.badcars-today-kicker {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 5px 9px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 999px;
    background: rgba(255, 255, 255, .025);
    color: #e89a48;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .15em;
    text-transform: uppercase;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .035);
}

.badcars-today-kicker i {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #55d987;
    box-shadow: 0 0 0 4px rgba(85, 217, 135, .12), 0 0 12px rgba(85, 217, 135, .45);
}

.badcars-today-head h3 {
    margin: 9px 0 5px;
    font-size: clamp(30px, 3.15vw, 45px);
    line-height: .98;
    font-weight: 900;
    letter-spacing: -.035em;
}

.badcars-today-head h3 span {
    color: #fff;
}

.badcars-today-head h3 em {
    color: #f28c28;
    font-style: normal;
}

.badcars-today-head p {
    margin: 0;
    color: rgba(255, 255, 255, .56);
    font-size: 12px;
    letter-spacing: .01em;
}

.badcars-today-controls {
    display: flex;
    gap: 8px;
}

.badcars-today-controls button {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 50%;
    background: rgba(255, 255, 255, .045);
    color: #fff;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
    transition: background .22s ease, border-color .22s ease, color .22s ease, transform .22s ease, box-shadow .22s ease;
}

.badcars-today-controls button:hover,
.badcars-today-controls button:focus-visible {
    border-color: #f28c28;
    background: rgba(242, 140, 40, .92);
    transform: translateY(-2px);
    box-shadow: 0 9px 24px rgba(242, 140, 40, .24);
}

.badcars-today-track {
    position: relative;
    z-index: 2;
    display: flex;
    gap: 14px;
    overflow-x: auto;
    padding: 2px 2px 20px;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
    scrollbar-color: #f28c28 rgba(255, 255, 255, .13);
    scroll-padding-inline: 2px;
}

.badcars-today-track::-webkit-scrollbar {
    height: 2px;
}

.badcars-today-track::-webkit-scrollbar-track {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .28) 8% 92%, transparent);
}

.badcars-today-track::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: linear-gradient(90deg, #f8a43f, #d66f0b);
    box-shadow: 0 0 9px rgba(242, 140, 40, .45);
}

.badcars-today-card {
    flex: 0 0 calc((100% - 42px) / 4);
    min-width: 0;
    overflow: hidden;
    scroll-snap-align: start;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 11px;
    background: linear-gradient(145deg, #121212 0%, #090909 100%);
    box-shadow:
        0 12px 27px rgba(0, 0, 0, .3),
        inset 0 1px 0 rgba(255, 255, 255, .035);
    transform: translateZ(0);
    transition: transform .32s cubic-bezier(.2, .72, .2, 1), border-color .3s ease, box-shadow .3s ease;
}

.badcars-today-card:hover,
.badcars-today-card:focus-within {
    border-color: rgba(242, 140, 40, .8);
    box-shadow:
        0 19px 38px rgba(0, 0, 0, .39),
        0 0 0 1px rgba(242, 140, 40, .2),
        0 0 28px rgba(242, 140, 40, .1);
    transform: translateY(-4px) scale(1.008);
}

.badcars-today-image {
    position: relative;
    display: block;
    aspect-ratio: 16 / 10.15;
    overflow: hidden;
    background: #222;
    color: #fff;
    text-decoration: none;
}

.badcars-today-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(.96) contrast(1.04) brightness(.94);
    transform: scale(1.002);
    transition: transform .7s cubic-bezier(.2, .72, .2, 1), filter .55s ease;
}

.badcars-today-card:hover .badcars-today-image img,
.badcars-today-card:focus-within .badcars-today-image img {
    filter: saturate(1.08) contrast(1.06) brightness(1.02);
    transform: scale(1.055);
}

.badcars-today .badcars-fleet-gradient {
    z-index: 1;
    background:
        linear-gradient(180deg, rgba(2, 2, 2, 0) 24%, rgba(3, 3, 3, .13) 54%, rgba(7, 7, 7, .84) 100%),
        radial-gradient(ellipse 78% 42% at 50% 104%, rgba(242, 140, 40, .34) 0%, rgba(172, 78, 9, .13) 47%, transparent 76%);
}

.badcars-today .badcars-fleet-gradient::after {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .12;
    background:
        radial-gradient(ellipse 72% 39% at 50% 102%, rgba(255, 181, 78, .72) 0%, rgba(255, 126, 12, .32) 43%, transparent 75%);
    filter: saturate(1.06);
    transform: scaleY(.97);
    transform-origin: 50% 100%;
    transition: opacity .5s ease, filter .5s ease, transform .65s cubic-bezier(.2, .72, .2, 1);
}

.badcars-today-card:hover .badcars-fleet-gradient::after,
.badcars-today-card:focus-within .badcars-fleet-gradient::after {
    opacity: .72;
    filter: saturate(1.25) brightness(1.1);
    transform: scaleY(1.055);
}

.badcars-today-status {
    position: absolute;
    z-index: 5;
    top: 11px;
    left: 11px;
    padding: 5px 9px;
    border: 1px solid rgba(120, 239, 161, .24);
    border-radius: 999px;
    background: rgba(7, 13, 9, .72);
    color: #8aefad;
    font-size: 7px;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, .18);
}

.badcars-today-caption {
    position: absolute;
    z-index: 3;
    right: 12px;
    bottom: 10px;
    left: 12px;
    display: grid;
    gap: 3px;
    text-shadow: 0 2px 13px rgba(0, 0, 0, .45);
}

.badcars-today-caption > strong {
    color: #fff;
    font-size: clamp(13px, 1.1vw, 16px);
    line-height: 1.04;
    font-weight: 900;
    letter-spacing: -.025em;
}

.badcars-today-caption > span {
    color: #f28c28;
    font-size: clamp(15px, 1.3vw, 18px);
    line-height: 1;
    font-weight: 900;
}

.badcars-today-caption small {
    color: #fff;
    font-size: 8px;
    letter-spacing: .01em;
}

.badcars-today-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 9px;
    min-height: 51px;
    padding: 8px 10px 8px 12px;
    border-top: 1px solid rgba(255, 255, 255, .12);
    background: rgba(8, 8, 8, .98);
}

.badcars-today-bottom > div {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 11px;
}

.badcars-today-bottom span {
    display: flex;
    align-items: center;
    gap: 5px;
    color: rgba(255, 255, 255, .76);
    font-size: 9px;
}

.badcars-today-bottom svg {
    width: 14px;
    height: 14px;
    fill: none;
    stroke: #d97816;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.badcars-today-bottom > a {
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    width: 31px;
    height: 31px;
    border: 1px solid rgba(242, 140, 40, .72);
    border-radius: 50%;
    background: rgba(255, 255, 255, .015);
    color: #fff;
    text-decoration: none;
    font-size: 17px;
    font-weight: 900;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
    transition: transform .25s ease, box-shadow .25s ease, filter .25s ease;
}

.badcars-today-bottom > a:hover,
.badcars-today-bottom > a:focus-visible {
    background: #f28c28;
    filter: brightness(1.06);
    transform: translateX(2px) scale(1.04);
    box-shadow: 0 9px 20px rgba(217, 111, 13, .4);
}

@media (min-width: 761px) and (max-width: 1050px) {
    .badcars-today-card {
        flex-basis: calc((100% - 28px) / 3);
    }
}

@media (max-width: 600px) {
    .badcars-today {
        margin: 24px calc(50% - 50vw) 28px;
        padding: 23px 14px 17px;
        border-radius: 0;
    }

    .badcars-today-head {
        align-items: center;
    }

    .badcars-today-head p {
        display: none;
    }

    .badcars-today-controls button {
        width: 38px;
        height: 38px;
    }

    .badcars-today-card {
        flex-basis: min(82vw, 286px);
    }

    .badcars-today-image {
        aspect-ratio: 16 / 10;
    }

    .badcars-today-caption > strong {
        font-size: 17px;
    }
}

.badcars-popular-head span {
    display: block;
    margin-bottom: 5px;
    color: #d97816;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.badcars-popular-head h3 {
    margin: 0;
    color: #111;
    font-size: 28px;
    line-height: 1.05;
    font-weight: 900;
    letter-spacing: 0;
}

.badcars-popular-controls {
    display: flex;
    gap: 8px;
}

.badcars-popular-controls button {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border: 1px solid #dedede;
    border-radius: 6px;
    background: #fff;
    color: #111;
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
}

.badcars-popular-controls button:hover,
.badcars-popular-controls button:focus-visible {
    border-color: #f28c28;
    background: #f28c28;
    color: #fff;
}

.badcars-popular-track {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    padding: 2px 2px 12px;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-color: #f28c28 #eee;
    scrollbar-width: thin;
}

.badcars-popular-card {
    flex: 0 0 clamp(224px, 18.5vw, 258px);
    overflow: hidden;
    scroll-snap-align: start;
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .06);
    transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}

.badcars-popular-card:hover {
    border-color: #f28c28;
    box-shadow: 0 16px 34px rgba(242, 140, 40, .2);
    transform: translateY(-3px);
}

.badcars-popular-image {
    position: relative;
    display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #111;
    color: #fff;
    text-decoration: none;
}

.badcars-popular-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s ease;
}

.badcars-popular-card:hover .badcars-popular-image img {
    transform: scale(1.035);
}

.badcars-popular-caption {
    position: absolute;
    z-index: 2;
    right: 14px;
    bottom: 13px;
    left: 14px;
    display: grid;
    gap: 4px;
}

.badcars-popular-caption strong {
    color: #fff;
    font-size: 18px;
    line-height: 1.05;
    font-weight: 900;
}

.badcars-popular-caption > span {
    color: #fff;
    font-size: 18px;
    line-height: 1;
    font-weight: 900;
}

.badcars-popular-caption small {
    font-size: 9px;
    font-weight: 800;
}

.badcars-popular-specs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding: 14px;
}

.badcars-popular-specs span {
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr);
    align-items: center;
    gap: 6px;
    min-width: 0;
    color: #111;
}

.badcars-popular-specs svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: #d97816;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.badcars-popular-specs b {
    min-width: 0;
    color: #111;
    font-size: 11px;
    line-height: 1.15;
    overflow-wrap: anywhere;
}

.badcars-popular-cta {
    display: grid;
    place-items: center;
    min-height: 44px;
    border-top: 1px solid #ededed;
    background: #fff;
    color: #111;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 900;
    transition: background .2s ease, color .2s ease;
}

.badcars-popular-card:hover .badcars-popular-cta {
    background: #f28c28;
    color: #fff;
}

.badcars-fleet-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-flow: dense;
    gap: 18px;
}

.badcars-promotion-badge {
    position: absolute;
    z-index: 4;
    top: 18px;
    left: auto;
    right: 0;
    width: 106px;
    box-sizing: border-box;
    display: grid;
    justify-items: end;
    gap: 2px;
    border: 0;
    border-radius: 0;
    padding: 8px 9px 7px 20px;
    background: linear-gradient(90deg, rgba(244, 139, 26, 0), rgba(244, 139, 26, .60) 32%, rgba(238, 126, 8, .94) 100%);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    color: #fff;
    text-align: right;
    text-shadow: 0 2px 7px rgba(111, 49, 0, .58);
    box-shadow: none;
    isolation: isolate;
    pointer-events: none;
}

.badcars-promotion-badge::before {
    display: none;
}

.badcars-promotion-badge strong {
    color: #fff;
    font-size: 20px;
    line-height: .9;
    font-weight: 950;
    letter-spacing: -1px;
    white-space: nowrap;
}

.badcars-promotion-badge small {
    color: rgba(255, 255, 255, .92);
    font-size: 6.5px;
    letter-spacing: .2px;
    text-transform: uppercase;
    line-height: 1.15;
    font-weight: 750;
    white-space: nowrap;
}

.badcars-fleet-card.is-featured .badcars-promotion-badge {
    top: 26px;
    left: auto;
    right: 0;
    width: 162px;
    padding: 10px 14px 9px 28px;
}

.badcars-fleet-card.is-featured .badcars-promotion-badge strong {
    font-size: 32px;
}

.badcars-fleet-card.is-featured .badcars-promotion-badge small {
    font-size: 8px;
}

@media (max-width: 700px) {
    .badcars-promotion-badge,
    .badcars-fleet-card.is-featured .badcars-promotion-badge {
        top: 16px;
        left: auto;
        right: 0;
        width: 102px;
        padding: 7px 8px 6px 18px;
    }

    .badcars-promotion-badge strong,
    .badcars-fleet-card.is-featured .badcars-promotion-badge strong {
        font-size: 19px;
    }

    .badcars-promotion-badge small,
    .badcars-fleet-card.is-featured .badcars-promotion-badge small {
        font-size: 6.2px;
    }
}

.badcars-fleet-price.has-promotion,
.badcars-popular-caption > span.has-promotion {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    min-width: 0;
}

.badcars-price-old {
    position: relative;
    flex: 0 0 auto;
    color: rgba(255, 255, 255, .96);
    font-size: .70em;
    line-height: 1;
    font-weight: 900;
    text-shadow: 0 2px 5px rgba(0, 0, 0, .65);
}

.badcars-price-old::after {
    content: "";
    position: absolute;
    top: 48%;
    right: -3px;
    left: -3px;
    height: 2.5px;
    border-radius: 2px;
    background: rgba(255, 255, 255, .98);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .42);
    transform: rotate(-8deg);
}

.badcars-price-new {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-width: 0;
    color: #fff;
    font-size: 1em;
    line-height: 1;
    font-weight: 950;
}

.badcars-price-new small {
    flex: 0 0 auto;
}

.badcars-popular-caption > span.has-promotion {
    justify-content: flex-start;
    gap: 6px;
}

@media (max-width: 700px) {
    .badcars-fleet-price.has-promotion {
        justify-content: flex-start;
        gap: 7px;
    }

    .badcars-price-old::after {
        height: 1.5px;
    }
}

.badcars-fleet-card[hidden] {
    display: none !important;
}

.badcars-fleet-expand {
    display: flex;
    justify-content: center;
    margin: 26px 0 10px;
}

.badcars-fleet-expand button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-width: min(360px, 100%);
    min-height: 58px;
    border: 2px solid #f49a33;
    border-radius: 10px;
    padding: 12px 28px;
    background: #f49a33;
    color: #111;
    font-size: 17px;
    font-weight: 950;
    cursor: pointer;
    transition: transform .18s ease, box-shadow .18s ease;
}

.badcars-fleet-expand button:hover,
.badcars-fleet-expand button:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(244, 154, 51, .28);
}

.badcars-fleet-expand button[aria-expanded="true"] [aria-hidden="true"] {
    transform: rotate(180deg);
}

@media (max-width: 700px) {
    .badcars-popular-head {
        align-items: center;
    }

    .badcars-popular-head h3 {
        font-size: 23px;
    }

    .badcars-popular-card {
        flex-basis: min(82vw, 290px);
    }
}

.badcars-fleet-card {
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    border: 1px solid #e2e2e2;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 14px 36px rgba(0, 0, 0, .06);
    transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.badcars-fleet-card:hover {
    border-color: #f49a33;
    box-shadow: 0 24px 54px rgba(244, 154, 51, .28), 0 16px 36px rgba(0, 0, 0, .12);
    transform: translateY(-4px);
}

.badcars-fleet-card.is-featured {
    grid-column: 1 / span 2;
    grid-row: span 2;
    display: flex;
    flex-direction: column;
}

.badcars-fleet-image {
    position: relative;
    display: block;
    height: 280px;
    overflow: hidden;
    background: #111;
    color: #fff;
    text-decoration: none;
}

.badcars-fleet-card.is-featured .badcars-fleet-image {
    height: 620px;
}

.badcars-fleet-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

.badcars-fleet-card:hover .badcars-fleet-image img {
    transform: scale(1.04);
}

.badcars-fleet-gradient {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, .02) 25%, rgba(0, 0, 0, .42) 62%, rgba(224, 120, 14, .94) 100%),
        radial-gradient(circle at 18% 88%, rgba(255, 180, 67, .52), transparent 34%);
}

.badcars-fleet-card:hover .badcars-fleet-gradient {
    background:
        linear-gradient(180deg, rgba(0, 0, 0, .02) 20%, rgba(0, 0, 0, .36) 58%, rgba(224, 120, 14, .96) 100%),
        radial-gradient(circle at 18% 88%, rgba(255, 180, 67, .58), transparent 34%);
}

.badcars-fleet-caption {
    position: absolute;
    left: 20px;
    right: 18px;
    bottom: 24px;
    z-index: 3;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 14px;
    align-items: end;
}

.badcars-fleet-title {
    display: block;
    min-width: 0;
    font-size: 24px;
    line-height: 1.05;
    font-weight: 900;
    overflow-wrap: normal;
    word-break: normal;
}

.badcars-fleet-card.is-featured .badcars-fleet-caption {
    left: 28px;
    right: 28px;
    bottom: 32px;
}

.badcars-fleet-card.is-featured .badcars-fleet-title {
    font-size: 32px;
}

.badcars-fleet-price {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: flex-end;
    white-space: nowrap;
    font-size: 26px;
    line-height: 1;
    font-weight: 900;
}

.badcars-fleet-card.is-featured .badcars-fleet-price {
    font-size: 44px;
}

.badcars-fleet-price small {
    font-size: 11px;
    line-height: 1.1;
    font-weight: 900;
}

.badcars-fleet-card:not(.is-featured) .badcars-fleet-caption {
    grid-template-columns: 1fr;
    gap: 5px;
    left: 18px;
    right: 18px;
    bottom: 20px;
    align-items: start;
}

.badcars-fleet-card:not(.is-featured) .badcars-fleet-title {
    font-size: 22px;
    line-height: 1;
    max-width: 100%;
    text-wrap: balance;
}

.badcars-fleet-card:not(.is-featured) .badcars-fleet-price {
    justify-content: flex-start;
    font-size: 22px;
}

.badcars-fleet-card:not(.is-featured) .badcars-fleet-price small {
    font-size: 9px;
}

.badcars-fleet-specs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding: 20px;
}

.badcars-fleet-specs div {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 8px;
    align-items: center;
    min-width: 0;
}

.badcars-spec-wide {
    grid-column: 1 / -1;
}

.badcars-spec-icon {
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    width: 26px;
    height: 26px;
    color: #d57a18;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.badcars-spec-icon svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.15;
    stroke-linecap: round;
    stroke-linejoin: round;
    filter: none;
}

.badcars-spec-icon svg path:first-child:last-child {
    fill: currentColor;
    stroke: none;
}

.badcars-fleet-specs strong {
    min-width: 0;
    font-size: 14px;
    line-height: 1.25;
    font-weight: 800;
    overflow-wrap: normal;
    word-break: normal;
}

.badcars-fleet-card.is-featured .badcars-fleet-specs {
    gap: 18px 28px;
    padding: 30px 34px;
}

.badcars-fleet-card.is-featured .badcars-fleet-specs div {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 12px;
}

.badcars-fleet-card.is-featured .badcars-spec-icon {
    width: 40px;
    height: 40px;
}

.badcars-fleet-card.is-featured .badcars-spec-icon svg {
    width: 34px;
    height: 34px;
    stroke-width: 2.35;
}

.badcars-fleet-card.is-featured .badcars-fleet-specs strong {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 900;
}

.badcars-fleet-card.is-featured .badcars-spec-wide strong {
    font-size: 19px;
}

@media (max-width: 1180px) {
    .badcars-fleet-card.is-featured .badcars-fleet-specs {
        gap: 10px;
        padding: 18px;
    }

    .badcars-fleet-card.is-featured .badcars-fleet-specs div {
        grid-template-columns: 26px minmax(0, 1fr);
        gap: 7px;
    }

    .badcars-fleet-card.is-featured .badcars-spec-icon {
        width: 24px;
        height: 24px;
    }

    .badcars-fleet-card.is-featured .badcars-spec-icon svg {
        width: 21px;
        height: 21px;
    }

    .badcars-fleet-card.is-featured .badcars-fleet-specs strong,
    .badcars-fleet-card.is-featured .badcars-spec-wide strong {
        font-size: 14px;
    }
}

.badcars-fleet-card:not(.is-featured) .badcars-fleet-specs {
    gap: 10px 8px;
    padding: 18px 18px;
}

.badcars-fleet-card:not(.is-featured) .badcars-fleet-specs div {
    grid-template-columns: 26px minmax(0, 1fr);
    gap: 7px;
}

.badcars-fleet-card:not(.is-featured) .badcars-spec-icon {
    width: 24px;
    height: 24px;
}

.badcars-fleet-card:not(.is-featured) .badcars-spec-icon svg {
    width: 21px;
    height: 21px;
}

.badcars-fleet-card:not(.is-featured) .badcars-fleet-specs strong {
    font-size: 13px;
    line-height: 1.12;
}

.badcars-featured-cta {
    display: grid;
    place-items: center;
    margin-top: auto;
    min-height: 74px;
    background: #f49a33;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 900;
}

.badcars-card-cta {
    display: grid;
    place-items: center;
    margin-top: auto;
    min-height: 54px;
    border-top: 1px solid #eee;
    color: #111;
    background: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 900;
    transition: background .2s ease, color .2s ease;
}

.badcars-fleet-card:hover .badcars-card-cta {
    background: #f49a33;
    color: #fff;
}

.badcars-car-card img,
.badcars-car-single img {
    width: 100%;
    height: auto;
    border-radius: 6px;
}

.badcars-car-image-link {
    display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    border-radius: 6px;
    background: #111;
}

.badcars-car-image-link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.badcars-no-photo {
    display: grid;
    place-items: center;
    height: 100%;
    color: #fff;
    font-weight: 800;
}

.badcars-car-card dl,
.badcars-specs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.badcars-icon-specs div {
    padding: 10px;
    border-radius: 6px;
    background: #f4f4f4;
}

.badcars-car-card dt,
.badcars-specs dt {
    color: #666;
    font-size: 9px;
}

.badcars-car-card dd,
.badcars-specs dd {
    margin: 0;
    font-weight: 700;
}

.badcars-card-actions,
.badcars-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.badcars-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 16px;
    border: 0;
    border-radius: 6px;
    background: #111;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.badcars-button.secondary {
    background: #efefef;
    color: #111;
}

.badcars-booking-form {
    margin-top: 12px;
    padding: 18px;
    border: 1px solid #e2e2e2;
    border-radius: 8px;
    background: #fafafa;
}

.badcars-quick-page {
    width: min(1400px, calc(100% - 48px));
    margin: 0 auto;
    padding: 34px 0 48px;
}

.badcars-quick-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(420px, .85fr);
    gap: 42px;
    align-items: center;
    min-height: 330px;
    padding: 48px clamp(30px, 5vw, 72px);
    border: 1px solid rgba(242, 140, 40, .38);
    border-radius: 22px;
    background:
        radial-gradient(circle at 87% 8%, rgba(242, 140, 40, .2), transparent 33%),
        linear-gradient(126deg, #17130f 0%, #080909 48%, #15100b 100%);
    color: #fff;
    box-shadow: 0 28px 65px rgba(0, 0, 0, .22);
}

.badcars-quick-hero::before,
.badcars-quick-hero::after {
    content: "";
    position: absolute;
    z-index: -1;
    pointer-events: none;
}

.badcars-quick-hero::before {
    inset: 0;
    background:
        linear-gradient(123deg, transparent 0 13%, rgba(242, 140, 40, .2) 13.1% 13.22%, transparent 13.32% 84%, rgba(242, 140, 40, .14) 84.1% 84.22%, transparent 84.32%),
        repeating-linear-gradient(90deg, rgba(255, 255, 255, .014) 0 1px, transparent 1px 112px);
}

.badcars-quick-hero::after {
    right: -110px;
    bottom: -250px;
    width: 520px;
    height: 520px;
    border: 1px solid rgba(242, 140, 40, .22);
    border-radius: 50%;
    box-shadow:
        0 0 0 46px rgba(242, 140, 40, .025),
        0 0 0 92px rgba(242, 140, 40, .018);
}

.badcars-quick-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 11px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 999px;
    color: #f2a14f;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.badcars-quick-kicker i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #55d987;
    box-shadow: 0 0 0 4px rgba(85, 217, 135, .12), 0 0 12px rgba(85, 217, 135, .45);
}

.badcars-quick-hero h1 {
    margin: 15px 0 12px;
    color: #fff;
    font-size: clamp(44px, 5.5vw, 78px);
    line-height: .92;
    font-weight: 950;
    letter-spacing: -.045em;
}

.badcars-quick-hero h1 em {
    color: #f28c28;
    font-style: normal;
}

.badcars-quick-hero-copy > p {
    max-width: 650px;
    margin: 0;
    color: rgba(255, 255, 255, .66);
    font-size: clamp(16px, 1.6vw, 21px);
    line-height: 1.4;
    font-weight: 600;
}

.badcars-quick-steps {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 24px 1fr 24px 1fr;
    align-items: center;
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, .11);
    border-radius: 18px;
    background: rgba(255, 255, 255, .045);
    backdrop-filter: blur(12px);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .055);
}

.badcars-quick-steps > div {
    min-width: 0;
    text-align: center;
}

.badcars-quick-steps b,
.badcars-quick-steps span {
    display: block;
}

.badcars-quick-steps b {
    margin-bottom: 7px;
    color: #f28c28;
    font-size: 22px;
}

.badcars-quick-steps span {
    color: #fff;
    font-size: 11px;
    line-height: 1.2;
    font-weight: 800;
}

.badcars-quick-steps > i {
    height: 1px;
    background: linear-gradient(90deg, rgba(242, 140, 40, .2), #f28c28, rgba(242, 140, 40, .2));
}

.badcars-quick-form {
    position: relative;
    z-index: 2;
    width: min(1180px, calc(100% - 40px));
    margin: -38px auto 60px;
}

.badcars-quick-form .badcars-booking-form {
    margin: 0;
    padding: clamp(22px, 3vw, 38px);
    border: 1px solid #e4e4e4;
    border-radius: 20px;
    background: #fafafa;
    box-shadow: 0 28px 70px rgba(0, 0, 0, .14);
}

.badcars-quick-form .badcars-booking-form > h3 {
    margin: 0 0 22px;
    color: #111;
    font-size: clamp(28px, 3vw, 42px);
    line-height: 1;
    font-weight: 950;
}

.badcars-quick-available {
    margin-top: 0;
}

@media (max-width: 900px) {
    .badcars-quick-hero {
        grid-template-columns: 1fr;
        min-height: 0;
        padding: 38px 28px 70px;
    }

    .badcars-quick-steps {
        max-width: 620px;
    }

    .badcars-quick-form {
        width: calc(100% - 24px);
        margin-top: -42px;
    }
}

@media (max-width: 600px) {
    .badcars-quick-page {
        width: min(100% - 24px, 640px);
        padding-top: 20px;
    }

    .badcars-quick-hero {
        gap: 28px;
        padding: 30px 18px 62px;
        border-radius: 17px;
    }

    .badcars-quick-hero h1 {
        font-size: 42px;
    }

    .badcars-quick-steps {
        grid-template-columns: repeat(3, 1fr);
        gap: 8px;
        padding: 15px 10px;
    }

    .badcars-quick-steps > i {
        display: none;
    }

    .badcars-quick-form {
        width: calc(100% - 12px);
        margin-bottom: 42px;
    }

    .badcars-quick-form .badcars-booking-form {
        padding: 18px 14px;
        border-radius: 15px;
    }
}

.badcars-reservation-modal {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: none;
    place-items: center;
    padding: 24px;
    background: rgba(0, 0, 0, .62);
}

.badcars-reservation-modal.is-open {
    display: grid;
}

.badcars-reservation-modal-card {
    position: relative;
    width: min(560px, 100%);
    padding: 34px;
    border-radius: 16px;
    background: #fff;
    color: #111;
    box-shadow: 0 28px 80px rgba(0, 0, 0, .28);
}

.badcars-reservation-modal-card::before {
    content: "";
    display: block;
    width: 58px;
    height: 5px;
    margin-bottom: 20px;
    border-radius: 999px;
    background: #f49a33;
}

.badcars-reservation-modal-card strong {
    display: block;
    margin: 0 42px 12px 0;
    font-size: clamp(28px, 4vw, 42px);
    line-height: 1;
    font-weight: 950;
}

.badcars-reservation-modal-card p {
    margin: 0;
    color: #333;
    font-size: 17px;
    line-height: 1.45;
    font-weight: 600;
}

.badcars-reservation-close {
    position: absolute;
    top: 18px;
    right: 18px;
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 999px;
    background: #111;
    color: #fff;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
}

.badcars-form-error-summary {
    margin: 0 0 18px;
    padding: 14px 16px;
    border-left: 5px solid #d82121;
    border-radius: 8px;
    background: #ffe5e5;
    color: #640e0e;
    font-weight: 900;
}

.badcars-booking-form .is-invalid {
    outline: 2px solid #d82121;
    outline-offset: 1px;
}

.badcars-availability-calendar {
    order: -1;
    margin: 18px 0;
    padding: 18px;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    background: #fff;
}

.badcars-calendar-head {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) 44px;
    gap: 10px;
    align-items: center;
    margin-bottom: 14px;
}

.badcars-calendar-head strong {
    text-align: center;
    font-size: 20px;
    line-height: 1.2;
}

.badcars-calendar-head button {
    width: 44px;
    height: 40px;
    border: 0;
    border-radius: 6px;
    background: #f49a33;
    color: #fff;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
}

.badcars-calendar-weekdays,
.badcars-calendar-days {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
}

.badcars-calendar-weekdays {
    margin-bottom: 8px;
    color: #151515;
    font-size: 14px;
    font-weight: 800;
    text-align: center;
}

.badcars-calendar-weekdays span {
    padding: 8px 4px;
}

.badcars-calendar-days {
    gap: 6px;
    min-height: 240px;
}

.badcars-calendar-times {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 12px;
}

.badcars-calendar-times label {
    display: grid;
    gap: 6px;
    font-weight: 800;
}

.badcars-calendar-times input {
    width: 100%;
}

.badcars-calendar-days.is-loading {
    opacity: .55;
    pointer-events: none;
}

.badcars-calendar-empty {
    min-height: 44px;
}

.badcars-calendar-day {
    position: relative;
    display: grid;
    place-items: center;
    min-height: 48px;
    border: 1px solid #d9d9d9;
    border-radius: 6px;
    background: #e8f7ee;
    color: #0e6b2d;
    font-size: 16px;
    font-weight: 900;
    cursor: pointer;
    overflow: hidden;
}

.badcars-calendar-day::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background: #e8f7ee;
}

.badcars-calendar-day::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    border: 2px solid transparent;
    border-radius: 6px;
    pointer-events: none;
}

.badcars-calendar-day {
    isolation: isolate;
}

.badcars-calendar-day span {
    position: relative;
    z-index: 2;
}

.badcars-calendar-day {
    text-shadow: 0 1px 0 rgba(255, 255, 255, .55);
}

.badcars-calendar-day.is-busy {
    color: #b20f0f;
    cursor: not-allowed;
}

.badcars-calendar-day.is-busy::before {
    background: #ffe5e5;
}

.badcars-calendar-day.is-partial {
    color: #151515;
}

.badcars-calendar-day.is-partial::before,
.badcars-calendar-day.is-partial.is-available-from::before {
    background: linear-gradient(135deg, #ffe5e5 0 50%, #e8f7ee 50% 100%);
}

.badcars-calendar-day.is-partial.is-available-until::before {
    background: linear-gradient(135deg, #e8f7ee 0 50%, #ffe5e5 50% 100%);
}

.badcars-calendar-day.is-selected,
.badcars-calendar-day.is-in-range {
    background: #f49a33;
}

.badcars-calendar-day.is-selected,
.badcars-calendar-day.is-in-range {
    color: #fff;
    text-shadow: none;
}

.badcars-calendar-day.is-selected::before,
.badcars-calendar-day.is-in-range::before {
    background: #f49a33;
}

.badcars-calendar-day.is-selected.is-available-from::before {
    background: linear-gradient(135deg, #ffe5e5 0 50%, #f49a33 50% 100%);
}

.badcars-calendar-day.is-selected.is-available-until::before {
    background: linear-gradient(135deg, #f49a33 0 50%, #ffe5e5 50% 100%);
}

.badcars-calendar-day.is-selected::after {
    border-color: #111;
}

.badcars-calendar-day:disabled {
    opacity: .75;
}

.badcars-calendar-legend {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 14px;
    font-size: 13px;
    font-weight: 700;
}

.badcars-calendar-legend span {
    display: inline-flex;
    gap: 6px;
    align-items: center;
}

.badcars-calendar-legend i {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid #d0d0d0;
}

.badcars-calendar-legend .is-free {
    background: #26a852;
}

.badcars-calendar-legend .is-busy {
    background: #d82121;
}

.badcars-calendar-legend .is-partial {
    background: linear-gradient(135deg, #d82121 0 50%, #26a852 50% 100%);
}

.badcars-calendar-selection {
    margin: 12px 0 0;
    color: #333;
    font-weight: 800;
}

@media (max-width: 640px) {
    .badcars-availability-calendar {
        padding: 12px;
    }

    .badcars-calendar-head {
        grid-template-columns: 38px minmax(0, 1fr) 38px;
    }

    .badcars-calendar-head button {
        width: 38px;
        height: 36px;
    }

    .badcars-calendar-day {
        min-height: 40px;
        font-size: 14px;
    }

    .badcars-calendar-days {
        gap: 4px;
    }
}

.badcars-standalone-car {
    width: min(1120px, calc(100% - 32px));
    margin: 32px auto;
}

.badcars-public-rules {
    width: min(980px, calc(100% - 32px));
    margin: 36px auto;
}

.badcars-public-rules-content {
    border-radius: 14px;
    padding: clamp(24px, 5vw, 56px);
    background: #fff;
    color: #111;
    box-shadow: 0 18px 55px rgba(0, 0, 0, .16);
    font-size: 17px;
    line-height: 1.65;
}

.badcars-public-rules-content h1 {
    margin-top: 0;
    color: #111;
}

.badcars-public-rules-content p,
.badcars-public-rules-content li,
.badcars-public-rules-content strong {
    color: #111;
}

.badcars-checks a,
.badcars-checks a:visited,
.badcars-checks a:hover,
.badcars-checks a:focus {
    color: #d87300;
    font-weight: 950;
    text-decoration: underline;
}

.badcars-car-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(380px, .88fr);
    gap: 34px;
    align-items: stretch;
    margin: 12px 0 34px;
}

.badcars-hero-media {
    position: relative;
    min-height: 540px;
    overflow: hidden;
    border-radius: 18px;
    background: #111;
    box-shadow:
        0 28px 60px rgba(0, 0, 0, .18),
        0 18px 48px rgba(244, 154, 51, .18);
}

.badcars-car-hero .badcars-hero-media img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: inherit;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    border-radius: 0;
    filter: saturate(1.04) contrast(1.04);
}

.badcars-hero-photo-glow {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0) 62%,
        rgba(0, 0, 0, .12) 74%,
        rgba(0, 0, 0, .58) 100%
    );
    box-shadow: inset 0 -60px 70px rgba(0, 0, 0, .2);
}

.badcars-hero-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    padding: 34px;
    border: 1px solid #e8e8e8;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 20px 48px rgba(0, 0, 0, .07);
}

.badcars-car-hero h1 {
    margin: 0 0 12px;
    max-width: 560px;
    font-size: clamp(42px, 5vw, 78px);
    line-height: .92;
    font-weight: 950;
    letter-spacing: 0;
}

.badcars-hero-content > p {
    margin: 0 0 22px;
    color: #555;
    font-size: clamp(18px, 2vw, 24px);
    line-height: 1.25;
    font-weight: 600;
}

.badcars-hero-spec-panel {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    margin: 0 0 24px;
    border: 1px solid #ececec;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
}

.badcars-hero-spec {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 13px;
    align-items: center;
    min-width: 0;
    padding: 17px 18px;
    border-right: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    color: #111;
    background: #fff;
}

.badcars-hero-spec:nth-child(2n) {
    border-right: 0;
}

.badcars-hero-spec:nth-last-child(-n+2) {
    border-bottom: 0;
}

.badcars-hero-spec:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    border-right: 0;
}

.badcars-hero-spec small,
.badcars-hero-spec strong {
    display: block;
    min-width: 0;
}

.badcars-hero-spec small {
    margin-bottom: 4px;
    color: #777;
    font-size: 10px;
    line-height: 1;
    font-weight: 800;
    text-transform: uppercase;
}

.badcars-hero-spec strong {
    color: #111;
    font-size: 20px;
    line-height: 1.12;
    font-weight: 900;
    overflow-wrap: anywhere;
}

.badcars-spec-icon-premium {
    width: 30px;
    height: 30px;
}

.badcars-spec-icon-premium svg {
    width: 27px;
    height: 27px;
}

.badcars-hero-cta,
.badcars-public .badcars-hero-cta {
    align-self: flex-start;
    display: inline-grid;
    place-items: center;
    min-height: 58px;
    padding: 0 30px;
    border: 0;
    border-radius: 11px;
    color: #111;
    background: linear-gradient(145deg, #ffb451 0%, #f49a33 55%, #db780c 100%);
    box-shadow: 0 15px 28px rgba(244, 154, 51, .32), inset 0 1px 0 rgba(255, 255, 255, .38);
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1;
    font-weight: 950;
    transition: transform .2s ease, box-shadow .2s ease;
}

.badcars-hero-cta:hover,
.badcars-public .badcars-hero-cta:hover {
    color: #111;
    transform: translateY(-2px);
    box-shadow: 0 20px 34px rgba(244, 154, 51, .38), inset 0 1px 0 rgba(255, 255, 255, .42);
}

.badcars-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 12px;
    margin: 20px 0;
}

.badcars-gallery-item {
    display: block;
    padding: 0;
    border: 0;
    border-radius: 8px;
    overflow: hidden;
    background: transparent;
    cursor: zoom-in;
}

.badcars-gallery img,
.badcars-gallery-item img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    transition: transform .25s ease;
}

.badcars-gallery-item:hover img {
    transform: scale(1.04);
}

.badcars-lightbox {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 32px;
    background: rgba(0, 0, 0, .88);
}

.badcars-lightbox.is-open {
    display: flex;
}

.badcars-lightbox img {
    max-width: min(1120px, 90vw);
    max-height: 86vh;
    object-fit: contain;
    border-radius: 10px;
}

.badcars-lightbox button {
    position: absolute;
    z-index: 3;
    display: grid !important;
    place-items: center !important;
    box-sizing: border-box !important;
    min-width: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid rgba(255, 255, 255, .7) !important;
    border-radius: 50% !important;
    outline: 0;
    background: rgba(255, 255, 255, .94) !important;
    color: transparent !important;
    font-size: 0 !important;
    line-height: 1 !important;
    text-indent: 0 !important;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    box-shadow:
        0 10px 30px rgba(0, 0, 0, .28),
        inset 0 1px 0 rgba(255, 255, 255, .9);
    backdrop-filter: blur(8px);
    transition: background .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.badcars-lightbox button:hover,
.badcars-lightbox button:focus-visible {
    border-color: #f28c28 !important;
    background: #f28c28 !important;
    box-shadow:
        0 12px 34px rgba(0, 0, 0, .34),
        0 0 0 4px rgba(242, 140, 40, .2);
}

.badcars-lightbox-close {
    top: 22px;
    right: 22px;
    width: 48px !important;
    height: 48px !important;
}

.badcars-lightbox-close::before,
.badcars-lightbox-close::after {
    content: "" !important;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 2.5px;
    border: 0 !important;
    border-radius: 999px;
    background: #111;
    transform-origin: center;
}

.badcars-lightbox-close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.badcars-lightbox-close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.badcars-lightbox-prev,
.badcars-lightbox-next {
    top: 50%;
    width: 56px !important;
    height: 56px !important;
    transform: translateY(-50%) !important;
}

.badcars-lightbox-prev::before,
.badcars-lightbox-next::before {
    content: "" !important;
    width: 13px;
    height: 13px;
    border-top: 3px solid #111 !important;
    border-right: 3px solid #111 !important;
}

.badcars-lightbox-prev::after,
.badcars-lightbox-next::after {
    content: none !important;
}

.badcars-lightbox-prev::before {
    transform: translateX(2px) rotate(-135deg);
}

.badcars-lightbox-next::before {
    transform: translateX(-2px) rotate(45deg);
}

.badcars-lightbox-prev:hover,
.badcars-lightbox-prev:focus-visible,
.badcars-lightbox-next:hover,
.badcars-lightbox-next:focus-visible {
    transform: translateY(-50%) scale(1.05) !important;
}

.badcars-lightbox-prev {
    left: 22px;
}

.badcars-lightbox-next {
    right: 22px;
}

@media (max-width: 700px) {
    .badcars-lightbox {
        padding: 18px;
    }

    .badcars-lightbox-close {
        top: 14px;
        right: 14px;
        width: 42px !important;
        height: 42px !important;
    }

    .badcars-lightbox-prev,
    .badcars-lightbox-next {
        width: 44px !important;
        height: 44px !important;
    }

    .badcars-lightbox-prev {
        left: 10px;
    }

    .badcars-lightbox-next {
        right: 10px;
    }
}

.badcars-booking-section {
    margin-top: 28px;
}

@media (max-width: 760px) {
    .badcars-fleet {
        width: min(100% - 24px, 640px);
    }

    .badcars-fleet-grid {
        grid-template-columns: 1fr;
    }

    .badcars-fleet-card.is-featured {
        grid-column: span 1;
        grid-row: span 1;
    }

    .badcars-fleet-card.is-featured .badcars-fleet-image,
    .badcars-fleet-image {
        height: 300px;
    }

    .badcars-fleet-card.is-featured .badcars-fleet-price,
    .badcars-fleet-price {
        font-size: 24px;
    }

    .badcars-fleet-card.is-featured .badcars-fleet-title,
    .badcars-fleet-title {
        font-size: 23px;
    }

    .badcars-fleet-caption {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .badcars-fleet-price {
        justify-content: flex-start;
    }

    .badcars-car-hero {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .badcars-hero-media {
        min-height: 360px;
    }

    .badcars-hero-content {
        padding: 24px;
    }

    .badcars-hero-spec-panel {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 480px) {
    .badcars-fleet-card.is-featured .badcars-fleet-image,
    .badcars-fleet-image {
        height: 260px;
    }

    .badcars-fleet-caption,
    .badcars-fleet-card:not(.is-featured) .badcars-fleet-caption {
        left: 16px;
        right: 16px;
        bottom: 18px;
    }

    .badcars-fleet-card.is-featured .badcars-fleet-title,
    .badcars-fleet-title,
    .badcars-fleet-card:not(.is-featured) .badcars-fleet-title {
        font-size: 21px;
    }

    .badcars-fleet-card.is-featured .badcars-fleet-price,
    .badcars-fleet-price,
    .badcars-fleet-card:not(.is-featured) .badcars-fleet-price {
        font-size: 21px;
    }

    .badcars-pwa-grid {
        grid-template-columns: 1fr;
    }

    .badcars-pwa-form .badcars-calendar-legend {
        grid-template-columns: 1fr;
    }

    .badcars-hero-media {
        min-height: 270px;
    }

    .badcars-hero-content {
        padding: 20px;
    }

    .badcars-car-hero h1 {
        font-size: 34px;
    }

    .badcars-hero-spec-panel {
        grid-template-columns: 1fr;
    }

    .badcars-hero-cta,
    .badcars-public .badcars-hero-cta {
        width: 100%;
    }
}

@media (min-width: 761px) and (max-width: 1180px) {
    .badcars-fleet {
        width: min(100% - 32px, 900px);
    }

    .badcars-fleet-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }

    .badcars-fleet-card.is-featured {
        grid-column: span 1;
        grid-row: span 1;
    }

    .badcars-fleet-card.is-featured .badcars-fleet-image,
    .badcars-fleet-image {
        height: 300px;
    }

    .badcars-fleet-card.is-featured .badcars-fleet-title,
    .badcars-fleet-title,
    .badcars-fleet-card:not(.is-featured) .badcars-fleet-title {
        font-size: 23px;
        line-height: 1.05;
    }

    .badcars-fleet-card.is-featured .badcars-fleet-price,
    .badcars-fleet-price,
    .badcars-fleet-card:not(.is-featured) .badcars-fleet-price {
        font-size: 24px;
    }

    .badcars-fleet-specs,
    .badcars-fleet-card:not(.is-featured) .badcars-fleet-specs {
        padding: 18px;
        gap: 10px;
    }

    .badcars-fleet-specs strong,
    .badcars-fleet-card:not(.is-featured) .badcars-fleet-specs strong {
        font-size: 14px;
    }

    .badcars-car-hero {
        grid-template-columns: 1fr;
    }

    .badcars-hero-media {
        min-height: 430px;
    }
}

.badcars-form-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 12px;
}

.badcars-form-grid label {
    display: grid;
    gap: 5px;
}

.badcars-checks {
    display: grid;
    gap: 10px;
    margin: 16px 0;
}

.badcars-checks label {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    padding: 10px 12px;
    border: 1px solid #e4e4e4;
    border-radius: 6px;
    background: #fff;
    line-height: 1.35;
}

.badcars-checks input[type="checkbox"] {
    flex: 0 0 auto;
    position: relative;
    width: 20px;
    height: 20px;
    min-height: 20px;
    margin: 2px 0 0;
    border: 2px solid #777;
    border-radius: 4px;
    padding: 0;
    background: #fff;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}

.badcars-checks input[type="checkbox"]:checked {
    border-color: #111;
    background: #f49a33;
}

.badcars-checks input[type="checkbox"]:checked::after {
    content: "\2713";
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    color: #111;
    font-size: 16px;
    line-height: 1;
    font-weight: 950;
}

.badcars-checks input[type="checkbox"]:focus-visible {
    outline: 3px solid rgba(244, 154, 51, .35);
    outline-offset: 2px;
}

.badcars-form-grid input,
.badcars-form-grid select,
.badcars-form-grid textarea {
    width: 100%;
    min-height: 42px;
}

.badcars-wide {
    grid-column: 1 / -1;
}

.badcars-quote {
    margin: 14px 0;
    padding: 12px;
    border-radius: 6px;
    background: #fff;
}

.badcars-price-table {
    width: 100%;
    border-collapse: collapse;
    margin: 12px 0;
}

.badcars-price-note {
    margin: 4px 0 12px;
    color: #5b5b5b;
    font-weight: 700;
}

.badcars-price-promotion-note {
    margin: 0 0 14px;
    border-left: 4px solid #f28c28;
    padding: 10px 13px;
    background: linear-gradient(90deg, rgba(242, 140, 40, .14), rgba(242, 140, 40, .025));
    color: #242424;
    font-size: 14px;
    font-weight: 800;
}

.badcars-price-table th,
.badcars-price-table td {
    border-bottom: 1px solid #e2e2e2;
    padding: 9px;
    text-align: left;
}

.badcars-price-table small {
    display: block;
    color: #777;
    font-size: 12px;
}

.badcars-related-cars {
    margin-top: 58px;
    padding-top: 34px;
    border-top: 1px solid #e5e5e5;
}

.badcars-related-cars > header {
    margin-bottom: 22px;
}

.badcars-related-cars > header > span {
    color: #df7d14;
    font-size: 13px;
    font-weight: 950;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.badcars-related-cars h2 {
    margin: 4px 0 0;
    color: #111;
    font-size: clamp(28px, 4vw, 42px);
    line-height: 1;
    font-weight: 950;
}

.badcars-related-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.badcars-related-card .badcars-fleet-image {
    height: 320px;
}

.badcars-related-card .badcars-fleet-image img {
    object-position: center top;
    transform-origin: center top;
    transform: scale(1.14) translateY(-14%);
}

.badcars-related-card:hover .badcars-fleet-image img {
    transform: scale(1.18) translateY(-14%);
}

.badcars-related-card .badcars-fleet-specs {
    flex: 1;
}

@media (max-width: 1050px) {
    .badcars-related-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 600px) {
    .badcars-related-cars {
        margin-top: 42px;
        padding-top: 26px;
    }

    .badcars-related-grid {
        grid-template-columns: 1fr;
    }

    .badcars-related-card .badcars-fleet-image {
        height: 330px;
    }
}

.badcars-table-price {
    display: inline-flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 9px;
}

.badcars-table-price-old {
    position: relative;
    color: #555;
    font-size: 14px;
    font-weight: 800;
    white-space: nowrap;
}

.badcars-table-price-old::after {
    content: "";
    position: absolute;
    top: 48%;
    right: -3px;
    left: -3px;
    height: 2px;
    border-radius: 2px;
    background: #e37f17;
    transform: rotate(-7deg);
}

.badcars-table-price strong {
    color: #e37f17;
    font-size: 19px;
    line-height: 1;
    font-weight: 950;
    white-space: nowrap;
}

@media (max-width: 600px) {
    .badcars-price-table th,
    .badcars-price-table td {
        padding: 8px 5px;
        font-size: 13px;
    }

    .badcars-table-price {
        display: grid;
        justify-items: start;
        gap: 4px;
    }

    .badcars-table-price-old {
        font-size: 12px;
    }

    .badcars-table-price strong {
        font-size: 16px;
    }
}

.badcars-quote strong {
    font-size: 18px;
}

.badcars-quote small,
.badcars-quote p {
    display: block;
    margin-top: 6px;
}

.badcars-success,
.badcars-error {
    margin-bottom: 12px;
    padding: 12px;
    border-radius: 6px;
}

.badcars-success {
    background: #ddf5e7;
}

.badcars-error {
    background: #ffe1e1;
}

.badcars-pwa {
    margin: 0;
    background: #111;
    color: #fff;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.badcars-pwa-shell {
    width: min(760px, calc(100% - 24px));
    margin: 0 auto;
    padding: 24px 0;
}

.badcars-pwa *,
.badcars-pwa *::before,
.badcars-pwa *::after {
    box-sizing: border-box;
}

.badcars-pwa-login-screen {
    min-height: 100vh;
    display: grid;
    place-items: center;
}

.badcars-pwa-login {
    width: min(460px, calc(100% - 28px));
}

.badcars-pwa-login h1 {
    margin: 0 0 18px;
    font-size: clamp(44px, 10vw, 72px);
    line-height: .95;
    font-weight: 950;
}

.badcars-pwa-login-form {
    display: grid;
    gap: 14px;
    border-radius: 12px;
    padding: 20px;
    background: #fff;
    color: #111;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .32);
}

.badcars-pwa-login-form h2 {
    margin: 0;
}

.badcars-pwa-login-form label {
    display: grid;
    gap: 6px;
    color: #111;
    font-weight: 900;
}

.badcars-pwa-login-form input {
    min-height: 52px;
    border: 1px solid #d8d8d8;
    border-radius: 8px;
    padding: 10px 12px;
    color: #111;
    font-size: 18px;
    font-weight: 800;
}

.badcars-pwa-remember {
    display: flex !important;
    grid-template-columns: auto 1fr;
    align-items: center;
}

.badcars-pwa-remember input {
    min-height: 0;
}

.badcars-pwa-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.badcars-pwa-grid a,
.badcars-signature-box button {
    min-height: 64px;
    border-radius: 8px;
    background: #fff;
    color: #111;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 800;
}

.badcars-pwa-grid a {
    justify-content: space-between;
    gap: 12px;
    padding: 0 18px;
    text-align: left;
}

.badcars-pwa-nav-label {
    min-width: 0;
}

.badcars-pwa-count {
    flex: 0 0 auto;
    color: #f49a33;
    font-weight: 900;
}

.badcars-pwa-grid .badcars-pwa-featured-tile {
    grid-column: 1 / -1;
    background: #f49a33;
    color: #111;
    justify-content: center;
    border: 2px solid #ffb45d;
    box-shadow: 0 10px 26px rgba(244, 154, 51, .2);
}

.badcars-signature-box {
    margin-top: 24px;
}

.badcars-document-signing[open] > summary {
    border-bottom: 2px solid #f49a33;
}

.badcars-document-signers {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    padding: 16px;
    border-top: 1px solid #ddd;
    background: #f3f3f3;
}

.badcars-inline-signature {
    display: grid;
    align-content: start;
    gap: 10px;
    min-width: 0;
    padding: 14px;
    border: 2px solid #d9534f;
    border-radius: 10px;
    background: #fff;
    color: #111;
}

.badcars-inline-signature.is-signed {
    border-color: #37a866;
}

.badcars-inline-signature h4,
.badcars-inline-signature p {
    margin: 0;
}

.badcars-inline-signature-saved {
    display: grid;
    gap: 6px;
    padding: 10px;
    border-radius: 8px;
    background: #eaf8f0;
}

.badcars-inline-signature-saved[hidden] {
    display: none;
}

.badcars-inline-signature-saved img {
    width: 100%;
    height: 110px;
    object-fit: contain;
    border: 1px solid #ccc;
    background: #fff;
}

.badcars-inline-signature-saved small {
    color: #444;
}

.badcars-signature-missing {
    color: #a12622;
    font-weight: 900;
}

.badcars-signature-instruction {
    color: #333;
    font-size: 14px;
}

.badcars-inline-signature canvas {
    display: block;
    width: 100%;
    height: 180px;
    border: 2px solid #222;
    border-radius: 6px;
    background: #fff;
    touch-action: none;
}

.badcars-signature-acceptance {
    display: grid !important;
    grid-template-columns: auto 1fr !important;
    gap: 9px !important;
    align-items: start !important;
    color: #111 !important;
    font-size: 13px;
    line-height: 1.35;
}

.badcars-signature-acceptance input {
    width: 20px !important;
    min-height: 20px !important;
    height: 20px !important;
    margin: 0 !important;
}

.badcars-inline-signature-actions {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 8px;
}

.badcars-inline-signature-actions button {
    min-height: 48px;
    border: 0;
    border-radius: 7px;
    font-weight: 900;
}

.badcars-inline-signature-actions [data-badcars-save] {
    background: #f49a33;
    color: #111;
}

.badcars-signature-result {
    min-height: 20px;
    color: #087a38;
    font-weight: 800;
}

@media (max-width: 720px) {
    .badcars-document-signers {
        grid-template-columns: 1fr;
    }
}

.badcars-signature-help {
    margin: 0 0 12px;
    color: #d8d8d8;
    font-size: 14px;
}

.badcars-signature-preview {
    display: grid;
    gap: 8px;
    margin-bottom: 12px;
    padding: 12px;
    border: 2px solid #37d67a;
    border-radius: 8px;
    background: #fff;
    color: #111;
}

.badcars-signature-preview[hidden] {
    display: none;
}

.badcars-signature-preview img {
    display: block;
    width: 100%;
    max-height: 220px;
    object-fit: contain;
    border: 1px solid #ddd;
    background: #fff;
}

.badcars-signature-preview small {
    color: #555;
}

.badcars-signature-audit {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.badcars-signature-audit-item {
    display: grid;
    gap: 8px;
    min-width: 0;
    padding: 12px;
    border: 2px solid #555;
    border-radius: 8px;
    background: #fff;
    color: #111;
}

.badcars-signature-audit-item.is-complete {
    border-color: #37d67a;
}

.badcars-signature-audit-item.is-missing {
    border-color: #d9534f;
    background: #fff0ef;
}

.badcars-signature-audit-item img {
    width: 100%;
    height: 110px;
    object-fit: contain;
    border: 1px solid #ddd;
    background: #fff;
}

.badcars-signature-audit-item small,
.badcars-signature-audit-item span {
    color: #555;
}

@media (max-width: 560px) {
    .badcars-signature-audit {
        grid-template-columns: 1fr;
    }
}

.badcars-return-mileage {
    display: grid;
    gap: 12px;
}

.badcars-return-mileage-summary {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.badcars-return-mileage-summary span {
    min-height: 58px;
    border-radius: 8px;
    padding: 12px;
    background: #fff;
    color: #111;
    font-weight: 800;
}

.badcars-return-mileage-summary strong {
    display: block;
    margin-top: 4px;
    color: #d77a13;
    font-size: 22px;
    line-height: 1;
}

#badcars-signature {
    width: 100%;
    height: 220px;
    background: #fff;
    border-radius: 8px;
    touch-action: none;
}

.badcars-pwa-card {
    margin-top: 12px;
    padding: 16px;
    border-radius: 8px;
    background: #1b1b1b;
    border: 1px solid #2e2e2e;
    box-shadow: 0 12px 34px rgba(0, 0, 0, .28);
    min-width: 0;
}

.badcars-notification-control {
    display: grid;
    gap: 8px;
    margin-top: 14px;
    padding: 14px;
    border: 1px solid #555;
    border-radius: 8px;
    background: #1b1b1b;
}

.badcars-notification-control.is-enabled {
    border-color: #37d67a;
}

.badcars-notification-control span {
    color: #ccc;
    font-size: 14px;
}

.badcars-notification-control button {
    min-height: 46px;
    border: 0;
    border-radius: 8px;
    background: #f49a33;
    color: #111;
    font-weight: 900;
}

.badcars-notification-control.is-enabled button {
    background: #37d67a;
}

.badcars-pwa-list {
    display: grid;
    gap: 10px;
}

.badcars-pwa-list a {
    display: grid;
    gap: 4px;
    padding: 14px;
    border-radius: 8px;
    background: #fff;
    color: #111;
    text-decoration: none;
}

.badcars-pwa-static-item {
    padding: 14px;
    border-radius: 8px;
    background: #fff;
    color: #111;
    font-weight: 800;
}

.badcars-day-add {
    margin-top: 10px;
    text-align: center;
}

.badcars-calendar-filter {
    margin: 0 0 14px;
}

.badcars-pwa-pdf-viewer {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: none;
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    max-height: 100dvh;
    grid-template-rows: auto minmax(0, 1fr);
    background: #111;
    overflow: hidden;
}

.badcars-pwa-pdf-viewer.is-open {
    display: grid;
}

.badcars-pwa-pdf-bar {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
    min-height: 64px;
    padding: 12px;
    background: #f49a33;
    color: #111;
    font-weight: 900;
}

.badcars-pwa-pdf-actions {
    display: flex;
    gap: 8px;
    align-items: center;
}

.badcars-pwa-pdf-bar button,
.badcars-pwa-pdf-open {
    min-height: 44px;
    border: 0;
    border-radius: 6px;
    padding: 0 16px;
    background: #111;
    color: #fff;
    font-weight: 900;
    text-decoration: none;
}

.badcars-pwa-pdf-frame {
    min-height: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    background: #fff;
}

.badcars-pwa-pdf-viewer iframe {
    width: 100%;
    min-height: calc(100dvh - 64px);
    height: calc(100dvh - 64px);
    border: 0;
    background: #fff;
}

body.badcars-pwa-pdf-open {
    overflow: hidden;
}

@media (max-width: 520px) {
    .badcars-pwa-pdf-bar {
        align-items: stretch;
    }

    .badcars-pwa-pdf-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .badcars-pwa-pdf-open,
    .badcars-pwa-pdf-bar button {
        min-height: 38px;
        padding: 0 10px;
        font-size: 13px;
    }

    .badcars-return-mileage-summary {
        grid-template-columns: 1fr;
    }
}

.badcars-pwa-form {
    display: grid;
    gap: 12px;
    min-width: 0;
}

.badcars-pwa-form label {
    display: grid;
    gap: 6px;
    color: #f5f5f5;
    font-weight: 800;
    min-width: 0;
}

.badcars-issue-payment-box {
    display: grid;
    gap: 10px;
    padding: 14px;
    border: 1px solid #333;
    border-radius: 8px;
    background: #121212;
}

.badcars-issue-payment-box h3 {
    margin: 0;
    color: #fff;
    font-size: 20px;
}

.badcars-issue-payment-box small {
    color: #cfcfcf;
}

.badcars-issue-payment-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

@media (max-width: 700px) {
    .badcars-issue-payment-grid {
        grid-template-columns: 1fr;
    }
}

.badcars-pwa-form > label:first-of-type {
    order: -2;
}

.badcars-pwa-form > .badcars-availability-calendar {
    order: -1;
}

.badcars-pwa-form .badcars-availability-calendar,
.badcars-pwa-form .badcars-availability-calendar label,
.badcars-pwa-form .badcars-calendar-head strong,
.badcars-pwa-form .badcars-calendar-weekdays,
.badcars-pwa-form .badcars-calendar-legend,
.badcars-pwa-form .badcars-calendar-legend span,
.badcars-pwa-form .badcars-calendar-selection {
    color: #111;
}

.badcars-pwa-form .badcars-calendar-times label {
    color: #222;
    font-size: 15px;
}

.badcars-pwa-form .badcars-calendar-legend {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.badcars-pwa-form .badcars-calendar-legend span {
    min-width: 0;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 900;
}

.badcars-pwa-form .badcars-calendar-legend i {
    flex: 0 0 auto;
}

.badcars-pwa-form input,
.badcars-pwa-form select,
.badcars-pwa-form textarea {
    width: 100%;
    max-width: 100%;
    min-height: 48px;
    border: 0;
    border-radius: 6px;
    padding: 10px;
    background: #fff;
    color: #111;
    font-size: 16px;
}

@media (max-width: 480px) {
    .badcars-pwa-shell {
        width: min(760px, calc(100% - 16px));
        padding: 18px 0;
    }

    .badcars-pwa-card {
        padding: 12px;
    }

    .badcars-pwa-form > .badcars-availability-calendar {
        width: 100%;
        margin: 10px 0;
        padding: 10px;
        overflow: hidden;
    }

    .badcars-pwa-form .badcars-calendar-head {
        grid-template-columns: 36px minmax(0, 1fr) 36px;
        gap: 6px;
        margin-bottom: 10px;
    }

    .badcars-pwa-form .badcars-calendar-head button {
        width: 36px;
        height: 36px;
        font-size: 22px;
    }

    .badcars-pwa-form .badcars-calendar-head strong {
        font-size: 18px;
    }

    .badcars-pwa-form .badcars-calendar-weekdays {
        font-size: 13px;
    }

    .badcars-pwa-form .badcars-calendar-weekdays span {
        padding: 6px 2px;
    }

    .badcars-pwa-form .badcars-calendar-days {
        gap: 3px;
        min-height: 0;
    }

    .badcars-pwa-form .badcars-calendar-day {
        min-height: 38px;
        border-radius: 5px;
        font-size: 13px;
    }

    .badcars-pwa-form .badcars-calendar-times {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .badcars-pwa-form .badcars-calendar-legend {
        grid-template-columns: 1fr;
        gap: 8px;
    }
}

.badcars-pwa-client-editor {
    display: block;
}

.badcars-pwa-client-editor h3 {
    margin-top: 0;
}

.badcars-pwa-client-editor textarea[rows="1"] {
    height: 48px;
    min-height: 48px;
    overflow: hidden;
    resize: none;
    -webkit-appearance: none;
    appearance: none;
}

.badcars-deposit-status-box {
    display: grid;
    gap: 10px;
    margin: 8px 0;
    border: 2px solid #f49a33;
    border-radius: 10px;
    padding: 14px;
    background: #fff6e8;
    color: #111;
}

.badcars-deposit-status-box h3 {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin: 0;
    border-bottom: 1px solid #f1c58e;
    padding: 0 0 10px;
    color: #111;
    font-size: 17px;
    font-weight: 950;
    text-transform: uppercase;
}

.badcars-deposit-status-box h3 strong {
    color: #c96700;
    white-space: nowrap;
}

.badcars-deposit-status-box p {
    margin: 0;
    font-weight: 800;
}

.badcars-pwa-form .badcars-deposit-status-box label {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 48px;
    border: 2px solid #bbb;
    border-radius: 8px;
    padding: 8px 12px;
    background: #fff;
    color: #111;
    font-size: 15px;
    font-weight: 900;
}

.badcars-deposit-status-box label.is-paid {
    border-color: #209653;
}

.badcars-pwa-form .badcars-deposit-status-box label.badcars-deposit-amount-field {
    display: block;
    border-color: #ddd;
    font-weight: 800;
}

.badcars-pwa-form .badcars-deposit-status-box label.badcars-deposit-amount-field input {
    width: 100%;
    margin-top: 8px;
}

.badcars-pwa-form .badcars-deposit-status-box label.badcars-deposit-amount-field small {
    display: block;
    margin-top: 6px;
    color: #555;
    font-weight: 700;
}

.badcars-deposit-status-box label.is-unpaid {
    border-color: #c83d35;
}

.badcars-deposit-status-box input[type="radio"] {
    flex: 0 0 auto;
    width: 24px;
    min-height: 24px;
    height: 24px;
    margin: 0;
    padding: 0;
}

.badcars-pwa-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.badcars-pwa-submit {
    min-height: 58px;
    border: 0;
    border-radius: 8px;
    background: linear-gradient(135deg, #ffbc45 0%, #f28b00 100%);
    color: #111;
    font-weight: 900;
    box-shadow: 0 8px 22px rgba(242, 139, 0, .28);
    cursor: pointer;
}

.badcars-pwa-submit:hover,
.badcars-pwa-submit:focus-visible {
    background: linear-gradient(135deg, #ffc75f 0%, #e97f00 100%);
}
.badcars-pwa-submit.is-loading,
.badcars-pwa-submit:disabled {
    cursor: wait;
    opacity: .82;
}

.badcars-pwa-submit-loading {
    display: none;
    align-items: center;
    gap: 10px;
    margin: 2px 0 0;
    padding: 12px 14px;
    border: 1px solid rgba(244, 154, 51, .45);
    border-radius: 8px;
    background: rgba(244, 154, 51, .12);
    color: #f5f5f5;
    font-size: 14px;
    font-weight: 800;
}

.badcars-pwa-submit-loading.is-active {
    display: flex;
}

.badcars-pwa-submit-loading span {
    width: 18px;
    height: 18px;
    border: 3px solid rgba(255, 255, 255, .35);
    border-top-color: #f49a33;
    border-radius: 50%;
    animation: badcars-pwa-spin .8s linear infinite;
}

@keyframes badcars-pwa-spin {
    to {
        transform: rotate(360deg);
    }
}


.badcars-pwa-danger-zone {
    border-color: rgba(214, 54, 56, .45);
    background: #2a1111;
}

.badcars-pwa-danger-zone h3,
.badcars-pwa-danger-zone p {
    color: #fff;
}

.badcars-pwa-danger-submit {
    background: linear-gradient(135deg, #ef4444 0%, #b91c1c 100%);
    color: #fff;
    box-shadow: 0 8px 22px rgba(185, 28, 28, .25);
}

.badcars-pwa-danger-submit:hover,
.badcars-pwa-danger-submit:focus-visible {
    background: linear-gradient(135deg, #f87171 0%, #991b1b 100%);
}

.badcars-client-loaded {
    border-left: 4px solid #f28b00;
    padding: 10px 12px;
    background: #fff5e5;
    color: #111;
    font-size: 14px;
    font-weight: 800;
}

.badcars-pwa-secondary {
    background: #f49a33;
    color: #111;
}

.badcars-pwa-checks,
.badcars-damage-panel {
    display: grid;
    gap: 10px;
    border-radius: 8px;
    padding: 12px;
    background: #fff;
    color: #111;
}

.badcars-pwa-checks strong,
.badcars-damage-panel h3 {
    margin: 0;
    color: #111;
}

.badcars-pwa-checks label,
.badcars-damage-panel label {
    color: #111;
}

.badcars-pwa-checks label {
    display: flex;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 8px;
}

.badcars-pwa-checks input[type="checkbox"] {
    width: 18px;
    min-height: 18px;
    height: 18px;
}

.badcars-pwa-checks.badcars-cleanliness-box {
    grid-template-columns: 120px repeat(2, minmax(0, 1fr));
    align-items: center;
    gap: 8px;
    margin: 0;
    border: 2px solid #f49a33;
    padding: 14px;
    background: #fff6e8;
}

.badcars-cleanliness-box > h3 {
    grid-column: 1 / -1;
    margin: 0 0 6px;
    padding: 0 0 10px;
    border-bottom: 1px solid #e6c28d;
    color: #111;
    font-size: 17px;
    font-weight: 950;
}

.badcars-cleanliness-box > strong {
    display: flex;
    align-items: center;
    min-height: 44px;
}

.badcars-pwa-form .badcars-cleanliness-box label {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 44px;
    border: 1px solid #d9b781;
    border-radius: 7px;
    padding: 8px 10px;
    background: #fff;
    color: #111;
    font-size: 15px;
    font-weight: 900;
}

.badcars-pwa-form .badcars-cleanliness-box input[type="radio"] {
    flex: 0 0 auto;
    width: 20px;
    min-height: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
}

@media (max-width: 600px) {
    .badcars-pwa-checks.badcars-cleanliness-box {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .badcars-cleanliness-box > strong {
        grid-column: 1 / -1;
        min-height: 0;
        margin-top: 4px;
    }
}

.badcars-signature-box button.is-saved {
    background: #37d67a !important;
    color: #111 !important;
}

.badcars-signature-box button.is-signed {
    border: 2px solid #37d67a;
    background: #173d29;
    color: #fff;
}

.badcars-car-outline {
    position: relative;
    width: 100%;
    max-width: 680px;
    min-height: 220px;
    aspect-ratio: 1514 / 1039;
    margin: 0 auto;
    border: 1px solid #dedede;
    border-radius: 8px;
    background: #fff url("../images/car-damage-map-v2.png") center / contain no-repeat;
}

@supports not (aspect-ratio: 1 / 1) {
    .badcars-car-outline {
        height: 0;
        min-height: 0;
        padding-bottom: 68.63%;
    }
}

.badcars-damage-point {
    position: absolute;
    z-index: 2;
    display: grid;
    place-items: center;
    width: 20px;
    height: 20px;
    border: 1px solid #f49a33;
    border-radius: 50%;
    background: #fff;
    color: #111;
    font-weight: 900;
    transform: translate(-50%, -50%);
    font-size: 12px;
    line-height: 1;
    box-shadow: 0 3px 8px rgba(0, 0, 0, .2);
}

.badcars-damage-point.is-active {
    border-color: #d63638;
    background: #d63638;
    color: #fff;
}

.badcars-damage-list {
    display: grid;
    gap: 8px;
    margin-top: 10px;
}

.badcars-damage-list em {
    padding: 7px 10px;
    background: #f4f4f4;
    color: #111;
    font-size: 13px;
    font-style: normal;
    font-weight: 800;
}

.badcars-damage-item {
    display: grid;
    grid-template-columns: minmax(170px, .8fr) minmax(220px, 1.2fr);
    align-items: center;
    gap: 10px;
    border-left: 3px solid #d63638;
    padding: 9px 10px;
    background: #f7f7f7;
    color: #111;
}

.badcars-damage-item strong,
.badcars-damage-item span {
    color: #111;
    font-size: 13px;
}

.badcars-damage-item input {
    width: 100%;
    min-height: 40px;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 8px 10px;
    background: #fff;
    color: #111;
    font-size: 14px;
}

@media (max-width: 600px) {
    .badcars-damage-item {
        grid-template-columns: 1fr;
    }

    .badcars-car-outline {
        min-height: 200px;
    }

    .badcars-damage-point {
        width: 20px;
        height: 20px;
    }
}

.badcars-pwa-document {
    padding: 12px;
    border-radius: 8px;
    background: #fff;
    color: #111;
    border: 1px solid #e5e5e5;
}

.badcars-pwa-document summary {
    cursor: pointer;
    font-weight: 800;
    color: #111;
    min-height: 38px;
    display: flex;
    align-items: center;
}

.badcars-pwa-document .badcars-pwa-form,
.badcars-pwa-document .badcars-pwa-form label {
    color: #111;
}

.badcars-pwa-document pre {
    white-space: pre-wrap;
    overflow-wrap: anywhere;
    color: #111;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.45;
}

.badcars-pwa-days {
    display: grid;
    gap: 12px;
    max-height: 70vh;
    overflow: auto;
    padding-right: 4px;
}

.badcars-pwa-day {
    padding: 12px;
    border-radius: 8px;
    background: #fff;
    color: #111;
}

.badcars-pwa-day header {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 8px;
}

.badcars-pwa-day header span {
    color: #666;
    font-size: 12px;
}

.badcars-pwa-day.is-empty {
    opacity: .65;
}

.badcars-pwa-event {
    display: grid;
    gap: 3px;
    margin-top: 8px;
    padding: 10px;
    border-left: 4px solid #f49a33;
    border-radius: 6px;
    background: #f6f6f6;
    color: #111;
    text-decoration: none;
}

.badcars-pwa-event span {
    color: #555;
}

.badcars-pwa {
    -webkit-tap-highlight-color: transparent;
}

.badcars-pwa .badcars-success {
    background: #d8f5e4;
    color: #0b3320;
    border-left: 6px solid #37d67a;
    font-weight: 800;
}

.badcars-pwa .badcars-notice {
    background: #fff0d8;
    color: #3b2104;
    border-left: 6px solid #f49a33;
    font-weight: 800;
}

.badcars-pwa .badcars-error {
    background: #ffe1e1;
    color: #4b1111;
    border-left: 6px solid #d63638;
    font-weight: 800;
}

.badcars-pwa .badcars-success *,
.badcars-pwa .badcars-notice *,
.badcars-pwa .badcars-error * {
    color: inherit !important;
}

.badcars-pwa-grid a,
.badcars-pwa-list a,
.badcars-pwa-static-item,
.badcars-pwa-event,
.badcars-signature-box button {
    transition: background .18s ease, color .18s ease, transform .18s ease, box-shadow .18s ease, outline-color .18s ease;
}

.badcars-pwa-grid a:hover,
.badcars-pwa-grid a:focus,
.badcars-pwa-grid a:active,
.badcars-pwa-list a:hover,
.badcars-pwa-list a:focus,
.badcars-pwa-list a:active,
.badcars-pwa-static-item:hover,
.badcars-pwa-static-item:focus,
.badcars-pwa-static-item:active,
.badcars-pwa-event:hover,
.badcars-pwa-event:focus,
.badcars-pwa-event:active,
.badcars-signature-box button:hover,
.badcars-signature-box button:focus,
.badcars-signature-box button:active {
    background: #f49a33 !important;
    color: #111 !important;
    outline: 3px solid rgba(244, 154, 51, .35);
    outline-offset: 2px;
    box-shadow: 0 8px 22px rgba(244, 154, 51, .22);
    transform: translateY(-1px);
}

.badcars-pwa-grid a:hover *,
.badcars-pwa-grid a:focus *,
.badcars-pwa-grid a:active *,
.badcars-pwa-list a:hover *,
.badcars-pwa-list a:focus *,
.badcars-pwa-list a:active *,
.badcars-pwa-event:hover *,
.badcars-pwa-event:focus *,
.badcars-pwa-event:active * {
    color: #111 !important;
}

.badcars-pwa-day .badcars-pwa-event,
.badcars-pwa-day .badcars-pwa-event:visited {
    color: #111 !important;
}

.badcars-pwa-day .badcars-pwa-event b,
.badcars-pwa-day .badcars-pwa-event span {
    color: #111 !important;
}

.badcars-pwa-day .badcars-pwa-event:hover,
.badcars-pwa-day .badcars-pwa-event:focus,
.badcars-pwa-day .badcars-pwa-event:active {
    background: #f49a33 !important;
    border-left-color: #111 !important;
    color: #111 !important;
}

.badcars-pwa-day .badcars-pwa-event:hover b,
.badcars-pwa-day .badcars-pwa-event:focus b,
.badcars-pwa-day .badcars-pwa-event:active b,
.badcars-pwa-day .badcars-pwa-event:hover span,
.badcars-pwa-day .badcars-pwa-event:focus span,
.badcars-pwa-day .badcars-pwa-event:active span {
    color: #111 !important;
}

.badcars-document-preview {
    color: #111;
    font-size: 14px;
    line-height: 1.55;
    padding-top: 10px;
}

.badcars-document-signature {
    display: block;
    width: min(260px, 100%);
    max-height: 110px;
    object-fit: contain;
    margin: 8px 0;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #fff;
}

.badcars-missing-signature {
    display: inline-block;
    margin: 4px 0;
    padding: 5px 8px;
    border-radius: 6px;
    background: #fff3cd;
    color: #7a5200;
    font-weight: 800;
}

.badcars-rental-steps {
    width: 100vw;
    margin: 56px 0 0 calc(50% - 50vw);
    padding: clamp(38px, 4.4vw, 64px) clamp(20px, 5vw, 96px);
    background: #030303;
    color: #fff;
}

.badcars-rental-steps-inner {
    max-width: 1480px;
    margin: 0 auto;
}

.badcars-rental-steps h3 {
    margin: 0 0 clamp(26px, 3vw, 42px);
    color: #fff;
    font-size: clamp(26px, 3.1vw, 42px);
    line-height: 1;
    font-weight: 900;
    text-align: center;
}

.badcars-rental-steps-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(24px, 4vw, 62px);
}

.badcars-step-card {
    min-width: 0;
    text-align: left;
}

.badcars-step-icon,
.badcars-benefit-icon {
    display: grid;
    place-items: center;
    width: clamp(70px, 7.4vw, 112px);
    height: clamp(70px, 7.4vw, 112px);
    margin: 0 auto clamp(18px, 2.4vw, 30px);
    border-radius: 50%;
    background: linear-gradient(135deg, #ffbd2f, #f39221);
    box-shadow: 0 16px 34px rgba(243, 146, 33, .26);
}

.badcars-step-icon svg,
.badcars-benefit-icon svg {
    width: 52%;
    height: 52%;
    fill: none;
    stroke: #080808;
    stroke-width: 4;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.badcars-step-card h4 {
    margin: 0 0 clamp(16px, 2vw, 26px);
    color: #fff;
    font-size: clamp(21px, 2.15vw, 32px);
    line-height: 1.25;
    font-weight: 900;
    text-align: center;
}

.badcars-step-card p {
    margin: 0 0 18px;
    color: #fff;
    font-size: clamp(15px, 1.15vw, 18px);
    line-height: 1.55;
}

.badcars-step-card strong {
    color: #fff;
    font-weight: 900;
}

.badcars-seo-benefits {
    width: 100vw;
    margin: 0 0 0 calc(50% - 50vw);
    padding: clamp(42px, 5vw, 74px) clamp(20px, 5vw, 96px);
    background: #fff;
    color: #292929;
}

.badcars-seo-benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(24px, 4.4vw, 70px);
    max-width: 1480px;
    margin: 0 auto;
}

.badcars-seo-benefit {
    min-width: 0;
    text-align: center;
}

.badcars-seo-benefit h3 {
    margin: 0 0 20px;
    color: #292929;
    font-size: clamp(22px, 2.35vw, 34px);
    line-height: 1.22;
    font-weight: 900;
}

.badcars-seo-benefit p {
    margin: 0;
    color: #303030;
    font-size: clamp(15px, 1.15vw, 18px);
    line-height: 1.55;
}

.badcars-site-footer {
    width: 100vw;
    margin: 0 0 0 calc(50% - 50vw);
    background: #020202;
    color: #fff;
}

.badcars-site-footer a {
    color: inherit;
    text-decoration: none;
}

.badcars-footer-top {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 32px;
    max-width: 1480px;
    min-height: 104px;
    margin: 0 auto;
    padding: 0 clamp(20px, 5vw, 96px);
}

.badcars-footer-social {
    display: flex;
    align-items: center;
    gap: 22px;
}

.badcars-footer-social a,
.badcars-footer-social span {
    display: grid;
    place-items: center;
    width: 16px;
    height: 16px;
}

.badcars-footer-social svg {
    width: 16px;
    height: 16px;
    fill: #fff;
    stroke: none;
}

.badcars-footer-social svg rect,
.badcars-footer-social svg circle {
    fill: none;
    stroke: #fff;
    stroke-width: 2;
}

.badcars-footer-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: clamp(18px, 2.8vw, 46px);
}

.badcars-footer-nav a,
.badcars-footer-nav span {
    color: #bdbdbd;
    font-size: 11px;
    line-height: 1.2;
    font-weight: 800;
    text-transform: uppercase;
    white-space: nowrap;
}

.badcars-footer-nav a:hover,
.badcars-footer-nav a:focus-visible {
    color: #f59a22;
}

.badcars-footer-bottom {
    border-top: 1px solid #1d1d1d;
}

.badcars-footer-contact {
    display: grid;
    grid-template-columns: minmax(150px, .85fr) minmax(300px, 1.35fr) minmax(220px, .95fr) minmax(290px, 1.15fr);
    align-items: center;
    gap: clamp(18px, 2.4vw, 44px);
    max-width: 1480px;
    min-height: 118px;
    margin: 0 auto;
    padding: 22px clamp(20px, 5vw, 96px);
}

.badcars-footer-contact-item {
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.badcars-footer-contact-stack {
    display: contents;
}

.badcars-footer-contact-icon {
    display: grid;
    place-items: center;
    color: #f59a22;
}

.badcars-footer-contact-icon svg {
    width: 30px;
    height: 30px;
    fill: none;
    stroke: currentColor;
    stroke-width: 3.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.badcars-footer-contact strong {
    display: block;
    margin-bottom: 3px;
    color: #fff;
    font-size: 12px;
    line-height: 1.25;
    font-weight: 900;
    text-transform: uppercase;
}

.badcars-footer-contact p {
    margin: 0;
    color: #fff;
    font-size: 12px;
    line-height: 1.35;
}

.badcars-footer-phones div {
    display: flex;
    align-items: baseline;
    flex-wrap: nowrap;
    gap: 14px;
}

.badcars-footer-phones a {
    color: #fff;
    font-size: clamp(18px, 1.35vw, 22px);
    line-height: 1.15;
    font-weight: 500;
    white-space: nowrap;
}

.badcars-footer-phones .badcars-footer-mail {
    color: #f59a22;
    font-size: clamp(16px, 1.35vw, 21px);
}

.badcars-footer-email a {
    color: #fff;
    font-size: clamp(18px, 1.35vw, 22px);
    line-height: 1.15;
    font-weight: 500;
    white-space: nowrap;
}

.badcars-footer-hours p {
    font-size: 12px;
    white-space: nowrap;
}

.badcars-static-page {
    width: 100%;
    padding: clamp(44px, 6vw, 86px) 20px;
    background: #f6f6f6;
    color: #151515;
}

.badcars-static-page-inner {
    max-width: 1040px;
    margin: 0 auto;
    padding: clamp(28px, 4vw, 56px);
    border: 1px solid #e4e4e4;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 48px rgba(0, 0, 0, .08);
}

.badcars-static-page h1 {
    margin: 0 0 18px;
    color: #111;
    font-size: clamp(32px, 4vw, 54px);
    line-height: 1.05;
    font-weight: 900;
}

.badcars-static-page-content h2 {
    margin: 32px 0 12px;
    color: #111;
    font-size: clamp(22px, 2vw, 30px);
    line-height: 1.2;
    font-weight: 900;
}

.badcars-static-page-content p,
.badcars-static-page-content li {
    color: #252525;
    font-size: 17px;
    line-height: 1.7;
}

.badcars-static-page-content a {
    color: #d97816;
    font-weight: 800;
}

.badcars-collab-page {
    width: 100%;
    background: #fff;
    color: #070707;
    overflow: hidden;
}

.badcars-collab-content {
    display: block;
}

.badcars-collab-section {
    padding: clamp(44px, 5vw, 82px) clamp(18px, 4.5vw, 64px);
    background: #fff;
}

.badcars-collab-intro,
.badcars-collab-split-photo,
.badcars-collab-assurance {
    background:
        linear-gradient(90deg, rgba(255,255,255,.98), rgba(255,255,255,.92)),
        radial-gradient(circle at 14% 30%, rgba(0,0,0,.04), transparent 34%),
        radial-gradient(circle at 72% 24%, rgba(242,141,24,.06), transparent 30%),
        #fff;
}

.badcars-collab-wrap {
    max-width: 1240px;
    margin: 0 auto;
}

.badcars-collab-two {
    display: grid;
    grid-template-columns: minmax(280px, .82fr) minmax(390px, 1fr);
    gap: clamp(28px, 4.6vw, 68px);
    align-items: center;
}

.badcars-collab-split-photo .badcars-collab-two {
    grid-template-columns: minmax(390px, 1fr) minmax(300px, .88fr);
}

.badcars-collab-copy h2,
.badcars-collab-benefits h2,
.badcars-collab-assurance h2,
.badcars-collab-process h2,
.badcars-collab-models h2,
.badcars-collab-slide h2 {
    margin: 0;
    color: #050505;
    font-size: clamp(34px, 3.6vw, 58px);
    line-height: 1.08;
    font-weight: 820;
    letter-spacing: 0;
}

.badcars-collab-copy h3 {
    margin: 0 0 18px;
    color: #050505;
    font-size: clamp(20px, 1.35vw, 25px);
    line-height: 1.35;
    font-weight: 780;
    letter-spacing: 0;
}

.badcars-collab-lead {
    margin: 14px 0 18px;
    color: #f28d18;
    font-size: clamp(18px, 1.35vw, 24px);
    line-height: 1.35;
    font-weight: 700;
}

.badcars-collab-accent {
    color: #f28d18;
    font-weight: 800;
}

.badcars-collab-content p,
.badcars-collab-content li {
    color: #080808;
    font-size: clamp(16px, .98vw, 19px);
    line-height: 1.52;
    font-weight: 400;
    letter-spacing: 0;
}

.badcars-collab-copy p {
    margin: 0 0 18px;
}

.badcars-collab-media {
    display: block;
    margin: 0;
}

.badcars-collab-media img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10.2;
    object-fit: cover;
    border-radius: 8px;
}

.badcars-collab-image-placeholder {
    display: grid;
    place-items: center;
    width: 100%;
    aspect-ratio: 16 / 10.2;
    border: 1px dashed rgba(242, 141, 24, .42);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(242,141,24,.16), rgba(255,255,255,.86)),
        #f4f4f4;
    color: rgba(0, 0, 0, .46);
    font-size: 13px;
    font-weight: 780;
    letter-spacing: .12em;
    text-align: center;
    text-transform: uppercase;
}

.badcars-collab-benefits h2,
.badcars-collab-assurance h2 {
    margin-bottom: clamp(34px, 4vw, 56px);
    text-align: center;
}

.badcars-collab-benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(34px, 4.5vw, 62px) clamp(30px, 5vw, 74px);
}

.badcars-collab-benefit,
.badcars-collab-assurance-grid > div {
    position: relative;
    text-align: center;
}

.badcars-collab-benefit {
    padding-top: 86px;
}

.badcars-collab-benefit::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 68px;
    height: 68px;
    border: 5px solid #f28d18;
    border-radius: 50%;
    transform: translateX(-50%);
}

.badcars-collab-benefit::after {
    content: "";
    position: absolute;
    top: 22px;
    left: 50%;
    width: 30px;
    height: 16px;
    border-left: 5px solid #f28d18;
    border-bottom: 5px solid #f28d18;
    transform: translateX(-45%) rotate(-45deg);
}

.badcars-collab-benefit > .badcars-collab-icon,
.badcars-collab-assurance-grid > div > .badcars-collab-icon {
    display: none;
}

.badcars-collab-benefit p,
.badcars-collab-assurance-grid p {
    max-width: 330px;
    margin: 0 auto;
    font-size: clamp(16px, .95vw, 18px);
    line-height: 1.45;
}

.badcars-collab-icon {
    display: block;
    width: 82px;
    height: 82px;
    margin: 0 auto 28px;
    color: #f28d18;
}

.badcars-collab-icon--check {
    position: relative;
    border: 6px solid currentColor;
    border-radius: 50%;
}

.badcars-collab-icon--check::before {
    content: "";
    position: absolute;
    left: 18px;
    top: 21px;
    width: 35px;
    height: 18px;
    border-left: 6px solid currentColor;
    border-bottom: 6px solid currentColor;
    transform: rotate(-45deg);
}

.badcars-collab-icon--pin,
.badcars-collab-icon--gauge,
.badcars-collab-icon--marketing,
.badcars-collab-icon--service,
.badcars-collab-icon--client {
    background: currentColor;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.badcars-collab-icon--pin {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 80'%3E%3Cpath fill='none' stroke='black' stroke-width='5' stroke-linecap='round' stroke-linejoin='round' d='M40 74s22-22 22-43A22 22 0 1 0 18 31c0 21 22 43 22 43Z M40 39a9 9 0 1 0 0-18 9 9 0 0 0 0 18Z M25 68h30'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 80'%3E%3Cpath fill='none' stroke='black' stroke-width='5' stroke-linecap='round' stroke-linejoin='round' d='M40 74s22-22 22-43A22 22 0 1 0 18 31c0 21 22 43 22 43Z M40 39a9 9 0 1 0 0-18 9 9 0 0 0 0 18Z M25 68h30'/%3E%3C/svg%3E");
}

.badcars-collab-icon--gauge {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 80'%3E%3Cpath fill='none' stroke='black' stroke-width='5' stroke-linecap='round' stroke-linejoin='round' d='M14 54a28 28 0 0 1 52 0 M40 54l12-17 M20 50h7 M60 50h-7 M25 31l5 5 M55 31l-5 5 M40 24v8'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 80'%3E%3Cpath fill='none' stroke='black' stroke-width='5' stroke-linecap='round' stroke-linejoin='round' d='M14 54a28 28 0 0 1 52 0 M40 54l12-17 M20 50h7 M60 50h-7 M25 31l5 5 M55 31l-5 5 M40 24v8'/%3E%3C/svg%3E");
}

.badcars-collab-icon--marketing {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 80'%3E%3Cpath fill='none' stroke='black' stroke-width='5' stroke-linecap='round' stroke-linejoin='round' d='M13 46l40-20v37L13 46Zm0 0v15h12l7-9 M58 33l10-8 M61 44h12 M58 56l10 8'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 80'%3E%3Cpath fill='none' stroke='black' stroke-width='5' stroke-linecap='round' stroke-linejoin='round' d='M13 46l40-20v37L13 46Zm0 0v15h12l7-9 M58 33l10-8 M61 44h12 M58 56l10 8'/%3E%3C/svg%3E");
}

.badcars-collab-icon--service {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 80'%3E%3Cpath fill='none' stroke='black' stroke-width='5' stroke-linecap='round' stroke-linejoin='round' d='M45 8l3 10 10 3 9-5 7 12-8 7 2 10 9 7-7 12-11-4-8 7-2 10H31l-2-10-8-7-11 4-7-12 9-7 2-10-8-7 7-12 9 5 10-3 3-10h10Zm-5 23a9 9 0 1 0 0 18 9 9 0 0 0 0-18Z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 80'%3E%3Cpath fill='none' stroke='black' stroke-width='5' stroke-linecap='round' stroke-linejoin='round' d='M45 8l3 10 10 3 9-5 7 12-8 7 2 10 9 7-7 12-11-4-8 7-2 10H31l-2-10-8-7-11 4-7-12 9-7 2-10-8-7 7-12 9 5 10-3 3-10h10Zm-5 23a9 9 0 1 0 0 18 9 9 0 0 0 0-18Z'/%3E%3C/svg%3E");
}

.badcars-collab-icon--client {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 80'%3E%3Cpath fill='none' stroke='black' stroke-width='5' stroke-linecap='round' stroke-linejoin='round' d='M36 40a15 15 0 1 0 0-30 15 15 0 0 0 0 30Z M10 70c4-15 15-23 26-23 6 0 12 2 16 6 M63 49v26 M50 62h26 M63 54a8 8 0 1 0 0 16 8 8 0 0 0 0-16Z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 80'%3E%3Cpath fill='none' stroke='black' stroke-width='5' stroke-linecap='round' stroke-linejoin='round' d='M36 40a15 15 0 1 0 0-30 15 15 0 0 0 0 30Z M10 70c4-15 15-23 26-23 6 0 12 2 16 6 M63 49v26 M50 62h26 M63 54a8 8 0 1 0 0 16 8 8 0 0 0 0-16Z'/%3E%3C/svg%3E");
}

.badcars-collab-assurance-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: clamp(20px, 3vw, 42px);
}

.badcars-collab-assurance-grid > div {
    padding-top: 82px;
}

.badcars-collab-assurance-grid > div::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 68px;
    height: 68px;
    background: #f28d18;
    transform: translateX(-50%);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.badcars-collab-assurance-grid > div:nth-child(1)::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 80'%3E%3Cpath fill='none' stroke='black' stroke-width='5' stroke-linecap='round' stroke-linejoin='round' d='M40 74s22-22 22-43A22 22 0 1 0 18 31c0 21 22 43 22 43Z M40 39a9 9 0 1 0 0-18 9 9 0 0 0 0 18Z M25 68h30'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 80'%3E%3Cpath fill='none' stroke='black' stroke-width='5' stroke-linecap='round' stroke-linejoin='round' d='M40 74s22-22 22-43A22 22 0 1 0 18 31c0 21 22 43 22 43Z M40 39a9 9 0 1 0 0-18 9 9 0 0 0 0 18Z M25 68h30'/%3E%3C/svg%3E");
}

.badcars-collab-assurance-grid > div:nth-child(2)::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 80'%3E%3Cpath fill='none' stroke='black' stroke-width='5' stroke-linecap='round' stroke-linejoin='round' d='M14 54a28 28 0 0 1 52 0 M40 54l12-17 M20 50h7 M60 50h-7 M25 31l5 5 M55 31l-5 5 M40 24v8'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 80'%3E%3Cpath fill='none' stroke='black' stroke-width='5' stroke-linecap='round' stroke-linejoin='round' d='M14 54a28 28 0 0 1 52 0 M40 54l12-17 M20 50h7 M60 50h-7 M25 31l5 5 M55 31l-5 5 M40 24v8'/%3E%3C/svg%3E");
}

.badcars-collab-assurance-grid > div:nth-child(3)::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 80'%3E%3Cpath fill='none' stroke='black' stroke-width='5' stroke-linecap='round' stroke-linejoin='round' d='M13 46l40-20v37L13 46Zm0 0v15h12l7-9 M58 33l10-8 M61 44h12 M58 56l10 8'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 80'%3E%3Cpath fill='none' stroke='black' stroke-width='5' stroke-linecap='round' stroke-linejoin='round' d='M13 46l40-20v37L13 46Zm0 0v15h12l7-9 M58 33l10-8 M61 44h12 M58 56l10 8'/%3E%3C/svg%3E");
}

.badcars-collab-assurance-grid > div:nth-child(4)::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 80'%3E%3Cpath fill='none' stroke='black' stroke-width='5' stroke-linecap='round' stroke-linejoin='round' d='M45 8l3 10 10 3 9-5 7 12-8 7 2 10 9 7-7 12-11-4-8 7-2 10H31l-2-10-8-7-11 4-7-12 9-7 2-10-8-7 7-12 9 5 10-3 3-10h10Zm-5 23a9 9 0 1 0 0 18 9 9 0 0 0 0-18Z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 80'%3E%3Cpath fill='none' stroke='black' stroke-width='5' stroke-linecap='round' stroke-linejoin='round' d='M45 8l3 10 10 3 9-5 7 12-8 7 2 10 9 7-7 12-11-4-8 7-2 10H31l-2-10-8-7-11 4-7-12 9-7 2-10-8-7 7-12 9 5 10-3 3-10h10Zm-5 23a9 9 0 1 0 0 18 9 9 0 0 0 0-18Z'/%3E%3C/svg%3E");
}

.badcars-collab-assurance-grid > div:nth-child(5)::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 80'%3E%3Cpath fill='none' stroke='black' stroke-width='5' stroke-linecap='round' stroke-linejoin='round' d='M36 40a15 15 0 1 0 0-30 15 15 0 0 0 0 30Z M10 70c4-15 15-23 26-23 6 0 12 2 16 6 M63 49v26 M50 62h26 M63 54a8 8 0 1 0 0 16 8 8 0 0 0 0-16Z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 80'%3E%3Cpath fill='none' stroke='black' stroke-width='5' stroke-linecap='round' stroke-linejoin='round' d='M36 40a15 15 0 1 0 0-30 15 15 0 0 0 0 30Z M10 70c4-15 15-23 26-23 6 0 12 2 16 6 M63 49v26 M50 62h26 M63 54a8 8 0 1 0 0 16 8 8 0 0 0 0-16Z'/%3E%3C/svg%3E");
}

.badcars-collab-process-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
    gap: clamp(28px, 4vw, 58px);
    align-items: start;
}

.badcars-collab-process h2 {
    position: relative;
    margin-bottom: 28px;
    padding-bottom: 16px;
}

.badcars-collab-process h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 58px;
    height: 4px;
    border-radius: 999px;
    background: #f28d18;
}

.badcars-collab-process ul,
.badcars-collab-model-columns ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.badcars-collab-process li {
    position: relative;
    margin: 0 0 13px;
    padding-left: 26px;
    line-height: 1.42;
}

.badcars-collab-process li::before {
    content: "";
    position: absolute;
    top: .68em;
    left: 0;
    width: 12px;
    height: 3px;
    background: #f28d18;
}

.badcars-collab-models {
    padding-top: clamp(50px, 5vw, 78px);
}

.badcars-collab-models h2 {
    max-width: 980px;
    margin-bottom: clamp(28px, 3.5vw, 46px);
}

.badcars-collab-model-columns {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(24px, 3vw, 48px);
}

.badcars-collab-model-columns li {
    margin: 0;
    padding: 14px 0;
    border-top: 1px solid #dedede;
    font-size: clamp(16px, .95vw, 18px);
    line-height: 1.35;
}

.badcars-collab-slider {
    padding: 0;
    background: #111;
}

.badcars-collab-slide {
    display: grid;
    place-items: center;
    min-height: clamp(300px, 24vw, 410px);
    padding: clamp(50px, 5.5vw, 84px) 20px;
    background:
        linear-gradient(90deg, rgba(0,0,0,.88), rgba(0,0,0,.74)),
        radial-gradient(circle at 30% 34%, rgba(242,141,24,.42), transparent 34%),
        linear-gradient(135deg, rgba(242,141,24,.24), rgba(0,0,0,.18) 48%, rgba(242,141,24,.12)),
        url("../images/collab-engine-bg.jpg") center 56% / cover no-repeat,
        #120904;
    color: #fff;
    text-align: center;
}

.badcars-collab-slide-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1360px;
    margin: 0 auto;
}

.badcars-collab-slide h2 {
    max-width: 1080px;
    margin: 0 auto 16px;
    color: #fff;
    font-size: clamp(30px, 2.8vw, 48px);
}

.badcars-collab-slide p {
    max-width: 1120px;
    margin: 0 auto 18px;
    color: #fff;
    font-size: clamp(17px, 1.25vw, 22px);
    line-height: 1.35;
}

.badcars-collab-slide .badcars-collab-slide-lead {
    color: #f28d18;
    font-size: clamp(22px, 1.7vw, 30px);
    font-weight: 800;
}

.badcars-collab-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-height: 50px;
    margin: 8px auto 0;
    padding: 0 38px;
    border: 2px solid #f28d18;
    border-radius: 8px;
    background: #f28d18;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    font-weight: 850;
    letter-spacing: .03em;
    text-decoration: none;
    text-transform: uppercase;
}

.badcars-collab-cta:hover,
.badcars-collab-cta:focus {
    background: #111;
    color: #fff;
}

.badcars-collab-page ::selection {
    background: #f28d18;
    color: #111;
}

@media (max-width: 980px) {
    .badcars-collab-two,
    .badcars-collab-split-photo .badcars-collab-two,
    .badcars-collab-process-grid {
        grid-template-columns: 1fr;
    }

    .badcars-collab-benefits-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 34px 28px;
    }

    .badcars-collab-assurance-grid,
    .badcars-collab-model-columns {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .badcars-collab-section {
        padding: 38px 18px;
    }

    .badcars-collab-copy h2,
    .badcars-collab-benefits h2,
    .badcars-collab-assurance h2,
    .badcars-collab-process h2,
    .badcars-collab-models h2 {
        font-size: 36px;
    }

    .badcars-collab-benefits-grid,
    .badcars-collab-assurance-grid,
    .badcars-collab-model-columns {
        grid-template-columns: 1fr;
    }

    .badcars-collab-benefits h2,
    .badcars-collab-assurance h2 {
        margin-bottom: 42px;
    }

    .badcars-collab-benefit,
    .badcars-collab-assurance-grid > div {
        padding-top: 70px;
    }

    .badcars-collab-benefit::before,
    .badcars-collab-assurance-grid > div::before {
        width: 58px;
        height: 58px;
    }

    .badcars-collab-benefit::after {
        top: 19px;
        width: 26px;
        height: 14px;
    }

    .badcars-collab-slide h2 {
        font-size: 30px;
    }
}

.badcars-faq-page {
    width: 100%;
    padding: clamp(38px, 4.5vw, 70px) clamp(22px, 5vw, 96px);
    background:
        linear-gradient(90deg, rgba(255,255,255,.97), rgba(255,255,255,.92)),
        radial-gradient(circle at 15% 16%, rgba(242,141,24,.08), transparent 34%),
        #f6f6f6;
    color: #111;
}

.badcars-faq-shell {
    display: grid;
    grid-template-columns: minmax(300px, 460px) minmax(520px, 760px);
    gap: clamp(42px, 5vw, 84px);
    align-items: start;
    justify-content: center;
    max-width: 1360px;
    margin: 0 auto;
}

.badcars-faq-head > span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
    color: #f28d18;
    font-size: 13px;
    line-height: 1;
    font-weight: 850;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.badcars-faq-head > span::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #f28d18;
    box-shadow: 0 0 0 6px rgba(242, 141, 24, .12);
}

.badcars-faq-head h1 {
    margin: 0 0 24px;
    color: #050505;
    font-size: clamp(34px, 3.4vw, 50px);
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0;
}

.badcars-faq-intro p,
.badcars-faq-fallback p {
    margin: 0 0 18px;
    color: #202020;
    font-size: clamp(15px, 1.05vw, 18px);
    line-height: 1.72;
}

.badcars-faq-intro a,
.badcars-faq-fallback a {
    color: #d97816;
    font-weight: 800;
    text-decoration: none;
}

.badcars-faq-list {
    display: grid;
    gap: 14px;
}

.badcars-faq-item {
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    background: rgba(255, 255, 255, .88);
    box-shadow: 0 14px 34px rgba(0, 0, 0, .05);
    overflow: hidden;
}

.badcars-faq-item[open] {
    border-color: rgba(242, 141, 24, .38);
}

.badcars-faq-item summary {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 30px;
    gap: 18px;
    align-items: center;
    min-height: 72px;
    padding: 18px 22px;
    color: #101010;
    font-size: clamp(17px, 1.25vw, 21px);
    line-height: 1.25;
    font-weight: 800;
    cursor: pointer;
    list-style: none;
}

.badcars-faq-item summary::-webkit-details-marker {
    display: none;
}

.badcars-faq-item summary i {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #f28d18;
}

.badcars-faq-item summary i::before,
.badcars-faq-item summary i::after {
    content: "";
    position: absolute;
    top: 14px;
    left: 8px;
    width: 14px;
    height: 2px;
    border-radius: 2px;
    background: #fff;
}

.badcars-faq-item summary i::after {
    transform: rotate(90deg);
}

.badcars-faq-item[open] summary i::after {
    transform: rotate(0);
}

.badcars-faq-answer {
    border-top: 1px solid #eeeeee;
    padding: 0 22px 22px;
}

.badcars-faq-answer p {
    margin: 18px 0 0;
    color: #252525;
    font-size: clamp(15px, 1vw, 17px);
    line-height: 1.72;
}

.badcars-faq-page ::selection {
    background: #f28d18;
    color: #111;
}

.badcars-contact-page {
    width: 100%;
    padding: clamp(38px, 4.5vw, 64px) clamp(22px, 5vw, 96px);
    background:
        linear-gradient(90deg, rgba(255,255,255,.97), rgba(255,255,255,.9)),
        radial-gradient(circle at 18% 25%, rgba(245,154,34,.08), transparent 34%),
        #f6f6f6;
    color: #111;
}

.badcars-contact-shell {
    display: grid;
    grid-template-columns: minmax(360px, 560px) minmax(520px, 740px);
    gap: clamp(46px, 5vw, 84px);
    align-items: start;
    justify-content: center;
    max-width: 1420px;
    margin: 0 auto;
}

.badcars-contact-info h1,
.badcars-contact-form-wrap h2 {
    margin: 0 0 18px;
    color: #050505;
    font-size: clamp(34px, 3.4vw, 50px);
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0;
}

.badcars-contact-top {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 40px;
    margin-bottom: clamp(38px, 5vw, 68px);
}

.badcars-contact-line,
.badcars-contact-row {
    display: flex;
    align-items: center;
    gap: 14px;
}

.badcars-contact-line span,
.badcars-contact-row span {
    display: grid;
    flex: 0 0 auto;
    place-items: center;
    color: #f28d18;
}

.badcars-contact-line svg,
.badcars-contact-row svg {
    width: 34px;
    height: 34px;
    fill: none;
    stroke: currentColor;
    stroke-width: 3.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.badcars-contact-line div {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
}

.badcars-contact-line a {
    color: #111;
    font-size: clamp(18px, 1.45vw, 24px);
    line-height: 1.15;
    font-weight: 400;
    text-decoration: none;
}

.badcars-contact-page a:hover,
.badcars-contact-page a:focus-visible,
.badcars-contact-page a:active {
    color: #f28d18;
}

.badcars-contact-page ::selection {
    background: #f28d18;
    color: #111;
}

.badcars-contact-copy h2,
.badcars-contact-address h2 {
    margin: 0 0 18px;
    color: #050505;
    font-size: clamp(22px, 1.8vw, 29px);
    line-height: 1.15;
    font-weight: 800;
}

.badcars-contact-copy p,
.badcars-contact-address p {
    max-width: 620px;
    margin: 0 0 22px;
    color: #111;
    font-size: clamp(15px, 1.05vw, 18px);
    line-height: 1.65;
}

.badcars-contact-address {
    margin-top: clamp(42px, 5vw, 70px);
}

.badcars-contact-row {
    align-items: flex-start;
    margin-top: 16px;
}

.badcars-contact-row p {
    margin-bottom: 0;
}

.badcars-contact-actions {
    display: flex;
    align-items: center;
    gap: 28px;
    margin-top: clamp(34px, 4vw, 56px);
}

.badcars-contact-faq {
    display: inline-grid;
    place-items: center;
    min-width: 190px;
    min-height: 48px;
    border-radius: 8px;
    background: #f28d18;
    color: #fff;
    font-size: 13px;
    line-height: 1;
    font-weight: 850;
    text-decoration: none;
}

.badcars-contact-page .badcars-contact-faq:hover,
.badcars-contact-page .badcars-contact-faq:focus-visible,
.badcars-contact-page .badcars-contact-faq:active {
    color: #fff;
}

.badcars-contact-faq::selection {
    background: rgba(17, 17, 17, .22);
    color: #fff;
}

.badcars-contact-social {
    display: flex;
    align-items: center;
    gap: 22px;
}

.badcars-contact-social a,
.badcars-contact-social span {
    display: grid;
    place-items: center;
    width: 18px;
    height: 18px;
    color: #111;
}

.badcars-contact-social svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
    stroke: none;
}

.badcars-contact-social svg rect,
.badcars-contact-social svg circle {
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
}

.badcars-contact-form-wrap {
    min-width: 0;
}

.badcars-contact-form {
    display: grid;
    gap: 18px;
}

.badcars-contact-fields {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.badcars-contact-form input[type="text"],
.badcars-contact-form input[type="tel"],
.badcars-contact-form input[type="email"],
.badcars-contact-form textarea {
    width: 100%;
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    background: rgba(255,255,255,.86);
    color: #151515;
    font-size: 15px;
    line-height: 1.4;
    outline: none;
    box-shadow: none;
}

.badcars-contact-form input[type="text"],
.badcars-contact-form input[type="tel"],
.badcars-contact-form input[type="email"] {
    min-height: 50px;
    padding: 0 18px;
}

.badcars-contact-form textarea {
    min-height: 310px;
    padding: 18px;
    resize: vertical;
}

.badcars-contact-form input:focus,
.badcars-contact-form textarea:focus {
    border-color: #f28d18;
}

.badcars-contact-consent {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #111;
    font-size: 13px;
    line-height: 1.4;
}

.badcars-contact-consent input {
    width: 16px;
    height: 16px;
}

.badcars-contact-consent a {
    color: #111;
    text-decoration: underline;
}

.badcars-contact-form button {
    justify-self: end;
    min-width: 250px;
    min-height: 54px;
    border: 0;
    border-radius: 8px;
    background: #f28d18;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    font-weight: 850;
    letter-spacing: .16em;
    text-transform: uppercase;
    cursor: pointer;
}

.badcars-contact-alert {
    margin-bottom: 16px;
    padding: 12px 14px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
}

.badcars-contact-alert.is-success {
    background: #e8f7ee;
    color: #176b35;
}

.badcars-contact-alert.is-error {
    background: #fde8e8;
    color: #8b1e1e;
}

.badcars-contact-hp {
    position: absolute;
    left: -9999px;
}

@media (max-width: 1180px) {
    .badcars-footer-contact {
        grid-template-columns: 1fr;
    }

    .badcars-footer-contact-stack {
        display: grid;
        grid-template-columns: 1fr;
        gap: 14px;
    }
}

@media (max-width: 980px) {
    .badcars-rental-steps-grid,
    .badcars-seo-benefits-grid,
    .badcars-footer-contact {
        grid-template-columns: 1fr;
    }

    .badcars-step-card {
        text-align: center;
    }

    .badcars-step-card p {
        max-width: 680px;
        margin-right: auto;
        margin-left: auto;
    }

    .badcars-footer-top {
        grid-template-columns: 1fr;
        justify-items: center;
        padding-top: 28px;
        padding-bottom: 28px;
    }

    .badcars-footer-nav {
        justify-content: center;
    }

    .badcars-footer-contact {
        align-items: start;
        min-height: 0;
    }

    .badcars-footer-contact-stack {
        display: grid;
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .badcars-contact-shell,
    .badcars-faq-shell,
    .badcars-contact-fields {
        grid-template-columns: 1fr;
    }

    .badcars-contact-form textarea {
        min-height: 220px;
    }
}

@media (max-width: 560px) {
    .badcars-rental-steps {
        padding-top: 34px;
        padding-bottom: 38px;
    }

    .badcars-step-card h4 {
        font-size: 21px;
    }

    .badcars-step-card p,
    .badcars-seo-benefit p {
        font-size: 15px;
    }

    .badcars-footer-nav {
        align-items: center;
        flex-direction: column;
        gap: 16px;
    }

    .badcars-footer-contact-item {
        grid-template-columns: 38px minmax(0, 1fr);
        gap: 14px;
    }

    .badcars-footer-contact-icon svg {
        width: 38px;
        height: 38px;
    }

    .badcars-footer-phones div {
        align-items: flex-start;
        flex-direction: column;
    }

    .badcars-contact-page {
        padding: 34px 16px;
    }

    .badcars-faq-page {
        padding: 34px 16px;
    }

    .badcars-contact-info h1,
    .badcars-contact-form-wrap h2,
    .badcars-faq-head h1 {
        font-size: 36px;
    }

    .badcars-faq-item summary {
        grid-template-columns: minmax(0, 1fr) 28px;
        min-height: 64px;
        padding: 16px;
        font-size: 17px;
    }

    .badcars-faq-answer {
        padding: 0 16px 18px;
    }

    .badcars-contact-top {
        margin-bottom: 34px;
    }

    .badcars-contact-line,
    .badcars-contact-row {
        gap: 12px;
    }

    .badcars-contact-line svg,
    .badcars-contact-row svg {
        width: 30px;
        height: 30px;
    }

    .badcars-contact-line a {
        font-size: 19px;
    }

    .badcars-contact-actions {
        align-items: flex-start;
        flex-direction: column;
        gap: 18px;
    }

    .badcars-contact-form button {
        justify-self: stretch;
        min-width: 0;
    }
}



