#raxo-auto-hero-slider.raxo-repair-slider {
    position: relative;
    width: 100%;
    min-height: 520px;
    height: clamp(460px, 72vh, 760px);
    overflow: hidden;
    background: #07172e;
    font-family: inherit;
    z-index: 1;
    margin-bottom: 34px !important;
}
.raxo-repair-slider * { box-sizing: border-box; }
.raxo-repair-slides,
.raxo-repair-slide {
    position: absolute;
    inset: 0;
}
.raxo-repair-slide {
    opacity: 0;
    transition: opacity 800ms ease;
    pointer-events: none;
}
.raxo-repair-slide.is-active {
    opacity: 1;
    pointer-events: auto;
}
.raxo-repair-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: scale(1.02);
}
.raxo-repair-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(4, 16, 35, 0.82) 0%, rgba(4, 16, 35, 0.56) 42%, rgba(4, 16, 35, 0.18) 100%);
}
.raxo-repair-content {
    position: absolute;
    left: max(24px, calc((100vw - 1180px) / 2));
    top: 50%;
    transform: translateY(-50%);
    max-width: 680px;
    color: #fff;
    padding: 24px;
}
.raxo-repair-kicker {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    margin-bottom: 18px;
    border-radius: 999px;
    background: rgba(244, 126, 32, 0.95);
    color: #fff;
    font-weight: 800;
    letter-spacing: .08em;
    font-size: 13px;
}
.raxo-repair-content h1 {
    margin: 0 0 18px;
    font-size: clamp(34px, 5vw, 66px);
    line-height: 1.03;
    font-weight: 800;
    color: #fff;
    text-shadow: 0 8px 30px rgba(0,0,0,.25);
}
.raxo-repair-content p {
    margin: 0 0 30px;
    max-width: 600px;
    font-size: clamp(17px, 2vw, 22px);
    line-height: 1.55;
    color: rgba(255,255,255,.92);
}
.raxo-repair-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}
.raxo-repair-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 13px 22px;
    border-radius: 12px;
    font-weight: 800;
    text-decoration: none !important;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.raxo-repair-btn:hover { transform: translateY(-2px); }
.raxo-repair-btn-primary {
    background: #f47e20;
    color: #fff !important;
    box-shadow: 0 16px 34px rgba(244,126,32,.32);
}
.raxo-repair-btn-secondary {
    background: rgba(255,255,255,.12);
    color: #fff !important;
    border: 1px solid rgba(255,255,255,.42);
    backdrop-filter: blur(8px);
}
.raxo-repair-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,.35);
    background: rgba(7,23,46,.42);
    color: #fff;
    font-size: 38px;
    line-height: 1;
    cursor: pointer;
    z-index: 5;
}
.raxo-repair-prev { left: 24px; }
.raxo-repair-next { right: 24px; }
.raxo-repair-dots {
    position: absolute;
    left: 50%;
    bottom: 28px;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 6;
}
.raxo-repair-dot {
    width: 12px;
    height: 12px;
    border-radius: 999px;
    border: 0;
    background: rgba(255,255,255,.48);
    cursor: pointer;
    padding: 0;
}
.raxo-repair-dot.is-active {
    width: 34px;
    background: #f47e20;
}
.raxo-after-slider-spacer {
    margin-top: 18px !important;
}
@media (max-width: 768px) {
    #raxo-auto-hero-slider.raxo-repair-slider {
        min-height: 560px;
        height: 70vh;
        margin-bottom: 28px !important;
    }
    .raxo-repair-content {
        left: 0;
        right: 0;
        padding: 24px 22px;
    }
    .raxo-repair-arrow { display: none; }
    .raxo-repair-overlay {
        background: linear-gradient(180deg, rgba(4,16,35,.72), rgba(4,16,35,.88));
    }
    .raxo-after-slider-spacer {
        margin-top: 14px !important;
    }
}
