.repair-hero__aside,
.repair-hero__estimate {
    box-shadow: 0 1px 2px rgba(16, 22, 31, .04), 0 14px 30px -18px rgba(16, 22, 31, .16)
}

.repair-hero {
    --rh-brand: var(--color_brand);
    --rh-brand-bg: color-mix(in srgb, var(--rh-brand) 6%, #ffffff);
    --rh-brand-bg-strong: color-mix(in srgb, var(--rh-brand) 11%, #ffffff);
    --rh-brand-line: color-mix(in srgb, var(--rh-brand) 26%, #ffffff);
    --rh-brand-deep: color-mix(in srgb, var(--rh-brand) 45%, #0e1726);
    --rh-brand-hover: color-mix(in srgb, var(--rh-brand) 88%, #000000);
    --rh-ink: #11161f;
    --rh-ink-soft: #3a4452;
    --rh-muted: #5b6675;
    --rh-faint: #66707f;
    --rh-line: #e7eaf0;
    --rh-surface: #ffffff;
    --rh-panel: #f6f8fb;
    --rh-ok: #1f9e75;
    --rh-r: 16px;
    --rh-r-sm: 10px;
    --rh-r-xs: 8px;
    box-sizing: border-box;
    display: block;
    color: var(--rh-ink);
    -webkit-font-smoothing: antialiased;
    line-height: 1.5
}

.repair-hero__inner {
    margin: 0 auto;
    padding: clamp(20px, 3vw, 40px) 0
}

.repair-hero__crumbs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: var(--rh-faint);
    margin-bottom: clamp(16px, 2.4vw, 28px)
}

.repair-hero__crumbs a {
    color: var(--rh-muted);
    text-decoration: none
}

.repair-hero__crumbs a:hover {
    color: var(--rh-brand)
}

.repair-hero__crumbs span[aria-current] {
    color: var(--rh-ink)
}

.repair-hero__grid {
    display: grid;
    grid-template-columns: 1.55fr 1fr;
    gap: clamp(24px, 4vw, 56px);
    align-items: stretch
}

.repair-hero__title {
    margin: 0;
    font-size: clamp(20px, 4.4vw, 37px);
    font-weight: 800;
    letter-spacing: -.02em;
    line-height: 1.2
}

.repair-hero__title span {
    color: var(--rh-brand);
    white-space: nowrap
}

.repair-hero__lede {
    margin: clamp(12px, 1.6vw, 18px) 0 0;
    max-width: 48ch;
    font-size: clamp(15px, 1.5vw, 17px);
    line-height: 1.6;
    color: var(--rh-muted)
}

.repair-hero__trust {
    list-style: none;
    margin: clamp(16px, 2vw, 22px) 0 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 18px
}

.repair-hero__trust-item {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 14px;
    color: var(--rh-ink-soft)
}

.repair-hero__trust-item svg {
    width: 16px;
    height: 16px;
    color: var(--rh-brand);
    flex: none
}

.repair-hero__trust-item--rating svg {
    color: #e6a100
}

.repair-hero__estimate {
    margin-top: clamp(20px, 2.6vw, 28px);
    background: var(--rh-surface);
    border: 1px solid var(--rh-line);
    border-radius: var(--rh-r);
    padding: clamp(18px, 2.4vw, 26px)
}

.repair-hero__q {
    font-size: 15px;
    font-weight: 600;
    color: var(--rh-ink)
}

.repair-hero__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px
}

.repair-hero__chips-wrap {
    position: relative;
    margin-top: 14px
}

.repair-hero__chips-fade {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    height: 26px;
    pointer-events: none;
    opacity: 0;
    transition: opacity .16s;
    z-index: 1
}

.repair-hero__chips-fade--top {
    top: 0;
    background: linear-gradient(to bottom, var(--rh-surface) 28%, transparent)
}

.repair-hero__chips-fade--bottom {
    bottom: 0;
    background: linear-gradient(to top, var(--rh-surface) 28%, transparent)
}

.repair-hero__chips-wrap--fade-bottom .repair-hero__chips-fade--bottom,
.repair-hero__chips-wrap--fade-top .repair-hero__chips-fade--top {
    opacity: 1
}

.repair-hero__chip {
    appearance: none;
    cursor: pointer;
    font: inherit;
    font-size: 14px;
    padding: 8px 14px;
    border-radius: var(--rh-r-sm);
    border: 1px solid var(--rh-line);
    background: var(--rh-surface);
    color: var(--rh-ink);
    transition: background .14s, border-color .14s, color .14s
}

.repair-hero__chip:hover {
    background: var(--rh-brand-bg);
    border-color: var(--rh-brand-line)
}

.repair-hero__chip:focus-visible {
    outline: 2px solid var(--rh-brand);
    outline-offset: 2px
}

.repair-hero__chip--active,
.repair-hero__chip--active:hover {
    background: var(--rh-brand);
    border-color: var(--rh-brand);
    color: #fff
}

.repair-hero__chip--hidden {
    display: none
}

.repair-hero__chip--more {
    color: var(--rh-muted);
    border-style: dashed
}

.repair-hero__chip--more:hover {
    color: var(--rh-brand)
}

.repair-hero__readout {
    margin-top: 16px;
    padding: clamp(14px, 1.8vw, 18px);
    background: var(--rh-brand-bg);
    border-radius: var(--rh-r-sm)
}

.repair-hero__readout-top {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 8px 16px
}

.repair-hero__price,
.repair-hero__time {
    display: inline-flex;
    gap: 6px;
    font-variant-numeric: tabular-nums
}

.repair-hero__price {
    font-size: clamp(24px, 3.2vw, 32px);
    font-weight: 800;
    letter-spacing: -.01em;
    color: var(--rh-ink);
    align-items: baseline;
    border-bottom: 3px solid var(--rh-brand);
    padding-bottom: 2px;
    line-height: 1.1
}

.repair-hero__price small {
    font-size: .5em;
    font-weight: 600;
    color: var(--rh-ink-soft);
    letter-spacing: 0
}

.repair-hero__time {
    align-items: center;
    font-size: 14px;
    color: var(--rh-ink-soft)
}

.repair-hero__time svg {
    width: 16px;
    height: 16px;
    color: var(--rh-faint);
    flex: none
}

.repair-hero__verdict {
    margin: 12px 0 0;
    font-size: 14px;
    line-height: 1.55;
    color: var(--rh-ink-soft)
}

.repair-hero__form {
    margin-top: 18px
}

.repair-hero__field {
    display: flex;
    gap: 10px
}

.repair-hero__input {
    flex: auto;
    min-width: 0;
    height: 46px;
    padding: 0 14px;
    font: inherit;
    font-size: 15px;
    color: var(--rh-ink);
    background: var(--rh-surface);
    border: 1px solid var(--rh-line);
    border-radius: var(--rh-r-sm);
    font-variant-numeric: tabular-nums;
    transition: border-color .14s, box-shadow .14s
}

.repair-hero__input::placeholder {
    color: var(--rh-faint)
}

.repair-hero__input:focus {
    outline: 0;
    border-color: var(--rh-brand);
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--rh-brand) 18%, transparent)
}

.repair-hero__cta {
    appearance: none;
    cursor: pointer;
    font: inherit;
    font-weight: 700;
    font-size: 15px;
    height: 46px;
    padding: 0 22px;
    white-space: nowrap;
    color: #fff;
    background: var(--rh-brand);
    border: 1px solid var(--rh-brand);
    border-radius: var(--rh-r-sm);
    transition: background .14s, transform .06s
}

.repair-hero__cta:hover {
    background: var(--rh-brand-hover);
    border-color: var(--rh-brand-hover)
}

.repair-hero__cta:active {
    transform: translateY(1px)
}

.repair-hero__cta:focus-visible {
    outline: 2px solid var(--rh-brand);
    outline-offset: 2px
}

.repair-hero__consent {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-top: 12px;
    font-size: 13px;
    color: var(--rh-muted);
    cursor: pointer;
    user-select: none
}

.repair-hero__consent input {
    margin-top: 2px;
    accent-color: var(--rh-brand);
    flex: none
}

.repair-hero__consent a {
    color: var(--rh-brand);
    text-decoration: none
}

.repair-hero__consent a:hover {
    text-decoration: underline
}

.repair-hero__note {
    margin: 10px 0 0;
    font-size: 12.5px;
    color: var(--rh-faint)
}

.repair-hero__done {
    margin: 12px 0 0;
    font-size: 14px;
    font-weight: 600;
    color: var(--rh-ok);
    display: flex;
    align-items: center;
    gap: 7px
}

.repair-hero__done svg {
    width: 16px;
    height: 16px;
}

.repair-hero__aside {
    display: flex;
    flex-direction: column;
    border: 1px solid var(--rh-line);
    border-radius: var(--rh-r);
    overflow: hidden;
    background: var(--rh-surface)
}

.repair-hero__media {
    position: relative;
    flex: 1 1 auto;
    background: var(--rh-brand-bg-strong);
    min-height: 168px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(28px, 4vw, 56px)
}

.repair-hero__media img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain
}

