.visual-slider {
    position: relative;
    max-width: 620px;
    margin-left: auto;
    padding: 22px 22px 24px;
    border-radius: 38px;
    background: linear-gradient(145deg, #091427, #04101d 55%, #071b34 100%);
    border: 1px solid rgba(255,255,255,.09);
    box-shadow: 0 30px 80px rgba(2, 8, 23, .28);
    overflow: hidden;
}

.visual-slider::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 15% 8%, rgba(255, 107, 35, .16), transparent 22%),
        radial-gradient(circle at 85% 20%, rgba(59, 130, 246, .10), transparent 22%);
    pointer-events: none;
}

.visual-slider-top {
    position: relative;
    z-index: 3;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
}

.visual-slider-controls {
    display: flex;
    gap: 10px;
}

.visual-nav {
    width: 46px;
    height: 46px;
    border: 1px solid rgba(255,255,255,.12);
    background: rgba(255,255,255,.06);
    color: #e5e7eb;
    border-radius: 15px;
    display: grid;
    place-items: center;
    transition: .25s ease;
    cursor: pointer;
}

.visual-nav:hover {
    transform: translateY(-2px);
    background: rgba(255,255,255,.12);
}

.visual-slides {
    position: relative;
    min-height: 395px;
}

.visual-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateX(24px);
    transition: opacity .45s ease, transform .45s ease, visibility .45s ease;
    pointer-events: none;
}

.visual-slide.is-active {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    pointer-events: auto;
}

.slide-window {
    position: relative;
    min-height: 285px;
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(248,250,252,.98), rgba(241,245,249,.96));
    border: 1px solid rgba(255,255,255,.28);
    overflow: hidden;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.45);
}

.visual-dots {
    position: relative;
    z-index: 3;
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 16px 0 18px;
}

.visual-dots button {
    width: 12px;
    height: 12px;
    border-radius: 999px;
    border: 0;
    background: rgba(148, 163, 184, .55);
    transition: .25s ease;
    cursor: pointer;
}

.visual-dots button.is-active {
    width: 34px;
    background: linear-gradient(90deg, #ff6b23, #ff9b55);
}

.slide-badge {
    position: absolute;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255,255,255,.9);
    box-shadow: 0 12px 24px rgba(15, 23, 42, .12);
    color: #0f172a;
    font-weight: 900;
    font-size: 13px;
}

.badge-top-left {
    top: 16px;
    left: 16px;
}

.badge-top-right {
    top: 16px;
    right: 16px;
}

.service-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
}

.service-tags span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 14px;
    border-radius: 999px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.09);
    color: #fff;
    font-weight: 800;
}

.service-tags i {
    color: #ff8c3a;
}

.quick-request {
    position: relative;
    z-index: 3;
    margin-top: 18px;
    padding: 20px;
    border-radius: 24px;
    border: 1px solid rgba(255,255,255,.10);
    background: linear-gradient(135deg, rgba(255,255,255,.09), rgba(255,255,255,.04));
    box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
}

.quick-request small {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #dbe4ef;
    font-weight: 800;
    margin-bottom: 8px;
}

.quick-request strong {
    display: block;
    color: #fff;
    font-size: 18px;
    line-height: 1.35;
}

.quick-request .progress {
    margin-top: 16px;
    height: 10px;
    border-radius: 999px;
    background: rgba(148,163,184,.32);
    overflow: hidden;
}

.quick-request .progress i {
    display: block;
    height: 100%;
    border-radius: inherit;
    transition: width .4s ease;
}

