:root {
    --sapw-ink: #17212a;
    --sapw-muted: #66717b;
    --sapw-line: #dce2e6;
    --sapw-paper: #ffffff;
    --sapw-canvas: #f2f4f3;
    --sapw-accent: #087da5;
    --sapw-accent-dark: #075e7c;
    --sapw-soft: #e9f4f7;
    --sapw-night: #101820;
    --sapw-danger: #a33b35;
    --sapw-success: #277253;
    --sapw-radius: 18px;
    --sapw-shadow: 0 18px 48px rgba(24, 36, 45, .08);
    font-family: "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", system-ui, sans-serif;
    color: var(--sapw-ink);
    background: var(--sapw-canvas);
    font-synthesis: none;
}

* { box-sizing: border-box; }
html { min-width: 320px; scroll-behavior: smooth; }
body { min-width: 320px; min-height: 100vh; margin: 0; background: var(--sapw-canvas); color: var(--sapw-ink); }
body.sapw-notice-open { overflow: hidden; }
button, input, select, textarea { font: inherit; }
button, label, select, input[type="date"], input[type="file"] { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
svg { display: block; width: 1em; height: 1em; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.sapw-icon-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.sapw-hidden { display: none !important; }

.sapw-topbar {
    min-height: 76px;
    padding: 14px max(20px, env(safe-area-inset-left));
    background: var(--sapw-night);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.sapw-brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; min-width: 0; }
.sapw-brand-mark {
    width: 42px; height: 42px; flex: 0 0 42px; border: 1px solid rgba(255, 255, 255, .7); border-radius: 50%;
    display: grid; place-items: center; font-family: Georgia, serif; font-size: 14px; letter-spacing: .06em;
}
.sapw-brand strong, .sapw-brand small { display: block; }
.sapw-brand strong { font-size: 17px; letter-spacing: .08em; font-weight: 600; }
.sapw-brand small { color: #aeb8c0; margin-top: 2px; font-size: 10px; letter-spacing: .08em; white-space: nowrap; }
.sapw-topbar-label { padding: 7px 11px; border: 1px solid rgba(255, 255, 255, .22); border-radius: 999px; color: #d7e0e5; font-size: 12px; white-space: nowrap; }

.sapw-shell { width: min(100% - 32px, 1040px); margin: 0 auto; padding: 44px 0 32px; }
.sapw-intro { min-height: 210px; display: flex; justify-content: space-between; align-items: center; gap: 30px; padding: 4px 28px 30px; }
.sapw-intro > div:first-child { max-width: 680px; }
.sapw-eyebrow { margin: 0 0 10px; color: var(--sapw-accent); font-size: 12px; font-weight: 800; letter-spacing: .16em; }
.sapw-intro h1 { margin: 0; font-size: clamp(32px, 5vw, 56px); line-height: 1.14; letter-spacing: -.045em; font-weight: 620; }
.sapw-intro p:last-child { margin: 18px 0 0; color: var(--sapw-muted); line-height: 1.75; }
.sapw-intro-badge {
    width: 150px; height: 150px; flex: 0 0 150px; border: 1px solid #d4dade; border-radius: 50%;
    display: grid; place-items: center; color: var(--sapw-accent); background: linear-gradient(145deg, #fff, #e7ecee);
}
.sapw-intro-badge svg { width: 78px; height: 78px; stroke-width: 1.15; }
.sapw-intro-simple { min-height: 132px; justify-content: flex-start; padding-bottom: 30px; }

.sapw-booking-notice {
    position: fixed; inset: 0; z-index: 1000; padding: max(18px, env(safe-area-inset-top)) max(14px, env(safe-area-inset-right)) max(18px, env(safe-area-inset-bottom)) max(14px, env(safe-area-inset-left));
    display: grid; place-items: center; overflow: auto; background: rgba(12, 22, 30, .58); backdrop-filter: blur(14px) saturate(125%); -webkit-backdrop-filter: blur(14px) saturate(125%);
    opacity: 1; transition: opacity .22s ease;
}
.sapw-booking-notice[hidden] { display: none; }
.sapw-booking-notice.is-closing { opacity: 0; }
.sapw-booking-notice-card {
    width: min(100%, 760px); max-height: calc(100dvh - 36px); overflow: auto; padding: clamp(22px, 4vw, 38px);
    border: 1px solid rgba(255, 255, 255, .72); border-radius: 22px; background: rgba(255, 255, 255, .98); box-shadow: 0 28px 80px rgba(5, 15, 22, .3);
}
.sapw-booking-notice-head { text-align: center; }
.sapw-booking-notice-head p { margin: 0 0 7px; color: var(--sapw-accent); font-size: 11px; font-weight: 800; letter-spacing: .16em; }
.sapw-booking-notice-head h2 { margin: 0; font-size: clamp(27px, 4vw, 38px); letter-spacing: -.035em; }
.sapw-booking-notice-head span { display: block; margin-top: 9px; color: var(--sapw-muted); font-size: 13px; line-height: 1.6; }
.sapw-booking-notice-flow { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 9px; margin: 25px 0 18px; padding: 0; list-style: none; }
.sapw-booking-notice-flow li { min-width: 0; padding: 14px 12px; border: 1px solid var(--sapw-line); border-radius: 13px; background: #f7f9fa; text-align: center; }
.sapw-booking-notice-flow b { width: 28px; height: 28px; margin: 0 auto 9px; border-radius: 50%; display: grid; place-items: center; background: var(--sapw-night); color: #fff; font-size: 12px; }
.sapw-booking-notice-flow strong, .sapw-booking-notice-flow small { display: block; overflow-wrap: anywhere; }
.sapw-booking-notice-flow strong { font-size: 13px; line-height: 1.45; }
.sapw-booking-notice-flow small { margin-top: 5px; color: var(--sapw-muted); font-size: 10px; line-height: 1.45; }
.sapw-booking-notice-rules { padding: 15px 17px; border-left: 3px solid #d08b2b; border-radius: 10px; background: #fff8ec; color: #76531f; }
.sapw-booking-notice-rules p { position: relative; margin: 0; padding-left: 15px; font-size: 12px; line-height: 1.65; }
.sapw-booking-notice-rules p + p { margin-top: 4px; }
.sapw-booking-notice-rules p::before { content: ""; position: absolute; top: .72em; left: 0; width: 5px; height: 5px; border-radius: 50%; background: #d08b2b; }
.sapw-booking-notice-important { display: grid; gap: 3px; margin-top: 13px; padding: 13px 15px; border-radius: 10px; background: #edf6f8; color: #34535e; font-size: 12px; line-height: 1.55; }
.sapw-booking-notice-important strong { color: var(--sapw-accent-dark); }
.sapw-booking-notice-close { width: 100%; min-height: 49px; margin-top: 18px; border: 0; border-radius: 11px; background: var(--sapw-night); color: #fff; font-weight: 750; cursor: pointer; }
.sapw-booking-notice-close:hover { background: var(--sapw-accent-dark); }
.sapw-booking-notice-close:focus-visible { outline: 3px solid rgba(8, 125, 165, .25); outline-offset: 3px; }

.sapw-card { background: var(--sapw-paper); border: 1px solid rgba(205, 214, 219, .9); border-radius: var(--sapw-radius); box-shadow: var(--sapw-shadow); }
.sapw-card-pad { padding: clamp(22px, 4vw, 44px); }
.sapw-progress { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin: 0 0 42px; padding: 0; list-style: none; counter-reset: none; }
.sapw-progress li { position: relative; display: flex; align-items: center; gap: 8px; min-width: 0; color: #8b969e; font-size: 12px; }
.sapw-progress li:not(:last-child)::after { content: ""; position: absolute; z-index: 0; left: 36px; right: 8px; top: 14px; height: 1px; background: var(--sapw-line); }
.sapw-progress span { position: relative; z-index: 1; width: 29px; height: 29px; flex: 0 0 29px; border-radius: 50%; display: grid; place-items: center; background: #eef1f2; border: 1px solid #d9dfe2; font-weight: 800; }
.sapw-progress b { font-weight: 650; white-space: nowrap; }
.sapw-progress li.is-active { color: var(--sapw-ink); }
.sapw-progress li.is-active span { background: var(--sapw-accent); color: #fff; border-color: var(--sapw-accent); }
.sapw-progress li.is-complete::after { background: var(--sapw-accent); }
.sapw-progress li.is-complete span { background: var(--sapw-night); color: #fff; border-color: var(--sapw-night); }

.sapw-step { display: none; animation: sapw-rise .22s ease both; }
.sapw-step.is-active { display: block; }
.sapw-step-heading { display: flex; gap: 16px; align-items: flex-start; margin-bottom: 28px; }
.sapw-step-icon { width: 48px; height: 48px; flex: 0 0 48px; border-radius: 14px; background: var(--sapw-soft); color: var(--sapw-accent); display: grid; place-items: center; }
.sapw-step-icon svg { width: 25px; height: 25px; }
.sapw-step-heading p { margin: 1px 0 4px; color: var(--sapw-accent); font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.sapw-step-heading h2 { margin: 0; font-size: clamp(25px, 3vw, 34px); line-height: 1.25; letter-spacing: -.025em; }
.sapw-step-heading div > span { display: block; margin-top: 7px; color: var(--sapw-muted); font-size: 14px; line-height: 1.6; }

.sapw-grid { display: grid; gap: 18px; min-width: 0; }
.sapw-grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.sapw-field { min-width: 0; }
.sapw-field-spaced { margin-top: 18px; }
.sapw-field label, .sapw-label { display: block; margin: 0 0 8px; color: #2d3942; font-size: 14px; font-weight: 700; }
.sapw-field label em { margin-left: 4px; color: var(--sapw-accent); font-size: 11px; font-style: normal; }
.sapw-field label span { margin-left: 4px; color: #8a959c; font-size: 11px; font-weight: 500; }
.sapw-field input:not([type="radio"]):not([type="checkbox"]), .sapw-field select, .sapw-field textarea {
    display: block; width: 100%; max-width: 100%; min-width: 0; border: 1px solid #cfd7dc; border-radius: 11px; background: #fff; color: var(--sapw-ink); outline: 0;
    transition: border-color .15s ease, box-shadow .15s ease, background .15s ease;
}
.sapw-field input:not([type="radio"]):not([type="checkbox"]), .sapw-field select { min-height: 48px; padding: 10px 13px; }
.sapw-field textarea { min-height: 128px; padding: 13px; resize: vertical; line-height: 1.65; }
.sapw-field input:focus, .sapw-field select:focus, .sapw-field textarea:focus { border-color: var(--sapw-accent); box-shadow: 0 0 0 3px rgba(8, 125, 165, .12); }
.sapw-field input::placeholder, .sapw-field textarea::placeholder { color: #9aa3a9; }
.sapw-field small { display: block; margin-top: 7px; color: var(--sapw-muted); font-size: 12px; line-height: 1.55; }
.sapw-field input[type="file"] { min-height: 44px; padding: 6px; background: #f8fafb; overflow: hidden; }
.sapw-field input[type="file"]::file-selector-button { margin-right: 10px; padding: 8px 12px; border: 0; border-radius: 7px; background: var(--sapw-night); color: #fff; cursor: pointer; }
.sapw-vehicle-preview { min-width: 0; min-height: 142px; margin: 0; padding: 12px 16px; overflow: hidden; border: 1px solid #d8e0e4; border-radius: 13px; background: linear-gradient(145deg, #18252e, #0f171d); display: grid; grid-template-columns: minmax(0, 1fr) 150px; align-items: center; gap: 10px; color: #fff; }
.sapw-vehicle-preview img { display: block; width: 100%; max-width: 240px; max-height: 105px; object-fit: contain; filter: drop-shadow(0 8px 10px rgba(0, 0, 0, .28)); }
.sapw-vehicle-preview figcaption { min-width: 0; }
.sapw-vehicle-preview figcaption span, .sapw-vehicle-preview figcaption strong { display: block; overflow-wrap: anywhere; }
.sapw-vehicle-preview figcaption span { color: #90c9da; font-size: 10px; font-weight: 800; letter-spacing: .08em; }
.sapw-vehicle-preview figcaption strong { margin-top: 5px; font-size: 14px; line-height: 1.45; }

.sapw-choice-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.sapw-category-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.sapw-choice { position: relative; min-width: 0; cursor: pointer; }
.sapw-choice > input { position: absolute; opacity: 0; pointer-events: none; }
.sapw-choice > span { min-height: 136px; padding: 17px; border: 1px solid var(--sapw-line); border-radius: 14px; display: flex; flex-direction: column; align-items: flex-start; background: #fff; transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease, background .15s ease; }
.sapw-choice:hover > span { border-color: #b7c3c9; transform: translateY(-1px); }
.sapw-choice > input:focus-visible + span { outline: 3px solid rgba(8, 125, 165, .2); outline-offset: 2px; }
.sapw-choice > input:checked + span { border-color: var(--sapw-accent); background: #f5fbfd; box-shadow: inset 0 0 0 1px var(--sapw-accent); }
.sapw-choice-icon { width: 34px; height: 34px; margin-bottom: 14px; border-radius: 10px; display: grid; place-items: center; background: #eef3f5; color: #4d606c; }
.sapw-choice > input:checked + span .sapw-choice-icon { background: var(--sapw-accent); color: #fff; }
.sapw-choice-icon svg { width: 19px; height: 19px; }
.sapw-choice strong, .sapw-choice small { display: block; width: 100%; }
.sapw-choice strong { font-size: 15px; }
.sapw-choice small { margin-top: 6px; color: var(--sapw-muted); font-size: 12px; line-height: 1.5; }
.sapw-choice-compact > span { min-height: 82px; justify-content: center; padding: 14px 16px; }
.sapw-advisor-mode { max-width: 560px; }

.sapw-recommendation { display: grid; gap: 5px; margin: 18px 0; padding: 17px 19px; border-radius: 14px; background: linear-gradient(135deg, #172733, #0f687f); color: #fff; }
.sapw-recommendation > span { color: #91cee0; font-size: 11px; font-weight: 800; letter-spacing: .1em; }
.sapw-recommendation strong { font-size: 16px; }
.sapw-recommendation small { color: #d5e7ed; line-height: 1.55; }
.sapw-guided-panel { padding: 18px; border: 1px solid #e0e5e8; border-radius: 14px; background: #fafbfb; }
.sapw-upload { display: grid; grid-template-columns: 44px minmax(0, 1fr); gap: 13px; margin-top: 18px; padding: 16px; border: 1px dashed #bdc9cf; border-radius: 14px; background: #f8fafb; }
.sapw-upload-icon { width: 44px; height: 44px; border-radius: 12px; background: var(--sapw-soft); color: var(--sapw-accent); display: grid; place-items: center; }
.sapw-upload-icon svg { width: 22px; height: 22px; }
.sapw-file-list { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 8px; }
.sapw-file-list span { display: inline-block; max-width: 100%; padding: 5px 8px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; border-radius: 7px; background: #e9eef1; color: #455660; font-size: 11px; }

.sapw-slot-status { margin: 22px 0 10px; padding: 12px 14px; border-radius: 10px; background: #f2f6f7; color: #53636d; font-size: 13px; }
.sapw-slot-days { display: grid; gap: 14px; }
.sapw-slot-day { border: 1px solid var(--sapw-line); border-radius: 14px; overflow: hidden; background: #fff; }
.sapw-slot-day-head { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 13px 15px; border-bottom: 1px solid #e5e9eb; background: #f8f9f9; }
.sapw-slot-day-head strong { font-size: 14px; }
.sapw-slot-day-head small { color: var(--sapw-muted); }
.sapw-slots { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; padding: 13px; }
.sapw-slot { min-height: 46px; min-width: 0; padding: 8px 10px; border: 1px solid #cfd8dc; border-radius: 10px; background: #fff; color: #25343d; cursor: pointer; line-height: 1.35; transition: border-color .15s ease, background .15s ease, color .15s ease; }
.sapw-slot:hover { border-color: var(--sapw-accent); }
.sapw-slot.is-selected { border-color: var(--sapw-accent); background: var(--sapw-accent); color: #fff; }
.sapw-slot b { display: block; margin-bottom: 2px; color: #0b7295; font-size: 10px; }
.sapw-slot.is-selected b { color: #d9f2fa; }
.sapw-skeleton { height: 78px; border-radius: 14px; background: linear-gradient(90deg, #edf0f1 20%, #f8fafa 45%, #edf0f1 70%); background-size: 200% 100%; animation: sapw-shimmer 1.25s infinite; }
.sapw-empty { padding: 28px 18px; border: 1px dashed #ccd5d9; border-radius: 14px; text-align: center; color: var(--sapw-muted); line-height: 1.65; }
.sapw-empty strong { display: block; margin-bottom: 4px; color: var(--sapw-ink); }

.sapw-summary { overflow: hidden; border: 1px solid var(--sapw-line); border-radius: 14px; background: #fff; }
.sapw-summary-row { display: grid; grid-template-columns: 130px minmax(0, 1fr); gap: 16px; padding: 13px 16px; border-bottom: 1px solid #edf0f1; }
.sapw-summary-row:last-child { border-bottom: 0; }
.sapw-summary-row span { color: var(--sapw-muted); font-size: 13px; }
.sapw-summary-row strong { min-width: 0; overflow-wrap: anywhere; color: var(--sapw-ink); font-size: 14px; font-weight: 650; white-space: pre-line; }
.sapw-consent { display: flex; gap: 10px; align-items: flex-start; margin-top: 18px; color: #53616a; font-size: 13px; line-height: 1.65; cursor: pointer; }
.sapw-consent input { width: 18px; height: 18px; flex: 0 0 18px; margin: 2px 0 0; accent-color: var(--sapw-accent); }
.sapw-message { margin-top: 15px; padding: 13px 15px; border-radius: 10px; font-size: 13px; line-height: 1.6; }
.sapw-message-error { background: #fff0ef; border: 1px solid #f0c9c5; color: var(--sapw-danger); }

.sapw-actions { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 28px; }
.sapw-actions-end { justify-content: flex-end; }
.sapw-actions-center { justify-content: center; }
.sapw-button { min-height: 48px; padding: 11px 20px; border: 1px solid transparent; border-radius: 10px; display: inline-flex; align-items: center; justify-content: center; text-decoration: none; font-weight: 750; cursor: pointer; transition: background .15s ease, border-color .15s ease, transform .15s ease, opacity .15s ease; }
.sapw-button:hover { transform: translateY(-1px); }
.sapw-button:focus-visible { outline: 3px solid rgba(8, 125, 165, .22); outline-offset: 2px; }
.sapw-button:disabled { opacity: .45; cursor: not-allowed; transform: none; }
.sapw-button-primary { background: var(--sapw-night); color: #fff; }
.sapw-button-primary:hover:not(:disabled) { background: var(--sapw-accent-dark); }
.sapw-button-light { border-color: #cad3d8; background: #fff; color: #35434c; }
.sapw-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }

.sapw-success { text-align: center; }
.sapw-success-icon { width: 64px; height: 64px; margin: 0 auto 18px; border-radius: 50%; background: #e5f4ed; color: var(--sapw-success); display: grid; place-items: center; }
.sapw-success-icon svg { width: 32px; height: 32px; stroke-width: 2; }
.sapw-success h2 { margin: 0; font-size: 30px; }
.sapw-success > p:not(.sapw-eyebrow) { margin: 10px 0 24px; color: var(--sapw-muted); }
.sapw-success .sapw-summary { max-width: 660px; margin: 0 auto; text-align: left; }
.sapw-notice { display: flex; gap: 12px; margin: 20px 4px 0; padding: 14px 18px; color: var(--sapw-muted); font-size: 12px; line-height: 1.6; }
.sapw-notice strong { color: var(--sapw-ink); white-space: nowrap; }
.sapw-footer { padding: 22px max(20px, env(safe-area-inset-left)) calc(22px + env(safe-area-inset-bottom)); border-top: 1px solid #dce1e3; color: #7b858c; text-align: center; font-size: 11px; letter-spacing: .08em; }
.sapw-toast { position: fixed; z-index: 20; left: 50%; bottom: calc(24px + env(safe-area-inset-bottom)); max-width: min(90vw, 500px); padding: 11px 16px; border-radius: 10px; background: rgba(16, 24, 32, .94); color: #fff; font-size: 13px; transform: translate(-50%, 16px); opacity: 0; pointer-events: none; transition: .18s ease; }
.sapw-toast.is-visible { transform: translate(-50%, 0); opacity: 1; }

@keyframes sapw-rise { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
@keyframes sapw-shimmer { to { background-position-x: -200%; } }

@media (max-width: 820px) {
    .sapw-shell { width: min(100% - 24px, 720px); padding-top: 26px; }
    .sapw-intro { min-height: 0; padding: 6px 10px 24px; }
    .sapw-intro-badge { width: 98px; height: 98px; flex-basis: 98px; }
    .sapw-intro-badge svg { width: 52px; height: 52px; }
    .sapw-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .sapw-slots { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 600px) {
    .sapw-topbar { min-height: 66px; padding-top: calc(10px + env(safe-area-inset-top)); }
    .sapw-brand-mark { width: 36px; height: 36px; flex-basis: 36px; font-size: 12px; }
    .sapw-brand strong { font-size: 15px; }
    .sapw-brand small { display: none; }
    .sapw-topbar-label { padding: 6px 9px; font-size: 11px; }
    .sapw-shell { width: min(100% - 18px, 560px); padding: 20px 0 24px; }
    .sapw-intro { align-items: flex-start; padding: 6px 7px 22px; }
    .sapw-intro h1 { font-size: clamp(28px, 9vw, 38px); }
    .sapw-intro p:last-child { margin-top: 13px; font-size: 13px; }
    .sapw-intro-badge { display: none; }
    .sapw-intro-simple { min-height: 0; padding-bottom: 22px; }
    .sapw-booking-notice { align-items: end; padding: max(10px, env(safe-area-inset-top)) 0 0; }
    .sapw-booking-notice-card { width: 100%; max-height: calc(100dvh - 10px); padding: 22px 16px calc(18px + env(safe-area-inset-bottom)); border-radius: 20px 20px 0 0; }
    .sapw-booking-notice-flow { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 20px; }
    .sapw-card { border-radius: 15px; }
    .sapw-card-pad { padding: 20px 15px; }
    .sapw-progress { margin-bottom: 30px; }
    .sapw-progress li { display: block; text-align: center; }
    .sapw-progress li:not(:last-child)::after { left: calc(50% + 18px); right: calc(-50% + 18px); top: 14px; }
    .sapw-progress span { margin: 0 auto 5px; }
    .sapw-progress b { display: block; overflow: hidden; text-overflow: ellipsis; font-size: 10px; }
    .sapw-step-heading { gap: 12px; margin-bottom: 22px; }
    .sapw-step-icon { width: 42px; height: 42px; flex-basis: 42px; border-radius: 12px; }
    .sapw-step-heading h2 { font-size: 24px; }
    .sapw-step-heading div > span { font-size: 13px; }
    .sapw-grid-2 { grid-template-columns: 1fr; gap: 15px; }
    .sapw-choice-grid { gap: 9px; }
    .sapw-choice > span { min-height: 124px; padding: 14px 12px; }
    .sapw-choice-icon { margin-bottom: 10px; }
    .sapw-choice-compact > span { min-height: 80px; }
    .sapw-guided-panel { padding: 13px; }
    .sapw-vehicle-preview { min-height: 130px; grid-template-columns: minmax(0, 1fr) 126px; padding: 10px 12px; }
    .sapw-vehicle-preview img { max-height: 92px; }
    .sapw-upload { grid-template-columns: 1fr; }
    .sapw-actions { gap: 8px; }
    .sapw-button { flex: 1 1 auto; min-width: 0; padding-inline: 12px; font-size: 14px; }
    .sapw-summary-row { grid-template-columns: 88px minmax(0, 1fr); gap: 10px; padding: 12px; }
    .sapw-notice { display: block; padding-inline: 10px; }
    .sapw-notice strong { display: block; margin-bottom: 3px; }
}

@media (max-width: 370px) {
    .sapw-category-grid, .sapw-choice-grid, .sapw-slots { grid-template-columns: 1fr; }
    .sapw-category-grid .sapw-choice > span { min-height: 94px; }
    .sapw-progress b { display: none; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