.repair-hero__media-tag {
    position: absolute;
    bottom: 14px;
    font-size: 12.5px;
    font-weight: 600;
    color: var(--rh-brand-deep)
}

.repair-hero__proof {
    flex: none;
    padding: clamp(16px, 2vw, 20px)
}

.repair-hero__proof-head {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 14px
}

.repair-hero__badge {
    font-size: 12px;
    font-weight: 600;
    color: var(--rh-brand-deep);
    background: var(--rh-brand-bg);
    border-radius: var(--rh-r-xs);
    padding: 3px 9px
}

.repair-hero__proof-sub {
    font-size: 12.5px;
    color: var(--rh-faint)
}

.repair-hero__stats {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px
}

.repair-hero__stat {
    background: var(--rh-panel);
    border-radius: var(--rh-r-sm);
    padding: 12px 10px;
    text-align: center
}

.repair-hero__stat-value {
    font-size: clamp(18px, 2vw, 22px);
    font-weight: 800;
    color: var(--rh-ink);
    font-variant-numeric: tabular-nums;
    letter-spacing: -.01em;
    line-height: 1.1
}

.repair-hero__stat-label {
    margin-top: 4px;
    font-size: 12px;
    line-height: 1.3;
    color: var(--rh-ink-soft)
}

@media (max-width:900px) {

    .repair-hero__chip--more,
    .repair-hero__media {
        display: none
    }

    .repair-hero__grid {
        grid-template-columns: 1fr
    }

    .repair-hero__aside {
        order: 2
    }

    .repair-hero__chips {
        max-height: clamp(200px, 38vh, 280px);
        overflow-y: auto;
        overscroll-behavior: contain;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
        scrollbar-color: var(--rh-line) transparent;
        scroll-padding-block: 4px;
        padding-right: 2px
    }

    .repair-hero__chips::-webkit-scrollbar {
        width: 6px
    }

    .repair-hero__chips::-webkit-scrollbar-thumb {
        background: var(--rh-line);
        border-radius: 999px
    }

    .repair-hero__chips::-webkit-scrollbar-track {
        background: 0 0
    }

    .repair-hero__chips .repair-hero__chip--hidden {
        display: inline-block
    }

    .repair-hero__chips-fade {
        display: block
    }
}

@media (max-width:520px) {
    .repair-hero__field {
        flex-direction: column
    }

    .repair-hero__cta {
        width: 100%
    }
}

@media (prefers-reduced-motion:reduce) {
    .repair-hero * {
        transition: none !important
    }
}