.quick-theme-paint .progress i {
    background: linear-gradient(90deg, #ff6b23, #ffb347);
}

.quick-theme-rca .progress i {
    background: linear-gradient(90deg, #ff6b23, #22c55e);
}

.quick-theme-itp .progress i {
    background: linear-gradient(90deg, #3b82f6, #22c55e);
}

/* MUSTANG */
.mustang-scene {
    position: relative;
    height: 285px;
    background:
        radial-gradient(circle at 20% 18%, rgba(255, 107, 35, .12), transparent 22%),
        linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
}

.mustang-glow {
    position: absolute;
    right: 45px;
    top: 35px;
    width: 140px;
    height: 140px;
    border-radius: 999px;
    background: rgba(255, 140, 58, .18);
    filter: blur(10px);
}

.mustang-road {
    position: absolute;
    left: 50px;
    right: 50px;
    bottom: 48px;
    height: 12px;
    border-radius: 999px;
    background: #d6dde8;
}

.mustang-car {
    position: absolute;
    left: 50%;
    bottom: 58px;
    width: 340px;
    height: 120px;
    transform: translateX(-50%);
}

.mustang-shadow {
    position: absolute;
    left: 35px;
    right: 35px;
    bottom: -6px;
    height: 16px;
    border-radius: 999px;
    background: rgba(15, 23, 42, .18);
    filter: blur(10px);
}

.mustang-body {
    position: absolute;
    left: 22px;
    right: 18px;
    bottom: 18px;
    height: 54px;
    background: linear-gradient(135deg, #ff6b23, #ff9a4b);
    border-radius: 20px 44px 18px 18px;
}

.mustang-front {
    position: absolute;
    right: 0;
    bottom: 24px;
    width: 90px;
    height: 40px;
    background: linear-gradient(135deg, #ff8b3d, #ffb06b);
    clip-path: polygon(15% 0, 100% 8%, 100% 100%, 0 100%);
    border-radius: 10px 16px 14px 10px;
}

.mustang-rear {
    position: absolute;
    left: 0;
    bottom: 24px;
    width: 72px;
    height: 38px;
    background: linear-gradient(135deg, #ff7d2d, #ff9443);
    clip-path: polygon(0 12%, 85% 0, 100% 100%, 0 100%);
    border-radius: 12px;
}

.mustang-roof {
    position: absolute;
    left: 105px;
    bottom: 56px;
    width: 110px;
    height: 42px;
    border-radius: 26px 30px 10px 10px;
    background: linear-gradient(135deg, #223b5d, #3b5577);
}

.mustang-window {
    position: absolute;
    left: 124px;
    bottom: 67px;
    width: 42px;
    height: 22px;
    border-radius: 10px 14px 4px 4px;
    background: rgba(191, 219, 254, .9);
}

.mustang-window-back {
    position: absolute;
    left: 170px;
    bottom: 66px;
    width: 34px;
    height: 20px;
    border-radius: 8px 12px 4px 4px;
    background: rgba(191, 219, 254, .82);
}

.mustang-front-light,
.mustang-back-light {
    position: absolute;
    width: 10px;
    height: 10px;
    bottom: 44px;
    border-radius: 999px;
}

.mustang-front-light {
    right: 10px;
    background: #fde68a;
    box-shadow: 0 0 10px rgba(253, 230, 138, .65);
}

.mustang-back-light {
    left: 8px;
    background: #ef4444;
    box-shadow: 0 0 10px rgba(239, 68, 68, .5);
}

.mustang-wheel {
    position: absolute;
    bottom: 0;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #0f172a;
    border: 8px solid #334155;
}

.mustang-wheel::after {
    content: "";
    position: absolute;
    inset: 10px;
    border-radius: 50%;
    background: #020617;
}

.mustang-wheel-left { left: 70px; }
.mustang-wheel-right { right: 52px; }

/* CRASH */
.crash-slide {
    background: linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
}

.crash-scene {
    position: relative;
    height: 285px;
    overflow: hidden;
}

.crash-bg-circle {
    position: absolute;
    border-radius: 999px;
    filter: blur(8px);
    opacity: .25;
}

.crash-bg-one {
    width: 120px;
    height: 120px;
    background: #fb923c;
    left: 50px;
    top: 30px;
}

.crash-bg-two {
    width: 130px;
    height: 130px;
    background: #60a5fa;
    right: 55px;
    top: 45px;
}

.crash-road {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 54px;
    height: 14px;
    border-radius: 999px;
    background: #d4dce7;
}

.crash-car {
    position: absolute;
    bottom: 64px;
    width: 150px;
    height: 82px;
}

.crash-car-left {
    left: 105px;
    transform: rotate(6deg);
}

.crash-car-right {
    right: 105px;
    transform: scaleX(-1) rotate(6deg);
}

.crash-car-body {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 16px;
    height: 40px;
    border-radius: 18px 22px 16px 16px;
    background: linear-gradient(135deg, #ff6b23, #ff9b55);
}

.crash-car-roof {
    position: absolute;
    left: 34px;
    bottom: 43px;
    width: 70px;
    height: 26px;
    border-radius: 18px 18px 8px 8px;
    background: #27425f;
}

.crash-car-wheel {
    position: absolute;
    bottom: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #0f172a;
    border: 5px solid #334155;
}

.crash-car-wheel.wheel-left { left: 22px; }
.crash-car-wheel.wheel-right { right: 22px; }

.impact-burst {
    position: absolute;
    left: 50%;
    top: 25%;
    transform: translate(-50%, -50%);
    width: 72px;
    height: 72px;
    display: grid;
    place-items: center;
    z-index: 10000;
    background: radial-gradient(circle, #ffedd5, #fdba74);
    border-radius: 50%;
    color: #ea580c;
    font-size: 28px;
    box-shadow: 0 16px 30px rgba(249, 115, 22, .22);
}

/* ITP */
.itp-scene {
    position: relative;
    height: 285px;
    padding: 26px;
    background: linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
}

.itp-card-big {
    height: 100%;
    border-radius: 24px;
    padding: 22px;
    background: #ffffff;
    box-shadow: 0 16px 38px rgba(15, 23, 42, .08);
    border: 1px solid rgba(15,23,42,.06);
}

.itp-card-top {
    display: grid;
    gap: 10px;
    margin-bottom: 18px;
}

.itp-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    padding: 9px 13px;
    border-radius: 999px;
    background: #eff6ff;
    color: #1d4ed8;
    font-weight: 900;
}

.itp-card-top strong {
    font-size: 28px;
    line-height: 1.1;
    color: #0f172a;
}

.itp-talon {
    border-radius: 18px;
    padding: 18px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    display: grid;
    gap: 10px;
    margin-bottom: 16px;
}

.itp-talon-line {
    height: 10px;
    border-radius: 999px;
    background: linear-gradient(90deg, #cbd5e1, #e2e8f0);
}

.w-90 { width: 90%; }
.w-80 { width: 80%; }
.w-70 { width: 70%; }
.w-60 { width: 60%; }

.itp-checks {
    display: grid;
    gap: 10px;
}

.itp-checks div {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #334155;
    font-weight: 800;
}

.itp-checks i {
    color: #16a34a;
}

@media (max-width: 700px) {
    .visual-slider {
        max-width: 100%;
        padding: 18px;
        border-radius: 30px;
    }

    .visual-slides {
        min-height: 345px;
    }

    .slide-window {
        min-height: 250px;
    }

    .mustang-car {
        width: 270px;
    }

    .crash-car-left {
        left: 20px;
    }

    .crash-car-right {
        right: 20px;
    }

    .service-tags span {
        font-size: 13px;
    }

    .quick-request strong {
        font-size: 16px;
    }

    .itp-card-top strong {
        font-size: 22px;
    }

    .visual-dots{
        margin-top:5px;
    }
}

.photo-slide-scene {
    position: relative;
    height: 285px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    overflow: hidden;
    border-radius: 28px;
    background:
        radial-gradient(circle at 20% 20%, rgba(255, 107, 35, .10), transparent 25%),
        radial-gradient(circle at 80% 20%, rgba(59, 130, 246, .10), transparent 25%),
        linear-gradient(180deg, #f8fafc 0%, #eef3f8 100%);
    padding: 18px 18px 10px;
}

.hero-photo-car {
    max-width: 88%;
    max-height: 220px;
    object-fit: contain;
    display: block;
    filter: drop-shadow(0 18px 30px rgba(15, 23, 42, .22));
}

.photo-slide-scene::after {
    content: "";
    position: absolute;
    left: 12%;
    right: 12%;
    bottom: 18px;
    height: 14px;
    border-radius: 999px;
    background: rgba(148, 163, 184, .28);
}

@media (max-width: 700px) {
    .photo-slide-scene {
        height: 285px;
    }

    .hero-photo-car {
        max-width: 92%;
        max-height: 180px;
        margin-bottom: 13px;
    }
    .visual-slider .service-tags{
        gap:0px;
    }
}
@media (max-width: 700px) {
    .visual-slider {
        padding: 18px;
        border-radius: 30px;
    }

    .visual-slides {
        min-height: 350px;
    }

    .slide-window,
    .crash-scene {
        min-height: 250px;
        height: 250px;
    }

    .crash-road {
        left: 28px;
        right: 28px;
        bottom: 55px;
        height: 12px;
    }

    .crash-bg-one {
        width: 95px;
        height: 95px;
        left: 35px;
        top: 45px;
    }

    .crash-bg-two {
        width: 95px;
        height: 95px;
        right: 35px;
        top: 55px;
    }

    .crash-car {
        width: 122px;
        height: 70px;
        bottom: 65px;
    }

    .crash-car-left {
        left: 44px;
        transform: rotate(5deg);
    }

    .crash-car-right {
        right: 44px;
        transform: scaleX(-1) rotate(5deg);
    }

    .crash-car-body {
        height: 34px;
        bottom: 14px;
        border-radius: 15px 19px 14px 14px;
    }

    .crash-car-roof {
        left: 28px;
        bottom: 39px;
        width: 58px;
        height: 22px;
        border-radius: 15px 15px 7px 7px;
    }

    .crash-car-wheel {
        width: 28px;
        height: 28px;
        border-width: 5px;
    }

    .crash-car-wheel.wheel-left {
        left: 17px;
    }

    .crash-car-wheel.wheel-right {
        right: 17px;
    }

    .impact-burst {
        top: 44%;
        width: 62px;
        height: 62px;
        font-size: 23px;
        z-index: 5;
    }

    .slide-badge {
        padding: 8px 10px;
        gap: 6px;
        font-size: 12px;
        max-width: calc(50% - 22px);
        white-space: nowrap;
    }

    .badge-top-left {
        top: 16px;
        left: 16px;
    }

    .badge-top-right {
        top: 16px;
        right: 16px;
    }

    .service-tags {
        justify-content: center;
        gap: 8px;
    }

    .service-tags span {
        padding: 9px 11px;
        font-size: 12px;
    }
}