.hero {
    padding: clamp(52px, 7vw, 92px) 0;
}

.hero-premium {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    padding: clamp(64px, 8vw, 112px) 0;
    background:
        radial-gradient(circle at 18% 18%, rgba(185, 154, 46, .16), transparent 28%),
        radial-gradient(circle at 86% 20%, rgba(7, 23, 46, .08), transparent 30%),
        linear-gradient(135deg, #fff 0%, #f8fafc 58%, #fff 100%);
}

.hero-premium::before {
    content: "";
    position: absolute;
    inset: 18px;
    z-index: -1;
    border: 1px solid rgba(148, 163, 184, .18);
    border-radius: 32px;
    pointer-events: none;
}

.hero-copy {
    align-self: center;
}

.hero h1 {
    max-width: 820px;
    font-size: clamp(30px, 3.6vw, 48px);
    line-height: 1.12;
    letter-spacing: -.04em;
}

.hero-premium h1 {
    max-width: 560px;
    margin: .25rem 0 1rem;
    font-size: clamp(30px, 3.4vw, 46px);
    line-height: 1.1;
    letter-spacing: -.04em;
}

.hero p {
    max-width: 690px;
    font-size: clamp(16px, 1.15vw, 19px);
    line-height: 1.58;
}

.hero-premium .hero-copy > p:not(.eyebrow) {
    max-width: 590px;
    color: #334155;
}

.hero .eyebrow {
    font-size: 12px;
    letter-spacing: .16em;
}

.hero .actions {
    margin-top: 1.35rem;
    margin-bottom: 1.1rem;
}

.hero-premium .actions {
    gap: .8rem;
    align-items: flex-start;
}

.hero-premium .btn {
    min-height: 48px;
    padding-inline: 1.3rem;
    box-shadow: 0 18px 34px rgba(15, 23, 42, .12);
}

.hero-points {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: .7rem;
    width: 100%;
    max-width: 620px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.hero-points li {
    display: flex;
    align-items: center;
    width: fit-content;
    max-width: 100%;
    min-height: 40px;
    gap: .5rem;
    padding: .65rem 1rem;
    border: 1px solid rgba(148, 163, 184, .28);
    border-radius: 999px;
    background: rgba(255, 255, 255, .82);
    color: #172033;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.35;
    white-space: normal;
    box-shadow: 0 6px 16px rgba(15, 23, 42, .045);
}

.hero-points li::before {
    content: "";
    width: 8px;
    height: 8px;
    flex: 0 0 8px;
    border-radius: 999px;
    background: var(--gold);
}

.hero-repair-card {
    position: relative;
    align-self: center;
    overflow: hidden;
    max-width: 420px;
    margin-inline: auto;
    padding: clamp(.85rem, 1.6vw, 1.05rem);
    border: 1px solid rgba(148, 163, 184, .28);
    border-radius: 24px;
    background: rgba(255, 255, 255, .88);
    box-shadow: 0 22px 56px rgba(15, 23, 42, .13);
    backdrop-filter: blur(16px);
}

.hero-repair-card::after {
    content: "";
    position: absolute;
    inset: auto -30px -70px auto;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background: rgba(185, 154, 46, .16);
}

.hero-repair-card__media {
    overflow: hidden;
    min-height: 180px;
    border: 1px solid rgba(226, 232, 240, .85);
    border-radius: 20px;
    background: linear-gradient(145deg, #f8fafc, #fff);
}

.hero-repair-card__media img {
    display: block;
    width: 100%;
    height: 180px;
    object-fit: cover;
    object-position: center;
}

.hero-repair-card__media--placeholder {
    display: grid;
    place-items: center;
}

.hero-repair-card__media--placeholder img {
    width: auto;
    max-width: 58%;
    height: auto;
    max-height: 120px;
    object-fit: contain;
}

.hero-repair-card__body {
    padding: .8rem .15rem .6rem;
}

.hero-repair-card__body .eyebrow {
    margin: 0 0 .35rem;
    color: var(--gold);
    font-size: 10px;
    letter-spacing: .14em;
}

.hero-repair-card__body h2 {
    margin: 0 0 .35rem;
    color: var(--ink);
    font-size: clamp(18px, 1.8vw, 24px);
    line-height: 1.08;
    letter-spacing: -.035em;
}

.hero-repair-card__body p {
    margin: 0;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.45;
}

.hero-repair-card__meta {
    display: grid;
    gap: .5rem;
    position: relative;
    z-index: 1;
}

.hero-repair-card__meta div {
    display: grid;
    grid-template-columns: 96px 1fr;
    gap: .65rem;
    padding: .55rem .65rem;
    border: 1px solid rgba(226, 232, 240, .8);
    border-radius: 12px;
    background: rgba(248, 250, 252, .92);
}

.hero-repair-card__meta strong,
.hero-repair-card__meta span {
    font-size: 12px;
}

.hero-repair-card__meta strong {
    color: var(--ink);
    font-weight: 900;
}

.hero-repair-card__meta span {
    color: var(--muted);
    text-align: right;
    font-weight: 750;
}

@media (min-width: 900px) {
    .hero-grid {
        grid-template-columns: 1fr .82fr;
    }

    .hero-premium .hero-grid {
        grid-template-columns: 1.05fr .72fr;
        gap: clamp(2rem, 5vw, 5rem);
    }
}

@media (max-width: 760px) {
    .hero {
        padding: 44px 0;
    }

    .hero h1 {
        font-size: 34px;
        line-height: 1.08;
    }

    .hero p {
        font-size: 16px;
    }

    .hero-premium::before {
        inset: 10px;
        border-radius: 24px;
    }

    .hero-premium h1 {
        font-size: 30px;
    }

    .hero-repair-card__meta div {
        grid-template-columns: 1fr;
        gap: .15rem;
    }

    .hero-repair-card__meta span {
        text-align: left;
    }
}
