.laptop-repair-page { background: var(--ink); }

.laptop-hero-visual::before {
    content: "";
    position: absolute;
    z-index: 1;
    width: min(82%, 510px);
    height: 240px;
    border-radius: 50%;
    background: rgba(255, 59, 10, .075);
    filter: blur(52px);
}

.laptop-device {
    position: relative;
    z-index: 4;
    width: min(86%, 510px);
    animation: laptop-detail-float 5.8s ease-in-out infinite;
    filter: drop-shadow(0 34px 32px rgba(0, 0, 0, .44));
}

.laptop-device-screen {
    position: relative;
    aspect-ratio: 1.62;
    padding: 12px;
    border: 1px solid #35425a;
    border-radius: 20px 20px 10px 10px;
    background: #030813;
    box-shadow: inset 0 0 0 2px #111b2f;
}

.laptop-device-screen::before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 6px;
    left: 50%;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #35425a;
    transform: translateX(-50%);
}

.laptop-screen-bar {
    display: flex;
    height: 34px;
    align-items: center;
    gap: 6px;
    padding-inline: 14px;
    border: 1px solid #1c2a42;
    border-bottom: 0;
    border-radius: 11px 11px 0 0;
    background: #0b172d;
}
.laptop-screen-bar > span { width: 6px; height: 6px; border-radius: 50%; background: #34415a; }
.laptop-screen-bar > span:first-child { background: var(--orange); }
.laptop-screen-bar b { margin-left: auto; color: #6f7d92; font-size: .45rem; font-weight: 760; letter-spacing: .12em; }

.laptop-screen-content {
    display: flex;
    min-height: calc(100% - 34px);
    flex-direction: column;
    justify-content: center;
    padding: clamp(24px, 4vw, 42px);
    border: 1px solid #1c2a42;
    background: #071226;
}
.laptop-screen-content > span { color: var(--orange); font-size: .55rem; font-weight: 820; letter-spacing: .13em; text-transform: uppercase; }
.laptop-screen-content > strong { margin-top: 10px; font-size: clamp(1.35rem, 2.1vw, 2rem); font-weight: 810; line-height: 1.02; letter-spacing: -.045em; }
.laptop-diagnostic-row { display: grid; grid-template-columns: 34px 1fr auto; gap: 11px; align-items: center; margin-top: 22px; padding: 11px 13px; border: 1px solid #263550; border-radius: 11px; background: var(--panel-light); }
.laptop-diagnostic-row > i { position: relative; width: 30px; height: 30px; border: 1px solid rgba(255, 59, 10, .45); border-radius: 50%; background: rgba(255, 59, 10, .08); }
.laptop-diagnostic-row > i::before { content: ""; position: absolute; top: 9px; left: 8px; width: 8px; height: 5px; border-bottom: 2px solid var(--orange); border-left: 2px solid var(--orange); transform: rotate(-45deg); }
.laptop-diagnostic-row b { display: block; font-size: .64rem; font-style: normal; }
.laptop-diagnostic-row small { display: block; margin-top: 2px; color: #8490a5; font-size: .52rem; }
.laptop-diagnostic-row em { color: #5d6c82; font-size: .52rem; font-style: normal; font-weight: 760; }
.laptop-diagnostic-bars { display: grid; grid-template-columns: 1fr .72fr .45fr; gap: 7px; margin-top: 14px; }
.laptop-diagnostic-bars i { height: 3px; border-radius: 99px; background: #293750; }
.laptop-diagnostic-bars i:first-child { background: var(--orange); }

.laptop-device-base {
    position: relative;
    width: 108%;
    height: 22px;
    margin-left: -4%;
    border: 1px solid #4b5669;
    border-top: 0;
    border-radius: 3px 3px 20px 20px;
    background: #aab1bd;
    box-shadow: inset 0 -7px 10px rgba(20, 28, 43, .38);
}
.laptop-device-base span { position: absolute; top: 0; left: 50%; width: 64px; height: 6px; border-radius: 0 0 7px 7px; background: #626e80; transform: translateX(-50%); }

@keyframes laptop-detail-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

.laptop-overview,
.laptop-faults,
.laptop-thermal,
.laptop-repair-catalogue,
.laptop-assurance { padding-top: 108px; }

.laptop-overview-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 44px; }
.laptop-overview-card {
    min-height: 410px;
    padding: clamp(28px, 4vw, 44px);
    border: 1px solid rgba(255, 255, 255, .055);
    border-radius: 22px;
    background: var(--panel);
    box-shadow: var(--shadow);
    transition: transform .35s cubic-bezier(.22, 1, .36, 1),
                box-shadow .35s cubic-bezier(.22, 1, .36, 1),
                border-color .35s ease;
}
.laptop-overview-card:hover {
    transform: translateY(-6px);
    border-color: rgba(255, 59, 10, .35);
    box-shadow: 0 20px 40px rgba(0, 0, 0, .22);
}
.laptop-overview-card > span,
.laptop-repair-card > div span,
.laptop-thermal-options article > span { color: var(--orange); font-size: .62rem; font-weight: 820; letter-spacing: .12em; text-transform: uppercase; }
.laptop-overview-card h3 { margin: 16px 0 0; font-size: 1.45rem; font-weight: 780; letter-spacing: -.035em; }
.laptop-overview-card > p { margin: 24px 0 0; color: #8894a8; font-size: .74rem; line-height: 1.6; }
.laptop-tick-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 20px; margin: 30px 0 0; padding: 0; color: #d0d6df; font-size: .78rem; list-style: none; }
.laptop-tick-list li { display: flex; align-items: flex-start; gap: 9px; }
.laptop-tick-list li::before { content: ""; width: 7px; height: 7px; flex: 0 0 7px; margin-top: .35em; border: 1px solid var(--orange); border-radius: 50%; }

.laptop-fault-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 42px; }
.laptop-fault-card,
.laptop-repair-card {
    border: 1px solid rgba(255, 255, 255, .055);
    background: var(--panel-light);
    box-shadow: 0 18px 42px rgba(0, 0, 0, .16);
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.laptop-fault-card { display: flex; min-height: 300px; flex-direction: column; padding: 28px; border-radius: 18px; }
.laptop-fault-card > span { color: rgba(255, 255, 255, .16); font-size: .78rem; font-weight: 820; letter-spacing: .08em; }
.laptop-fault-card h3 { margin: 34px 0 0; font-size: 1.2rem; font-weight: 760; line-height: 1.24; letter-spacing: -.025em; }
.laptop-fault-card p { margin: 12px 0 24px; color: var(--muted); font-size: .79rem; line-height: 1.65; }
.laptop-fault-card strong,
.laptop-repair-card > a,
.laptop-thermal-options article > a { display: inline-flex; align-items: center; gap: 8px; margin-top: auto; color: #fff; font-size: .76rem; font-style: normal; font-weight: 750; }
.laptop-fault-card strong i,
.laptop-repair-card > a i,
.laptop-thermal-options article > a i { color: var(--orange); font-size: 1rem; font-style: normal; transition: transform .2s ease; }

.laptop-thermal { padding-bottom: 108px; }
.laptop-thermal-heading { padding: clamp(34px, 5vw, 58px); border: 1px solid rgba(255, 59, 10, .18); border-radius: 24px 24px 0 0; background: var(--panel); }
.laptop-alert-label { display: inline-flex; padding: 8px 12px; border: 1px solid rgba(255, 59, 10, .35); border-radius: 99px; color: var(--orange); font-size: .62rem; font-weight: 820; letter-spacing: .1em; text-transform: uppercase; }
.laptop-thermal-heading h2 { margin: 20px 0 0; font-size: clamp(2.15rem, 1.7rem + 1.7vw, 3.7rem); font-weight: 810; line-height: 1.05; letter-spacing: -.05em; }
.laptop-thermal-heading p { max-width: 930px; margin: 18px 0 0; color: var(--muted); font-size: .94rem; line-height: 1.72; }
.laptop-thermal-options { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; padding: 0 1px; background: var(--line); }
.laptop-thermal-options article { display: flex; min-height: 360px; flex-direction: column; padding: clamp(28px, 4vw, 42px); background: var(--panel-light); }
.laptop-thermal-options h3 { margin: 18px 0 0; font-size: 1.35rem; font-weight: 780; letter-spacing: -.03em; }
.laptop-thermal-options p { margin: 12px 0 0; color: var(--muted); font-size: .82rem; line-height: 1.65; }
.laptop-thermal-options ul { display: grid; gap: 9px; margin: 22px 0 28px; padding: 0; color: #cbd1dc; font-size: .76rem; list-style: none; }
.laptop-thermal-options li { display: flex; gap: 9px; }
.laptop-thermal-options li::before { content: ""; width: 6px; height: 6px; flex: 0 0 6px; margin-top: .38em; border: 1px solid var(--orange); border-radius: 50%; }
.laptop-thermal-note { display: grid; grid-template-columns: 44px 1fr; gap: 18px; align-items: start; padding: 28px; border: 1px solid rgba(255, 255, 255, .055); border-radius: 0 0 24px 24px; background: #0c1930; }
.laptop-thermal-note > span { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid rgba(255, 59, 10, .3); border-radius: 50%; color: var(--orange); font-size: .8rem; font-weight: 800; }
.laptop-thermal-note h3 { margin: 0; font-size: .95rem; font-weight: 750; }
.laptop-thermal-note p { margin: 8px 0 0; color: var(--muted); font-size: .78rem; line-height: 1.65; }

.laptop-repair-catalogue { padding-bottom: 108px; }
.laptop-repair-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 44px; }
.laptop-repair-card { display: flex; min-height: 390px; flex-direction: column; padding: 32px; border-radius: 20px; }
.laptop-repair-card > div { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.laptop-repair-card > div b { padding: 7px 10px; border: 1px solid #2b3a55; border-radius: 99px; background: #0b1931; color: #aeb8c9; font-size: .62rem; font-weight: 680; }
.laptop-repair-card h3 { margin: 24px 0 0; font-size: 1.45rem; font-weight: 780; letter-spacing: -.035em; }
.laptop-repair-card p { margin: 12px 0 0; color: var(--muted); font-size: .84rem; line-height: 1.65; }
.laptop-repair-card ul { display: grid; gap: 9px; margin: 22px 0 28px; padding: 0; color: #cbd1dc; font-size: .76rem; list-style: none; }
.laptop-repair-card li { display: flex; gap: 9px; }
.laptop-repair-card li::before { content: ""; width: 6px; height: 6px; flex: 0 0 6px; margin-top: .38em; border: 1px solid var(--orange); border-radius: 50%; }
.laptop-process-section { margin-top: 0; }
.laptop-repair-page .laptop-process-section .iphone-process-list::before { background: rgba(255, 59, 10, .32); }

.laptop-assurance {
    display: grid;
    grid-template-columns: .82fr 1.18fr;
    gap: clamp(42px, 7vw, 96px);
    align-items: center;
    margin-top: 108px;
    padding: clamp(38px, 5vw, 68px);
    border: 1px solid rgba(255, 255, 255, .055);
    border-radius: 26px;
    background: var(--panel);
    box-shadow: var(--shadow);
}
.laptop-assurance > div:first-child h2 { margin: 15px 0 0; font-size: clamp(2.1rem, 1.65rem + 1.35vw, 3.3rem); font-weight: 810; line-height: 1.05; letter-spacing: -.052em; }
.laptop-assurance > div:first-child p { margin: 20px 0 0; color: var(--muted); font-size: .94rem; line-height: 1.75; }
.laptop-assurance > div:first-child .button { margin-top: 30px; }
.laptop-assurance-points { display: grid; }
.laptop-assurance-points article { display: grid; grid-template-columns: 46px 1fr; gap: 18px; padding-block: 24px; border-bottom: 1px solid var(--line); }
.laptop-assurance-points article:first-child { padding-top: 0; }
.laptop-assurance-points article:last-child { padding-bottom: 0; border-bottom: 0; }
.laptop-assurance-points article > span { color: var(--orange); font-size: .72rem; font-weight: 820; letter-spacing: .08em; }
.laptop-assurance-points h3 { margin: 0; font-size: 1.05rem; font-weight: 760; }
.laptop-assurance-points p { margin: 8px 0 0; color: var(--muted); font-size: .82rem; line-height: 1.62; }

@media (hover: hover) and (pointer: fine) {
    .laptop-fault-card:hover,
    .laptop-repair-card:hover {
        transform: translateY(-3px);
        border-color: rgba(255, 59, 10, .38);
        box-shadow: 0 14px 28px rgba(0, 0, 0, .16), 0 0 0 1px rgba(255, 59, 10, .1);
    }
    .laptop-fault-card:hover strong i,
    .laptop-repair-card:hover > a i,
    .laptop-thermal-options article > a:hover i { transform: translateX(4px); }
}

@media (max-width: 980px) {
    .laptop-overview-grid,
    .laptop-repair-grid,
    .laptop-assurance { grid-template-columns: 1fr; }
    .laptop-overview-card { min-height: auto; }
    .laptop-fault-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 620px) {
    .laptop-hero-visual { min-height: 400px; }
    .laptop-device { width: 96%; }
    .laptop-device-screen { padding: 8px; border-radius: 14px 14px 7px 7px; }
    .laptop-screen-bar { height: 27px; padding-inline: 10px; }
    .laptop-screen-content { min-height: calc(100% - 27px); padding: 19px; }
    .laptop-screen-content > strong { font-size: 1.25rem; }
    .laptop-diagnostic-row { grid-template-columns: 28px 1fr auto; margin-top: 14px; padding: 8px 9px; }
    .laptop-diagnostic-row > i { width: 25px; height: 25px; }
    .laptop-diagnostic-row > i::before { top: 7px; left: 6px; }
    .laptop-diagnostic-row small { display: none; }
    .laptop-device-base { height: 17px; }
    .laptop-overview,
    .laptop-faults,
    .laptop-thermal,
    .laptop-repair-catalogue,
    .laptop-assurance { padding-top: 76px; }
    .laptop-overview-grid,
    .laptop-fault-grid,
    .laptop-repair-grid { grid-template-columns: 1fr; gap: 14px; margin-top: 30px; }
    .laptop-overview-card { padding: 24px; border-radius: 18px; }
    .laptop-tick-list { grid-template-columns: 1fr; gap: 10px; margin-top: 24px; }
    .laptop-fault-card { min-height: 255px; padding: 23px; }
    .laptop-fault-card h3 { margin-top: 26px; }
    .laptop-thermal { padding-bottom: 76px; }
    .laptop-thermal-heading { padding: 28px 22px; border-radius: 20px 20px 0 0; }
    .laptop-thermal-options { grid-template-columns: 1fr; }
    .laptop-thermal-options article { min-height: auto; padding: 24px 22px; }
    .laptop-thermal-note { grid-template-columns: 36px 1fr; gap: 14px; padding: 22px; border-radius: 0 0 20px 20px; }
    .laptop-thermal-note > span { width: 34px; height: 34px; }
    .laptop-repair-catalogue { padding-bottom: 76px; }
    .laptop-repair-card { min-height: auto; padding: 24px; }
    .laptop-repair-card > div { align-items: flex-start; flex-direction: column; }
    .laptop-repair-page .laptop-process-section .iphone-process-list::before { background: rgba(255, 59, 10, .3); }
    .laptop-assurance { gap: 42px; margin-top: 76px; padding: 30px 22px; border-radius: 20px; }
    .laptop-assurance > div:first-child .button { width: 100%; }
    .laptop-assurance-points article { grid-template-columns: 34px 1fr; gap: 12px; }
}

.laptop-thermal-price-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.laptop-thermal-price-row > span { color: var(--orange); font-size: .62rem; font-weight: 820; letter-spacing: .12em; text-transform: uppercase; }
.laptop-thermal-price { padding: 6px 12px; border: 1px solid rgba(255, 59, 10, .35); border-radius: 99px; background: rgba(255, 59, 10, .1); color: #fff; font-size: .82rem; font-weight: 800; letter-spacing: -.01em; white-space: nowrap; }
.laptop-thermal-brand-line { margin: 0 0 26px !important; color: #6f7d92; font-size: .7rem; font-weight: 620; }

.laptop-near-you { margin-top: 108px; padding: clamp(38px, 5vw, 60px); border: 1px solid rgba(255, 255, 255, .055); border-radius: 26px; background: var(--panel); box-shadow: var(--shadow); }
.laptop-near-you h2 { margin: 0; font-size: clamp(1.7rem, 1.4rem + 1vw, 2.4rem); font-weight: 800; letter-spacing: -.04em; }
.laptop-near-you > p { max-width: 620px; margin: 14px 0 0; color: var(--muted); font-size: .9rem; line-height: 1.65; }
.laptop-near-you-chips { display: flex; flex-wrap: wrap; gap: 10px; margin: 26px 0 0; padding: 0; list-style: none; }
.laptop-near-you-chips li { padding: 9px 16px; border: 1px solid var(--line); border-radius: 99px; color: #d2d7e0; font-size: .78rem; font-weight: 640; }

@media (max-width: 620px) {
    .laptop-thermal-price { font-size: .74rem; padding: 5px 10px; }
    .laptop-near-you { margin-top: 76px; padding: 28px 22px; border-radius: 20px; }
    .laptop-near-you-chips { gap: 8px; margin-top: 20px; }
    .laptop-near-you-chips li { padding: 8px 13px; font-size: .72rem; }
}

/* Preserve clear selection feedback while selected cards use the shared lift. */
:is(.flow-card, .service-select-card, .delivery-card).is-selected {
    border-color: var(--orange-bright);
    box-shadow: 0 0 0 3px rgba(255, 64, 13, .2);
}
.pricing-mode-option.is-selected {
    border-color: #fff;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}
