:root {
  --paper: #fffdf8;
  --cream: #f8f4e9;
  --cream-deep: #efe8d8;
  --sage: #eaf3ec;
  --sage-strong: #d5e7da;
  --green: #1f5a4c;
  --green-dark: #173f36;
  --green-soft: #52796f;
  --gold: #d2a944;
  --gold-dark: #9a741b;
  --ink: #20312c;
  --muted: #64736d;
  --line: #d8e2da;
  --danger: #a33e3e;
  --danger-bg: #fff0ee;
  --whatsapp: #1f9d5a;
  --white: #ffffff;
  --shadow-sm: 0 8px 24px rgba(31, 90, 76, .08);
  --shadow: 0 22px 60px rgba(31, 90, 76, .12);
  --radius: 20px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; }
body, button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button { cursor: pointer; }
fieldset { border: 0; padding: 0; margin: 0 0 28px; }
legend { font-weight: 900; margin-bottom: 13px; }
code { background: var(--sage); color: var(--green-dark); padding: 2px 6px; border-radius: 6px; }
[hidden] { display: none !important; }

.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: 10px; z-index: 1000; transform: translateY(-160%); background: var(--green-dark); color: white; padding: 10px 14px; border-radius: 10px; }
.skip-link:focus { transform: none; }

.eyebrow { margin: 0 0 13px; color: var(--gold-dark); font-weight: 900; font-size: .76rem; letter-spacing: .15em; text-transform: uppercase; }
.button { min-height: 46px; padding: 0 19px; border: 1px solid transparent; border-radius: 12px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-weight: 900; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-1px); }
.button--large { min-height: 54px; padding-inline: 24px; }
.button--primary { background: var(--green); color: white; box-shadow: 0 10px 22px rgba(31, 90, 76, .18); }
.button--primary:hover { background: var(--green-dark); }
.button--soft { background: var(--sage); border-color: var(--sage-strong); color: var(--green-dark); }
.button--outline, .button--ghost { background: white; border-color: #bfd0c5; color: var(--green-dark); }
.button--whatsapp { background: var(--whatsapp); color: white; }
.button--danger { background: var(--danger-bg); border-color: #e6b3ae; color: var(--danger); }
.button--disabled { background: #f1efe8; color: #9b9a94; border-color: #e1ddd2; cursor: not-allowed; }
.button--disabled:hover { transform: none; }
.text-link { color: var(--green); font-weight: 900; text-decoration: none; }
.text-button { border: 0; background: transparent; color: var(--green); font-weight: 900; padding: 6px; }

.announcement { background: var(--green-dark); color: #f7fbf8; font-size: .82rem; }
.announcement__inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.announcement__inner div { display: flex; gap: 9px; align-items: center; }
.announcement a { color: white; font-weight: 800; text-decoration: none; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,253,248,.94); backdrop-filter: blur(15px); border-bottom: 1px solid rgba(216,226,218,.9); }
.header__inner { height: 78px; display: flex; align-items: center; gap: 30px; }
.brand { display: inline-flex; flex: none; }
.brand img { width: 142px; height: 58px; object-fit: contain; }
.site-nav { display: flex; align-items: center; gap: 27px; margin-left: auto; }
.site-nav a { text-decoration: none; font-size: .92rem; font-weight: 800; color: #465a53; }
.site-nav a:hover { color: var(--green); }
.header__cta { margin-left: 3px; }
.menu-button { display: none; width: 45px; height: 45px; padding: 10px; border: 1px solid var(--line); border-radius: 11px; background: white; }
.menu-button span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--green-dark); border-radius: 4px; }

.hero { overflow: hidden; }
.hero--light { padding: 72px 0 88px; background: radial-gradient(circle at 83% 15%, #fff2c9 0, transparent 29%), linear-gradient(135deg, #f4f8f2 0%, #fffaf0 63%, #f8efd8 100%); }
.hero__grid { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(420px, .98fr); gap: 68px; align-items: center; }
.hero__content h1 { max-width: 720px; margin: 0; font-size: clamp(3rem, 5.8vw, 5.8rem); line-height: .97; letter-spacing: -.057em; color: var(--green-dark); }
.hero__lead { max-width: 680px; margin: 25px 0; color: #50635c; font-size: 1.1rem; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 11px; }
.hero__microcopy { max-width: 620px; margin: 17px 0 0; color: var(--muted); font-size: .86rem; }
.trust-chips { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 25px; }
.trust-chips span { padding: 8px 12px; background: rgba(255,255,255,.8); border: 1px solid #d7e5da; border-radius: 999px; color: var(--green-dark); font-size: .79rem; font-weight: 850; }
.hero__visual { position: relative; }
.hero__visual > img { border-radius: 32px; box-shadow: var(--shadow); }
.result-card { position: absolute; right: -12px; bottom: 32px; display: flex; flex-direction: column; padding: 15px 18px; border-radius: 14px; box-shadow: var(--shadow-sm); }
.result-card--light { background: rgba(255,255,255,.95); border: 1px solid #d9e6dc; }
.result-card span { color: var(--gold-dark); text-transform: uppercase; letter-spacing: .09em; font-size: .67rem; font-weight: 900; }
.result-card strong { color: var(--green-dark); font-size: 1.18rem; }
.result-card small { color: var(--muted); }

.trust-strip { background: white; border-block: 1px solid var(--line); }
.trust-strip__grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-strip article { min-height: 132px; padding: 26px; display: flex; gap: 16px; align-items: center; border-right: 1px solid var(--line); }
.trust-strip article:last-child { border-right: 0; }
.trust-strip b { width: 42px; height: 42px; display: grid; place-items: center; flex: none; border-radius: 50%; background: var(--sage); color: var(--green); }
.trust-strip strong, .trust-strip span { display: block; }
.trust-strip strong { color: var(--green-dark); }
.trust-strip span { margin-top: 3px; color: var(--muted); font-size: .82rem; }

.section { padding: 94px 0; }
.section--cream { background: var(--cream); }
.section--sage { background: var(--sage); }
.section-heading { max-width: 720px; margin-bottom: 42px; }
.section-heading--centre { margin-inline: auto; text-align: center; }
.section-heading h2 { margin: 0 0 16px; color: var(--green-dark); font-size: clamp(2.3rem, 4.8vw, 4.35rem); line-height: 1.01; letter-spacing: -.052em; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.02rem; }
.package-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; }
.package-card { display: flex; flex-direction: column; min-height: 510px; padding: 30px; border: 1px solid #dfe4da; border-radius: 22px; background: white; box-shadow: var(--shadow-sm); }
.package-card--featured { border-color: #a9c5b3; background: linear-gradient(180deg, #f5fbf6, white); transform: translateY(-12px); box-shadow: var(--shadow); }
.package-card--soon { background: #faf8f2; }
.package-tag { align-self: flex-start; padding: 6px 10px; border-radius: 999px; background: var(--sage); color: var(--green); font-size: .69rem; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.package-card--soon .package-tag { background: #f2e7bd; color: #7e6015; }
.package-card h3 { margin: 22px 0 2px; color: var(--green-dark); font-size: 2.1rem; }
.package-price { margin: 0 0 17px; color: var(--muted); }
.package-price strong { color: var(--green); font-size: 1.55rem; }
.package-card > p:not(.package-price) { color: var(--muted); }
.package-card ul { padding-left: 20px; margin: 22px 0 28px; }
.package-card li { margin: 9px 0; }
.package-card .button { margin-top: auto; }
.split-section { display: grid; grid-template-columns: minmax(0,.84fr) minmax(0,1.16fr); gap: 80px; align-items: start; }
.process-list { display: grid; gap: 13px; }
.process-list article { display: grid; grid-template-columns: 50px 1fr; gap: 16px; padding: 20px; background: white; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow-sm); }
.process-list span { width: 45px; height: 45px; display: grid; place-items: center; border-radius: 12px; background: var(--sage); color: var(--green); font-weight: 900; }
.process-list h3 { margin: 0 0 4px; color: var(--green-dark); }
.process-list p { margin: 0; color: var(--muted); font-size: .9rem; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.review-card { min-height: 220px; padding: 27px; background: white; border: 1px solid #d5e4d9; border-radius: 20px; box-shadow: var(--shadow-sm); }
.stars { color: var(--gold-dark); letter-spacing: 3px; }
.review-card blockquote { margin: 30px 0; color: var(--green-dark); font-size: 1.25rem; font-weight: 750; }
.review-card cite { color: var(--muted); font-style: normal; font-size: .86rem; }
.faq-layout { display: grid; grid-template-columns: minmax(280px,.72fr) minmax(0,1.28fr); gap: 70px; }
.accordion { border-top: 1px solid var(--line); }
.accordion-item { border-bottom: 1px solid var(--line); }
.accordion-item > button { width: 100%; padding: 20px 2px; border: 0; background: transparent; display: flex; align-items: center; justify-content: space-between; gap: 20px; text-align: left; color: var(--green-dark); font-weight: 900; }
.accordion-item > button b { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: var(--sage); color: var(--green); }
.accordion-item > div { display: none; padding: 0 46px 19px 2px; color: var(--muted); }
.accordion-item.open > div { display: block; }
.accordion-item p { margin: 0; }
.final-cta--light { padding: 30px 0 86px; background: var(--paper); }
.final-cta__inner { padding: 42px; border: 1px solid #cadbcf; border-radius: 26px; background: linear-gradient(135deg, #eaf3ec, #fff6dd); display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.final-cta h2 { margin: 0; color: var(--green-dark); font-size: clamp(2rem, 4vw, 3.6rem); line-height: 1; letter-spacing: -.05em; }
.final-cta p:not(.eyebrow) { color: var(--muted); }
.site-footer { padding: 56px 0 82px; background: #edf3ee; border-top: 1px solid #d8e4da; }
.footer__grid { display: grid; grid-template-columns: 1.5fr 1fr .8fr .8fr; gap: 36px; align-items: start; }
.site-footer img { width: 155px; }
.site-footer strong, .site-footer a, .site-footer span { display: block; }
.site-footer strong { color: var(--green-dark); margin-bottom: 11px; }
.site-footer a { width: fit-content; color: #52645d; text-decoration: none; margin: 6px 0; }
.site-footer p, .site-footer span { color: var(--muted); font-size: .84rem; }
.footer__legal { text-align: right; }
.footer__legal a { margin-left: auto; }
.mobile-actions { display: none; }

/* Booking */
.booking-page { background: linear-gradient(180deg, var(--cream), var(--paper)); }
.booking-header { background: rgba(255,253,248,.96); border-bottom: 1px solid var(--line); }
.booking-header__inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.booking-header__inner > div { display: flex; flex-direction: column; align-items: flex-end; color: var(--muted); font-size: .76rem; }
.booking-header__inner a { color: var(--green); font-weight: 900; text-decoration: none; }
.booking-main { padding: 48px 0 70px; }
.booking-layout { display: grid; grid-template-columns: 320px minmax(0,1fr); gap: 28px; align-items: start; }
.booking-intro { position: sticky; top: 26px; padding: 25px; border-radius: 21px; background: linear-gradient(160deg, #e7f2ea, #fff5d8); border: 1px solid #d0dfd3; }
.booking-intro h1 { margin: 0 0 16px; color: var(--green-dark); font-size: 2.75rem; line-height: 1; letter-spacing: -.05em; }
.booking-intro > p:not(.eyebrow) { color: var(--muted); }
.booking-price-note { display: flex; flex-direction: column; gap: 4px; margin: 24px 0; padding: 16px; background: rgba(255,255,255,.8); border: 1px solid #d7e3da; border-radius: 13px; }
.booking-price-note span, .booking-price-note small { color: var(--muted); font-size: .75rem; }
.booking-price-note strong { color: var(--green-dark); }
.booking-trust { display: grid; gap: 8px; color: var(--green-dark); font-size: .82rem; font-weight: 800; }
.booking-card { min-width: 0; overflow: hidden; background: white; border: 1px solid var(--line); border-radius: 24px; box-shadow: var(--shadow); }
.booking-progress { position: relative; padding: 22px 28px 19px; background: #f3f8f4; border-bottom: 1px solid var(--line); }
.booking-progress__bar { position: absolute; left: 50px; right: 50px; top: 42px; height: 3px; border-radius: 5px; background: #d6e2d9; }
.booking-progress__bar i { display: block; width: 0; height: 100%; background: var(--gold); border-radius: inherit; transition: width .3s ease; }
.booking-progress ol { position: relative; z-index: 1; margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(5,1fr); gap: 10px; }
.booking-progress li { display: flex; flex-direction: column; align-items: center; gap: 5px; color: #8a9892; font-size: .69rem; font-weight: 800; text-align: center; }
.booking-progress li b { width: 40px; height: 40px; display: grid; place-items: center; border: 3px solid #d6e2d9; border-radius: 50%; background: white; color: #7c8b85; }
.booking-progress li.active b { border-color: var(--gold); color: var(--gold-dark); }
.booking-progress li.complete b { border-color: var(--green); background: var(--green); color: white; }
.booking-step { display: none; min-height: 640px; padding: 36px 40px 32px; }
.booking-step.active { display: block; animation: stepIn .2s ease; }
@keyframes stepIn { from { opacity: .5; transform: translateY(5px); } to { opacity: 1; transform: none; } }
.booking-step__heading { margin-bottom: 28px; }
.booking-step__heading > span { color: var(--gold-dark); font-size: .73rem; letter-spacing: .11em; text-transform: uppercase; font-weight: 900; }
.booking-step__heading h2 { margin: 5px 0 7px; color: var(--green-dark); font-size: 2.25rem; line-height: 1.05; letter-spacing: -.04em; }
.booking-step__heading p { margin: 0; color: var(--muted); }
.vehicle-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; }
.vehicle-option { position: relative; min-height: 126px; padding: 17px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 14px; background: white; cursor: pointer; }
.vehicle-option input { position: absolute; opacity: 0; }
.vehicle-option:has(input:checked) { border: 2px solid var(--green); padding: 16px; background: #f5fbf6; box-shadow: 0 0 0 3px rgba(31,90,76,.08); }
.vehicle-icon { color: var(--gold-dark); font-size: 1.5rem; }
.vehicle-option strong { margin-top: auto; color: var(--green-dark); }
.vehicle-option small { color: var(--muted); }
.choice-list { display: grid; gap: 11px; }
.choice-option { position: relative; min-height: 90px; padding: 15px 16px; display: grid; grid-template-columns: auto 1fr auto; gap: 13px; align-items: center; border: 1px solid var(--line); border-radius: 14px; background: white; cursor: pointer; }
.choice-option input { position: absolute; opacity: 0; }
.choice-option__marker { width: 22px; height: 22px; border: 2px solid #b8c7bd; border-radius: 50%; }
.choice-option:has(input:checked) { border: 2px solid var(--green); padding: 14px 15px; background: #f4faf5; }
.choice-option:has(input:checked) .choice-option__marker { border: 6px solid var(--green); }
.choice-option--recommended { border-color: #bfd3c4; }
.choice-option--disabled { opacity: .6; background: #f4f2ec; cursor: not-allowed; }
.choice-option__content strong, .choice-option__content small { display: block; }
.choice-option__content strong { color: var(--green-dark); }
.choice-option__content small { color: var(--muted); }
.choice-option__content em { margin-left: 6px; padding: 3px 7px; border-radius: 999px; background: var(--sage); color: var(--green); font-size: .64rem; font-style: normal; text-transform: uppercase; }
.choice-option__price { color: var(--green); font-size: .82rem; font-weight: 900; text-align: right; }
.booking-actions { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 28px; padding-top: 23px; border-top: 1px solid var(--line); }
.booking-actions--end { justify-content: flex-end; }
.step-error, .form-error { min-height: 20px; margin: 13px 0 0; color: var(--danger); font-size: .85rem; font-weight: 750; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field > span { color: var(--green-dark); font-size: .84rem; font-weight: 850; }
.field > span small { color: var(--muted); font-weight: 500; }
.field input, .field select, .field textarea, .filter-row input, .filter-row select { width: 100%; min-height: 45px; padding: 10px 12px; border: 1px solid #c8d4cc; border-radius: 10px; background: white; color: var(--ink); outline: none; }
.field textarea { min-height: 100px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus, .filter-row input:focus, .filter-row select:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(31,90,76,.1); }
.range-list { display: grid; gap: 10px; }
.range-question { display: grid; grid-template-columns: minmax(200px,1fr) minmax(160px,.8fr) 36px; gap: 15px; align-items: center; padding: 13px 15px; border: 1px solid var(--line); border-radius: 12px; background: white; }
.range-question strong, .range-question small { display: block; }
.range-question strong { color: var(--green-dark); }
.range-question small { color: var(--muted); font-size: .72rem; }
.range-question input { accent-color: var(--green); }
.range-question output { padding: 5px; border-radius: 7px; background: var(--green-dark); color: white; text-align: center; }
.special-check { margin-top: 21px; padding: 17px; border: 1px solid #efd0c8; border-radius: 13px; background: #fff7f4; }
.special-check > strong { color: #7e3c32; }
.special-check p { margin: 5px 0 12px; color: #8a5d54; font-size: .82rem; }
.check-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.check-grid label { display: flex; gap: 8px; align-items: center; }
.check-grid input { accent-color: var(--danger); }
.assessment-card { margin-top: 18px; padding: 17px 19px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; border-radius: 14px; background: var(--green-dark); color: white; }
.assessment-card.blocked { background: #7b3737; }
.assessment-card div { display: flex; flex-direction: column; }
.assessment-card span { color: #bfcec7; font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }
.assessment-card strong { font-size: 1.45rem; }
.assessment-card p { grid-column: 1/-1; margin: 0; color: #d9e6e0; font-size: .82rem; }
.upload-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; }
.upload-box { position: relative; min-height: 170px; padding: 18px; overflow: hidden; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1.5px dashed #afc2b5; border-radius: 14px; background: #fbfefb; text-align: center; cursor: pointer; }
.upload-box input { position: absolute; inset: 0; z-index: 2; opacity: 0; cursor: pointer; }
.upload-box > span { width: 30px; height: 30px; display: grid; place-items: center; margin-bottom: 7px; border-radius: 50%; background: var(--sage); color: var(--green); font-weight: 900; }
.upload-box strong { color: var(--green-dark); }
.upload-box small { color: var(--muted); }
.upload-box img { display: none; position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; object-position: center; background: #f4f7f3; }
.upload-box.has-image img { display: block; }
.upload-box.has-image::after { content: "Tap to replace"; position: absolute; z-index: 1; right: 8px; bottom: 8px; padding: 4px 7px; border-radius: 6px; background: rgba(23,63,54,.88); color: white; font-size: .68rem; }
.form-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; }
.field--full { grid-column: 1/-1; }
.final-grid { display: grid; grid-template-columns: 1fr .95fr; gap: 15px; }
.schedule-card, .quote-summary { padding: 19px; border: 1px solid var(--line); border-radius: 15px; background: #fbfdfb; }
.slot-area { margin-top: 18px; }
.slot-area > strong { color: var(--green-dark); }
.muted { color: var(--muted); font-size: .8rem; }
.slot-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 9px; margin-top: 10px; }
.slot-button { min-height: 48px; border: 1px solid #c1d0c6; border-radius: 10px; background: white; color: var(--green-dark); font-weight: 900; }
.slot-button.selected { border-color: var(--green); background: var(--green); color: white; }
.slot-button:disabled { opacity: .45; cursor: not-allowed; text-decoration: line-through; }
.summary-head { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding-bottom: 14px; border-bottom: 1px solid var(--line); }
.summary-head div { display: flex; flex-direction: column; }
.summary-head span { color: var(--muted); font-size: .68rem; text-transform: uppercase; letter-spacing: .07em; }
.summary-head strong { color: var(--green-dark); font-size: 1.45rem; }
.quote-summary dl { margin: 13px 0 0; }
.quote-summary dl div { display: flex; justify-content: space-between; gap: 18px; padding: 7px 0; }
.quote-summary dt { color: var(--muted); }
.quote-summary dd { margin: 0; color: var(--green-dark); font-weight: 850; text-align: right; }
.upgrade-notice { margin: 11px 0 0; padding: 9px; border-radius: 8px; background: #fff0c9; color: #72560d; font-size: .77rem; }
.consent-row { display: flex; gap: 10px; align-items: flex-start; margin-top: 18px; padding: 14px; border: 1px solid var(--line); border-radius: 12px; background: white; font-size: .82rem; }
.consent-row input { margin-top: 3px; accent-color: var(--green); }
.pay-button { flex-direction: column; min-width: 230px; line-height: 1.2; }
.pay-button small { font-size: .68rem; opacity: .78; }
.booking-success { min-height: 690px; padding: 60px 40px; text-align: center; }
.success-icon { width: 74px; height: 74px; display: grid; place-items: center; margin: 0 auto 20px; border-radius: 50%; background: var(--sage); color: var(--green); font-size: 2.2rem; font-weight: 900; }
.booking-success h2 { color: var(--green-dark); font-size: 2.3rem; }
.booking-success > p:not(.eyebrow) { max-width: 600px; margin-inline: auto; color: var(--muted); }
.success-summary { max-width: 480px; margin: 26px auto; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.success-summary div { padding: 16px; border: 1px solid var(--line); border-radius: 12px; background: #f8fbf8; }
.success-summary span, .success-summary strong { display: block; }
.success-summary span { color: var(--muted); font-size: .75rem; }
.success-summary strong { color: var(--green-dark); font-size: 1.35rem; }
.success-actions { display: flex; justify-content: center; gap: 11px; flex-wrap: wrap; margin-bottom: 22px; }
.booking-footer { padding: 28px 0; border-top: 1px solid var(--line); background: #edf3ee; color: var(--muted); }
.booking-footer .container { display: flex; justify-content: space-between; gap: 20px; }
.booking-footer a { color: var(--green); font-weight: 900; text-decoration: none; }

/* Admin */
.admin-page { background: #f2f6f3; }
.admin-login { min-height: 100vh; padding: 30px; display: grid; place-items: center; background: radial-gradient(circle at 80% 15%, #fff2c8, transparent 30%), linear-gradient(135deg, #edf5ef, #fffaf0); }
.login-card { width: min(470px, 100%); padding: 34px; border: 1px solid var(--line); border-radius: 24px; background: white; box-shadow: var(--shadow); }
.login-card img { width: 170px; margin-bottom: 20px; }
.login-card h1 { margin: 0 0 10px; color: var(--green-dark); font-size: 2.6rem; letter-spacing: -.05em; }
.login-card > p:not(.eyebrow):not(.form-error) { color: var(--muted); }
.login-card .button { width: 100%; margin: 15px 0; }
.admin-shell { min-height: 100vh; display: grid; grid-template-columns: 245px minmax(0,1fr); }
.admin-sidebar { position: sticky; top: 0; height: 100vh; padding: 22px 17px; display: flex; flex-direction: column; background: #e7f0e9; border-right: 1px solid #ccdad0; }
.admin-sidebar .brand { margin: 0 9px 26px; }
.admin-sidebar nav { display: grid; gap: 7px; }
.admin-sidebar nav button { width: 100%; padding: 12px 13px; display: flex; gap: 10px; align-items: center; border: 0; border-radius: 10px; background: transparent; color: #52655e; text-align: left; font-weight: 850; }
.admin-sidebar nav button.active { background: white; color: var(--green-dark); box-shadow: var(--shadow-sm); }
.admin-sidebar__bottom { margin-top: auto; display: grid; gap: 8px; }
.admin-sidebar__bottom a, .admin-sidebar__bottom button { padding: 10px 12px; border: 0; border-radius: 9px; background: transparent; color: var(--green-dark); text-decoration: none; text-align: left; font-weight: 800; }
.admin-main { min-width: 0; padding: 30px; }
.admin-topbar { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 24px; }
.admin-topbar h1 { margin: 0; color: var(--green-dark); font-size: 2.4rem; letter-spacing: -.045em; }
.admin-topbar__actions { display: flex; gap: 9px; }
.admin-section { display: none; }
.admin-section.active { display: block; }
.stat-grid { display: grid; grid-template-columns: repeat(6,1fr); gap: 12px; margin-bottom: 18px; }
.stat-grid article { min-height: 132px; padding: 18px; display: flex; flex-direction: column; border: 1px solid #d5e0d7; border-radius: 16px; background: white; box-shadow: var(--shadow-sm); }
.stat-grid span { color: var(--muted); font-size: .76rem; font-weight: 750; }
.stat-grid strong { margin: auto 0 1px; color: var(--green-dark); font-size: 1.9rem; }
.stat-grid small { color: #8a9892; }
.admin-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.admin-grid--wide { grid-template-columns: minmax(0,1.25fr) minmax(320px,.75fr); }
.admin-panel { min-width: 0; padding: 23px; border: 1px solid #d5e0d7; border-radius: 18px; background: white; box-shadow: var(--shadow-sm); }
.panel-heading { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 18px; }
.panel-heading--wrap { flex-wrap: wrap; }
.panel-heading h2 { margin: 0; color: var(--green-dark); font-size: 1.45rem; }
.panel-heading .eyebrow { margin-bottom: 4px; }
.booking-list { display: grid; gap: 9px; }
.booking-list-item { width: 100%; padding: 13px; display: grid; grid-template-columns: auto 1fr auto; gap: 12px; align-items: center; border: 1px solid var(--line); border-radius: 12px; background: #fbfdfb; text-align: left; }
.booking-list-item time { width: 58px; height: 58px; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 10px; background: var(--sage); color: var(--green-dark); }
.booking-list-item time b { font-size: 1.2rem; }
.booking-list-item strong, .booking-list-item span { display: block; }
.booking-list-item small { color: var(--muted); }
.status-pill { display: inline-flex !important; width: fit-content; padding: 4px 8px; border-radius: 999px; background: #edf1ef; color: #68766f; font-size: .67rem; font-weight: 900; text-transform: capitalize; }
.status-pill.confirmed, .status-pill.completed { background: #dff2e5; color: #25613e; }
.status-pill.deposit_pending, .status-pill.enquiry { background: #fff0c7; color: #77590b; }
.status-pill.cancelled { background: #fbe3df; color: #8a3636; }
.status-pill.in_progress { background: #e3eef8; color: #355e83; }
.money-card { padding: 22px; border-radius: 15px; background: linear-gradient(135deg, #e6f2e9, #fff5d5); }
.money-card span, .money-card strong { display: block; }
.money-card span { color: var(--muted); }
.money-card strong { margin: 8px 0; color: var(--green-dark); font-size: 2.3rem; }
.money-card p { margin: 0; color: var(--muted); font-size: .78rem; }
.admin-shortcuts { display: grid; gap: 8px; margin-top: 15px; }
.admin-shortcuts button { padding: 12px; border: 1px solid var(--line); border-radius: 10px; background: white; color: var(--green-dark); text-align: left; font-weight: 850; }
.table-actions { display: flex; gap: 8px; }
.filter-row { display: grid; grid-template-columns: minmax(220px,1fr) 200px auto; gap: 10px; align-items: end; margin-bottom: 15px; padding: 14px; border-radius: 12px; background: #f5f8f6; }
.filter-row label { display: flex; flex-direction: column; gap: 5px; }
.filter-row label span { color: var(--muted); font-size: .72rem; font-weight: 800; }
.table-wrap { overflow-x: auto; }
.admin-table { width: 100%; border-collapse: collapse; min-width: 860px; }
.admin-table th, .admin-table td { padding: 13px 10px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: middle; }
.admin-table th { color: var(--muted); font-size: .72rem; text-transform: uppercase; letter-spacing: .06em; }
.admin-table td { font-size: .84rem; }
.admin-table strong, .admin-table small { display: block; }
.admin-table small { color: var(--muted); }
.row-actions { display: flex; justify-content: flex-end; gap: 6px; }
.row-actions button, .row-actions a { min-width: 38px; min-height: 38px; padding: 7px 9px; border: 1px solid var(--line); border-radius: 9px; background: white; color: var(--green-dark); text-decoration: none; font-weight: 850; }
.empty-state { padding: 25px; color: var(--muted); text-align: center; }
.blocked-list { display: grid; gap: 9px; }
.blocked-item { display: grid; grid-template-columns: 1fr auto; gap: 13px; align-items: center; padding: 13px; border: 1px solid var(--line); border-radius: 11px; }
.blocked-item strong, .blocked-item small { display: block; }
.blocked-item small { color: var(--muted); }
.blocked-item button { border: 0; background: var(--danger-bg); color: var(--danger); border-radius: 8px; padding: 8px 10px; font-weight: 850; }
.admin-dialog { width: min(900px, calc(100% - 28px)); max-height: calc(100vh - 30px); padding: 0; border: 0; border-radius: 22px; background: transparent; }
.admin-dialog::backdrop { background: rgba(23,63,54,.38); backdrop-filter: blur(4px); }
.dialog-card { max-height: calc(100vh - 30px); overflow-y: auto; padding: 27px; border: 1px solid var(--line); border-radius: 20px; background: white; box-shadow: var(--shadow); }
.dialog-heading { display: flex; justify-content: space-between; align-items: flex-start; gap: 18px; margin-bottom: 22px; }
.dialog-heading h2 { margin: 0; color: var(--green-dark); font-size: 1.9rem; }
.icon-button { width: 40px; height: 40px; border: 1px solid var(--line); border-radius: 10px; background: white; color: var(--green-dark); font-size: 1.5rem; }
.dialog-actions { display: flex; justify-content: space-between; gap: 15px; align-items: center; margin-top: 20px; padding-top: 18px; border-top: 1px solid var(--line); }
.dialog-actions > div { display: flex; gap: 8px; }
.view-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; }
.view-block { padding: 14px; border: 1px solid var(--line); border-radius: 11px; background: #fafcfb; }
.view-block.full { grid-column: 1/-1; }
.view-block span, .view-block strong { display: block; }
.view-block span { color: var(--muted); font-size: .72rem; text-transform: uppercase; letter-spacing: .05em; }
.view-block strong { color: var(--green-dark); }
.photo-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; margin-top: 14px; }
.photo-grid img { width: 100%; height: auto; max-height: 560px; object-fit: contain; object-position: center; border-radius: 11px; border: 1px solid var(--line); background: #f4f7f3; }

/* Payment & 404 */
.payment-page, .not-found { min-height: 100vh; display: grid; place-items: center; padding: 24px; background: radial-gradient(circle at 80% 20%, #fff2c4, transparent 31%), linear-gradient(135deg, #eaf3ec, #fffaf0); }
.payment-card, .not-found main { width: min(590px, 100%); padding: 38px; border: 1px solid var(--line); border-radius: 24px; background: white; box-shadow: var(--shadow); text-align: center; }
.payment-card img, .not-found img { width: 165px; margin: 0 auto 22px; }
.payment-card h1, .not-found h1 { color: var(--green-dark); font-size: 2.4rem; letter-spacing: -.05em; }
.payment-card p, .not-found p { color: var(--muted); }
.payment-card [data-actions] { display: flex; justify-content: center; flex-wrap: wrap; gap: 9px; margin-top: 23px; }
.spinner { width: 48px; height: 48px; margin: 10px auto 18px; border: 5px solid #dbe6de; border-top-color: var(--green); border-radius: 50%; animation: spin .8s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

@media (max-width: 1100px) {
  .hero__grid { grid-template-columns: 1fr 440px; gap: 35px; }
  .stat-grid { grid-template-columns: repeat(3,1fr); }
}

@media (max-width: 900px) {
  .site-nav { position: absolute; left: 20px; right: 20px; top: 73px; padding: 16px; display: none; flex-direction: column; align-items: stretch; gap: 5px; background: white; border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 10px; }
  .menu-button { display: block; margin-left: auto; }
  .header__cta { display: none; }
  .hero__grid { grid-template-columns: 1fr; }
  .hero__visual { max-width: 650px; }
  .trust-strip__grid { grid-template-columns: 1fr; }
  .trust-strip article { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-strip article:last-child { border-bottom: 0; }
  .package-grid, .review-grid { grid-template-columns: 1fr; }
  .package-card { min-height: 0; }
  .package-card--featured { transform: none; }
  .split-section, .faq-layout { grid-template-columns: 1fr; gap: 35px; }
  .footer__grid { grid-template-columns: repeat(2,1fr); }
  .footer__legal { text-align: left; }
  .footer__legal a { margin-left: 0; }
  .booking-layout { grid-template-columns: 1fr; }
  .booking-intro { position: static; }
  .admin-shell { grid-template-columns: 1fr; }
  .admin-sidebar { position: static; height: auto; flex-direction: row; align-items: center; gap: 12px; overflow-x: auto; }
  .admin-sidebar .brand { margin: 0 auto 0 0; }
  .admin-sidebar nav { display: flex; }
  .admin-sidebar nav button { white-space: nowrap; }
  .admin-sidebar__bottom { margin: 0; display: flex; }
  .admin-sidebar__bottom a { display: none; }
  .admin-main { padding: 22px; }
  .admin-grid, .admin-grid--wide { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .container { width: min(100% - 28px, var(--container)); }
  .announcement__inner { min-height: 34px; justify-content: center; }
  .announcement__inner > span { display: none; }
  .header__inner { height: 68px; }
  .brand img { width: 120px; height: 50px; }
  .hero--light { padding: 52px 0 68px; }
  .hero__content h1 { font-size: 3.25rem; }
  .hero__lead { font-size: 1rem; }
  .hero__actions .button { width: 100%; }
  .result-card { right: 7px; bottom: 12px; }
  .section { padding: 68px 0; }
  .section-heading h2 { font-size: 2.7rem; }
  .final-cta__inner { padding: 27px; display: block; }
  .final-cta .button { width: 100%; margin-top: 14px; }
  .footer__grid { grid-template-columns: 1fr; }
  .site-footer { padding-bottom: 95px; }
  .mobile-actions { position: fixed; z-index: 60; left: 10px; right: 10px; bottom: 9px; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; padding: 7px; border: 1px solid #d3ded6; border-radius: 14px; background: rgba(255,255,255,.94); backdrop-filter: blur(12px); box-shadow: var(--shadow); }
  .mobile-actions a { min-height: 46px; display: grid; place-items: center; border-radius: 10px; background: var(--sage); color: var(--green-dark); text-decoration: none; font-weight: 900; }
  .mobile-actions a:last-child { background: var(--green); color: white; }
  .booking-header__inner > div span { display: none; }
  .booking-main { padding: 22px 0 40px; }
  .booking-intro h1 { font-size: 2.45rem; }
  .booking-card { border-radius: 18px; }
  .booking-progress { padding: 16px 12px 13px; }
  .booking-progress__bar { left: 33px; right: 33px; top: 34px; }
  .booking-progress li b { width: 36px; height: 36px; }
  .booking-progress li span { display: none; }
  .booking-step { min-height: 0; padding: 26px 17px 23px; }
  .booking-step__heading h2 { font-size: 2rem; }
  .vehicle-grid, .form-grid, .final-grid, .upload-grid { grid-template-columns: 1fr; }
  .field--full { grid-column: auto; }
  .choice-option { grid-template-columns: auto 1fr; }
  .choice-option__price { grid-column: 2; text-align: left; }
  .range-question { grid-template-columns: 1fr 90px 34px; }
  .range-question small { display: none; }
  .check-grid { grid-template-columns: 1fr; }
  .booking-actions .button { flex: 1; padding-inline: 10px; }
  .pay-button { min-width: 0; }
  .booking-footer .container { display: grid; }
  .booking-success { min-height: 0; padding: 40px 18px; }
  .success-summary { grid-template-columns: 1fr; }
  .admin-sidebar { padding: 12px; }
  .admin-sidebar .brand { display: none; }
  .admin-sidebar nav { width: 100%; }
  .admin-sidebar nav button { justify-content: center; font-size: .75rem; padding: 10px; }
  .admin-sidebar nav button span { display: none; }
  .admin-sidebar__bottom { display: none; }
  .admin-main { padding: 15px; }
  .admin-topbar { align-items: flex-end; }
  .admin-topbar h1 { font-size: 1.9rem; }
  .admin-topbar__actions .button--soft { display: none; }
  .admin-topbar__actions .button { min-height: 42px; padding-inline: 12px; font-size: .78rem; }
  .stat-grid { grid-template-columns: repeat(2,1fr); }
  .stat-grid article { min-height: 112px; }
  .filter-row { grid-template-columns: 1fr; }
  .table-actions { width: 100%; }
  .table-actions .button { flex: 1; }
  .dialog-card { padding: 19px; }
  .dialog-actions { align-items: stretch; flex-direction: column-reverse; }
  .dialog-actions > div { display: grid; grid-template-columns: 1fr 1fr; }
  .dialog-actions .button--danger { width: 100%; }
  .view-grid, .photo-grid { grid-template-columns: 1fr; }
  .view-block.full { grid-column: auto; }
}

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

/* Dynamic website photos and comparison sliders */
.hero__visual.has-custom-photo > img { width: 100%; height: auto; aspect-ratio: auto; object-fit: contain; object-position: center; background: var(--cream); }
.results-section { background: linear-gradient(180deg, #f3f8f4, #fffdf8); }
.comparison-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.comparison-card { overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: white; box-shadow: var(--shadow-sm); }
.comparison-stage { position: relative; isolation: isolate; aspect-ratio: 4 / 3; overflow: hidden; background: #edf2ee; }
.comparison-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; object-position: center; user-select: none; pointer-events: none; }
.comparison-image--before { z-index: 2; clip-path: inset(0 calc(100% - var(--position)) 0 0); }
.comparison-label { position: absolute; z-index: 5; top: 14px; padding: 7px 10px; border-radius: 999px; background: rgba(255,255,255,.9); color: var(--green-dark); font-size: .68rem; font-weight: 950; letter-spacing: .08em; text-transform: uppercase; box-shadow: var(--shadow-sm); }
.comparison-label--before { left: 14px; }
.comparison-label--after { right: 14px; }
.comparison-divider { position: absolute; z-index: 4; top: 0; bottom: 0; left: var(--position); width: 3px; transform: translateX(-50%); background: white; box-shadow: 0 0 0 1px rgba(23,63,54,.12); pointer-events: none; }
.comparison-divider i { position: absolute; left: 50%; top: 50%; width: 42px; height: 42px; display: grid; place-items: center; transform: translate(-50%, -50%); border: 3px solid white; border-radius: 50%; background: var(--green); color: white; font-style: normal; font-weight: 900; box-shadow: var(--shadow-sm); }
.comparison-stage input[type="range"] { position: absolute; z-index: 6; inset: 0; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: ew-resize; }
.comparison-copy { padding: 18px 20px 20px; }
.comparison-copy h3 { margin: 0; color: var(--green-dark); font-size: 1.25rem; }
.comparison-copy p { margin: 5px 0 0; color: var(--muted); font-size: .86rem; }
.work-gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.work-photo { min-width: 0; margin: 0; overflow: hidden; border: 1px solid #e0e4da; border-radius: 18px; background: white; box-shadow: var(--shadow-sm); }
.work-photo img { width: 100%; height: auto; aspect-ratio: auto; object-fit: contain; object-position: center; background: #f4f7f3; }
.work-photo figcaption { display: flex; flex-direction: column; padding: 14px 16px 16px; }
.work-photo figcaption strong { color: var(--green-dark); }
.work-photo figcaption span { margin-top: 3px; color: var(--muted); font-size: .8rem; }

/* Customer-friendly dirt level labels */
.range-question { grid-template-columns: minmax(200px,1fr) minmax(160px,.8fr) 96px; }
.range-question output { min-width: 88px; padding: 6px 9px; font-size: .75rem; font-weight: 900; }
.assessment-card--private { grid-template-columns: 1fr; }
.assessment-card--private p { grid-column: 1; }

/* Admin website media manager */
.admin-media-intro { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-bottom: 18px; padding: 23px 25px; border: 1px solid #d7e4da; border-radius: 18px; background: linear-gradient(135deg, #f1f8f3, #fff8e7); }
.admin-media-intro h2 { margin: 0 0 4px; color: var(--green-dark); font-size: 1.8rem; }
.admin-media-intro p { margin: 0; color: var(--muted); }
.admin-media-intro > span { max-width: 280px; padding: 10px 13px; border-radius: 10px; background: white; color: var(--green-dark); font-size: .78rem; font-weight: 800; }
.media-list-panel { margin-top: 18px; }
.media-upload-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 13px; }
.media-form-actions { display: flex; flex-wrap: wrap; gap: 9px; }
.media-current { min-height: 180px; margin-bottom: 16px; overflow: hidden; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; border: 1px dashed #b8cabc; border-radius: 14px; background: #f7faf8; }
.media-current > img { width: 100%; height: auto; max-height: 440px; object-fit: contain; object-position: center; background: #f4f7f3; }
.media-current > div { padding: 18px; }
.media-current strong, .media-current small { display: block; }
.media-current strong { color: var(--green-dark); }
.media-current small { margin-top: 4px; color: var(--muted); }
.admin-media-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 13px; }
.admin-media-card, .admin-comparison-card { overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: #fbfdfb; }
.admin-media-card > img { width: 100%; height: auto; max-height: 440px; aspect-ratio: auto; object-fit: contain; object-position: center; background: #f4f7f3; }
.admin-media-card > div, .admin-comparison-card > div:last-child { padding: 12px; }
.admin-media-card strong, .admin-media-card small, .admin-comparison-card strong, .admin-comparison-card small { display: block; }
.admin-media-card strong, .admin-comparison-card strong { color: var(--green-dark); }
.admin-media-card small, .admin-comparison-card small { min-height: 36px; margin: 3px 0 10px; color: var(--muted); font-size: .75rem; }
.admin-media-card button, .admin-comparison-card button { border: 0; border-radius: 8px; padding: 8px 10px; background: var(--danger-bg); color: var(--danger); font-size: .75rem; font-weight: 900; }
.admin-comparison-list { display: grid; gap: 12px; margin-top: 22px; }
.admin-comparison-card { display: grid; grid-template-columns: minmax(280px, .9fr) 1.1fr; align-items: center; }
.admin-comparison-images { display: grid; grid-template-columns: repeat(2, 1fr); }
.admin-comparison-images figure { position: relative; margin: 0; }
.admin-comparison-images img { width: 100%; height: auto; max-height: 320px; object-fit: contain; object-position: center; background: #f4f7f3; }
.admin-comparison-images span { position: absolute; left: 7px; bottom: 7px; padding: 4px 7px; border-radius: 7px; background: rgba(255,255,255,.9); color: var(--green-dark); font-size: .64rem; font-weight: 900; text-transform: uppercase; }
.success-message { color: var(--green) !important; }

@media (max-width: 900px) {
  .comparison-grid { grid-template-columns: 1fr; }
  .work-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .admin-media-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .admin-media-intro { align-items: flex-start; flex-direction: column; }
  .admin-comparison-card { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .range-question { grid-template-columns: minmax(0, 1fr) 92px; gap: 9px 12px; }
  .range-question > span:first-child { grid-column: 1 / -1; }
  .range-question input { min-width: 0; width: 100%; }
  .range-question output { min-width: 86px; }
  .work-gallery, .admin-media-grid { grid-template-columns: 1fr; }
  .comparison-label { top: 9px; }
  .comparison-label--before { left: 9px; }
  .comparison-label--after { right: 9px; }
  .media-upload-form { grid-template-columns: 1fr; }
  .media-upload-form .field--full { grid-column: auto; }
  .media-current { grid-template-columns: 1fr; }
  .media-current > img { height: auto; max-height: 420px; }
  .admin-sidebar nav button { min-width: 96px; }
}

.comparison-grid > .comparison-card:only-child { grid-column: 1 / -1; width: min(860px, 100%); margin-inline: auto; }

/* V4.5: clean four-box dirt selectors on phone, tablet, laptop and desktop */
.condition-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin-top: 18px;
}
.condition-question {
  min-inline-size: 0;
  margin: 0;
  padding: 16px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
}
.condition-question legend {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0 0 12px;
}
.condition-question legend strong,
.condition-question legend small { display: block; }
.condition-question legend strong {
  color: var(--green-dark);
  font-size: .96rem;
  line-height: 1.25;
}
.condition-question legend small {
  margin-top: 3px;
  color: var(--muted);
  font-size: .75rem;
  font-weight: 500;
  line-height: 1.35;
}
.level-selector {
  --selected-level: 0;
  position: relative;
  isolation: isolate;
  width: 100%;
  min-width: 0;
  min-height: 54px;
  padding: 4px;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid #c9d7ce;
  border-radius: 13px;
  background: #edf3ef;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.8);
}
.level-selector__indicator {
  position: absolute;
  z-index: 0;
  top: 4px;
  bottom: 4px;
  left: 4px;
  width: calc((100% - 8px) / 4);
  border-radius: 9px;
  background: var(--green-dark);
  box-shadow: 0 7px 16px rgba(24, 71, 59, .18);
  transform: translateX(calc(var(--selected-level) * 100%));
  transition: transform .22s ease;
  pointer-events: none;
}
.level-selector label {
  position: relative;
  z-index: 1;
  min-width: 0;
  min-height: 44px;
  display: grid;
  place-items: center;
  cursor: pointer;
  user-select: none;
}
.level-selector label + label { border-left: 1px solid rgba(45, 80, 67, .10); }
.level-selector input {
  position: absolute;
  inline-size: 1px;
  block-size: 1px;
  opacity: 0;
  pointer-events: none;
}
.level-selector span {
  width: 100%;
  min-width: 0;
  padding: 10px 5px;
  overflow: hidden;
  color: #496058;
  font-size: clamp(.72rem, .85vw, .82rem);
  font-weight: 850;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  text-overflow: clip;
  transition: color .18s ease;
}
.level-selector label.selected span,
.level-selector label:has(input:checked) span { color: #fff; }
.level-selector:focus-within {
  outline: 3px solid rgba(31, 90, 76, .13);
  outline-offset: 2px;
}
@media (min-width: 1120px) {
  .condition-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 520px) {
  .condition-question { padding: 13px 10px 10px; }
  .condition-question legend { padding-inline: 3px; }
  .level-selector { min-height: 48px; }
  .level-selector label { min-height: 40px; }
  .level-selector span { padding-inline: 2px; font-size: .68rem; }
}

/* v4: polished admin money control */
.finance-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 18px;
  padding: 24px 26px;
  overflow: hidden;
  border: 1px solid #d5e3d9;
  border-radius: 20px;
  background:
    radial-gradient(circle at 94% 10%, rgba(244, 213, 128, .32), transparent 25%),
    linear-gradient(135deg, #f2f8f3 0%, #fffdf6 100%);
  box-shadow: 0 10px 30px rgba(31, 90, 76, .06);
}
.finance-hero h2 { margin: 0 0 5px; color: var(--green-dark); font-size: clamp(1.55rem, 2.3vw, 2rem); letter-spacing: -.035em; }
.finance-hero p:not(.eyebrow) { max-width: 720px; margin: 0; color: var(--muted); }
.finance-hero .eyebrow { margin-bottom: 5px; }
.finance-privacy-badge { flex: none; display: flex; align-items: center; gap: 11px; min-width: 240px; padding: 12px 14px; border: 1px solid #dce7de; border-radius: 14px; background: rgba(255,255,255,.85); }
.finance-privacy-badge > span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 11px; background: var(--sage); font-size: 1rem; }
.finance-privacy-badge strong, .finance-privacy-badge small { display: block; }
.finance-privacy-badge strong { color: var(--green-dark); font-size: .84rem; }
.finance-privacy-badge small { margin-top: 1px; color: var(--muted); font-size: .7rem; }

.finance-balance-grid { display: grid; grid-template-columns: 1.25fr repeat(3, minmax(0, 1fr)); gap: 13px; margin-bottom: 18px; }
.finance-balance-card { position: relative; min-width: 0; min-height: 126px; padding: 18px; display: flex; align-items: flex-start; gap: 13px; overflow: hidden; border: 1px solid #d7e2da; border-radius: 17px; background: white; box-shadow: 0 8px 24px rgba(31, 90, 76, .055); }
.finance-balance-card::after { content: ''; position: absolute; inset: auto -20px -35px auto; width: 90px; height: 90px; border-radius: 50%; opacity: .32; }
.finance-balance-card--combined { border-color: #bcd4c3; background: linear-gradient(145deg, #eaf5ec 0%, #fffef9 100%); }
.finance-balance-card--combined::after { background: #c9e4d0; }
.finance-balance-card--personal::after { background: #e2e8f8; }
.finance-balance-card--business::after { background: #d6eadc; }
.finance-balance-card--trading::after { background: #f7e8b9; }
.finance-balance-icon { position: relative; z-index: 1; width: 38px; height: 38px; display: grid; place-items: center; flex: none; border-radius: 11px; background: #edf4ef; color: var(--green-dark); font-size: .78rem; font-weight: 950; }
.finance-balance-card--combined .finance-balance-icon { background: var(--green); color: white; }
.finance-balance-card--personal .finance-balance-icon { background: #eef1fb; color: #50608a; }
.finance-balance-card--business .finance-balance-icon { background: #e6f3e9; color: #266748; }
.finance-balance-card--trading .finance-balance-icon { background: #fff3cf; color: #846315; }
.finance-balance-card > div { position: relative; z-index: 1; min-width: 0; }
.finance-balance-card span:not(.finance-balance-icon), .finance-balance-card small { display: block; }
.finance-balance-card span:not(.finance-balance-icon) { color: var(--muted); font-size: .72rem; font-weight: 850; letter-spacing: .01em; }
.finance-balance-card strong { display: block; margin: 5px 0 3px; color: var(--green-dark); font-size: clamp(1.25rem, 1.8vw, 1.72rem); line-height: 1.12; white-space: nowrap; }
.finance-balance-card small { color: #839089; font-size: .68rem; }

.finance-control-grid { display: grid; grid-template-columns: minmax(0, 1.22fr) minmax(320px, .78fr); gap: 18px; align-items: stretch; }
.finance-control-grid > .admin-panel { height: 100%; }
.finance-month-panel { background: linear-gradient(180deg, #ffffff 0%, #fbfdfb 100%); }
.month-picker { display: grid; gap: 4px; color: var(--muted); font-size: .7rem; font-weight: 850; }
.month-picker input { min-width: 154px; min-height: 42px; padding: 8px 10px; border: 1px solid var(--line); border-radius: 10px; background: white; color: var(--ink); }
.finance-month-total { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 12px; padding: 17px 18px; border: 1px solid #cadfd0; border-radius: 15px; background: linear-gradient(135deg, #e9f5ec, #fff9e9); }
.finance-month-total span, .finance-month-total small { display: block; }
.finance-month-total span { color: var(--green-dark); font-size: .83rem; font-weight: 900; }
.finance-month-total small { margin-top: 2px; color: var(--muted); font-size: .68rem; }
.finance-month-total strong { color: var(--green-dark); font-size: clamp(1.35rem, 2vw, 1.8rem); white-space: nowrap; }
.finance-month-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; margin-bottom: 9px; }
.finance-month-grid article { min-width: 0; padding: 13px; border: 1px solid var(--line); border-radius: 12px; background: white; }
.finance-month-grid span, .finance-flow-card span { display: block; color: var(--muted); font-size: .68rem; font-weight: 850; }
.finance-month-grid strong, .finance-flow-card strong { display: block; margin-top: 5px; font-size: .98rem; white-space: nowrap; }
.finance-flow-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
.finance-flow-card { padding: 13px; border: 1px solid var(--line); border-radius: 12px; }
.finance-flow-card--in { background: #eff8f1; }
.finance-flow-card--out { background: #fff3f0; }
.panel-note--soft { margin: 13px 0 0; padding: 10px 12px; border-radius: 10px; background: #f4f7f5; font-size: .74rem; }

.finance-opening-panel { display: flex; flex-direction: column; }
.finance-opening-form { display: grid; gap: 12px; }
.finance-opening-form .field { gap: 6px; }
.finance-opening-form .field > span { color: #52665f; font-size: .73rem; }
.money-input { display: grid; grid-template-columns: auto 1fr; align-items: center; overflow: hidden; border: 1px solid var(--line); border-radius: 11px; background: white; transition: border-color .18s ease, box-shadow .18s ease; }
.money-input:focus-within { border-color: #8db29c; box-shadow: 0 0 0 3px rgba(31,90,76,.10); }
.money-input b { padding: 0 12px; color: var(--green); font-size: .78rem; border-right: 1px solid var(--line); }
.money-input input { width: 100%; min-height: 46px; padding: 10px 12px; border: 0; outline: 0; background: transparent; color: var(--ink); }
.finance-opening-save { width: 100%; margin-top: 2px; }

[data-finance-stat].positive { color: #176c45; }
[data-finance-stat].negative { color: #a23e34; }
[data-finance-stat].neutral { color: var(--green-dark); }
.finance-entry-panel, .finance-records-panel { margin-top: 18px; }
.finance-form-actions { display: flex; align-items: center; gap: 14px; }
.finance-form-actions span { color: var(--muted); font-size: .78rem; }
.finance-filter-row { grid-template-columns: minmax(210px, 1fr) minmax(150px, .35fr) auto; }
.finance-type { display: inline-flex; align-items: center; min-height: 26px; padding: 4px 8px; border-radius: 999px; background: #edf3ef; color: var(--green-dark); font-size: .72rem; font-weight: 850; white-space: nowrap; }
.finance-type.expense, .finance-type.loss, .finance-type.fee, .finance-type.withdrawal { background: #fff0ed; color: #963c33; }
.finance-type.income, .finance-type.profit { background: #e9f7ee; color: #176c45; }
.finance-type.transfer { background: #eef1fb; color: #465482; }
.finance-type.deposit { background: #eef8f7; color: #17655c; }
.finance-amount { white-space: nowrap; }
.finance-amount.positive { color: #176c45; }
.finance-amount.negative { color: #a23e34; }
.finance-amount.transfer { color: #465482; }
.danger-action { color: #a23e34 !important; }
.success-message { color: #176c45 !important; }

@media (max-width: 1180px) {
  .finance-balance-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .finance-control-grid { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .finance-hero { align-items: flex-start; flex-direction: column; padding: 20px; }
  .finance-privacy-badge { width: 100%; min-width: 0; }
  .finance-balance-grid { grid-template-columns: 1fr 1fr; gap: 9px; }
  .finance-balance-card { min-height: 118px; padding: 14px; gap: 9px; }
  .finance-balance-card strong { font-size: 1.13rem; }
  .finance-month-grid { grid-template-columns: 1fr; }
  .finance-filter-row { grid-template-columns: 1fr; }
  .finance-form-actions { align-items: stretch; flex-direction: column; }
  .month-picker { width: 100%; }
  .month-picker input { width: 100%; }
}
@media (max-width: 480px) {
  .finance-balance-grid { grid-template-columns: 1fr; }
  .finance-balance-card { min-height: 106px; }
  .finance-month-total { align-items: flex-start; flex-direction: column; }
  .finance-flow-grid { grid-template-columns: 1fr; }
}

.media-intro-actions { display: flex; align-items: center; justify-content: flex-end; gap: 12px; flex-wrap: wrap; }
.media-intro-actions > span { max-width: 280px; }
.media-image-error { background: #fff0ed !important; }
.media-image-error::after { content: 'Photo could not load. Re-upload it from Admin → Website photos.'; display: block; padding: 12px; color: #963c33; font-size: .78rem; font-weight: 800; text-align: center; }
@media (max-width: 720px) {
  .media-intro-actions { align-items: stretch; justify-content: flex-start; flex-direction: column; }
  .media-intro-actions > span { max-width: none; }
}
.level-selector:has(input[value="0"]:checked) { --selected-level: 0; }
.level-selector:has(input[value="1"]:checked) { --selected-level: 1; }
.level-selector:has(input[value="2"]:checked) { --selected-level: 2; }
.level-selector:has(input[value="3"]:checked) { --selected-level: 3; }
.level-selector label:has(input:checked) span { color: #fff; }


/* v4.1 — preserve every uploaded photo's natural proportions */
.field-help { display: block; margin-top: 6px; color: var(--muted); font-size: .72rem; font-weight: 650; line-height: 1.45; }
.hero__visual.has-custom-photo { display: flex; align-items: center; justify-content: center; min-width: 0; }
.hero__visual.has-custom-photo > img { max-width: 100%; border: 1px solid var(--line); }
.work-gallery { align-items: start; }
.work-photo { align-self: start; }
.admin-media-grid { align-items: start; }
.admin-media-card { align-self: start; }
.admin-comparison-images figure { display: grid; place-items: center; min-width: 0; background: #f4f7f3; }
.comparison-stage::before { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, #f5f8f5, #e8efea); z-index: -1; }

/* V4.3 Paystack booking feedback */
.payment-feedback {
  margin: 16px 0;
  padding: 13px 15px;
  border-radius: 14px;
  font-weight: 700;
  line-height: 1.45;
}
.payment-feedback--success {
  color: #17513f;
  border: 1px solid #c8dfd2;
  background: #edf8f2;
}
.payment-feedback--error {
  color: #7f2f27;
  border: 1px solid #edcbc7;
  background: #fff3f1;
}

/* V4.4 desktop booking layout — uses the extra laptop/desktop space instead of stretching the phone layout */
@media (min-width: 1180px) {
  body.booking-page { --container: 1460px; }
  .booking-main { padding-top: 38px; }
  .booking-layout { grid-template-columns: 350px minmax(0, 1fr); gap: 34px; }
  .booking-intro { padding: 29px; }
  .booking-card { border-radius: 26px; }
  .booking-step { min-height: 620px; padding: 38px 44px 34px; }
  .vehicle-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .vehicle-option { min-height: 148px; }
  .choice-list--packages { grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: stretch; }
  .choice-list--packages .choice-option { min-height: 150px; grid-template-columns: auto 1fr; align-content: start; }
  .choice-list--packages .choice-option__content { align-self: center; }
  .choice-list--packages .choice-option__price { grid-column: 2; align-self: end; text-align: left; }
  .condition-list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; }
  .condition-question { display: block; padding: 17px; }
  .condition-question legend { margin: 0; padding: 0 0 13px; }
  .level-selector { min-height: 56px; }
  .level-selector label { min-height: 46px; }
  .upload-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .upload-box { min-height: 205px; }
  .booking-step .form-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .booking-step .form-grid .field--full { grid-column: 1 / -1; }
  .final-grid { grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr); gap: 20px; }
}

/* ========================================================================== 
   V5.0 premium booking experience
   ========================================================================== */
.vehicle-option {
  min-height: 166px;
  padding: 18px;
  align-items: center;
  text-align: center;
  border-color: #d9e3dc;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdfb 100%);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, background .18s ease;
}
.vehicle-option:hover { transform: translateY(-2px); border-color: #9fc2ab; box-shadow: 0 12px 25px rgba(31,90,76,.08); }
.vehicle-option:has(input:checked) {
  padding: 17px;
  border-color: var(--green);
  background: linear-gradient(180deg, #eef8f1 0%, #ffffff 100%);
  box-shadow: 0 0 0 4px rgba(31,90,76,.08), 0 14px 30px rgba(31,90,76,.09);
}
.vehicle-icon {
  width: 100%;
  height: 76px;
  margin-bottom: 8px;
  display: grid;
  place-items: center;
  color: var(--green);
}
.vehicle-icon img { width: min(158px, 92%); height: 76px; display: block; object-fit: contain; }
.vehicle-option:has(input:checked) .vehicle-icon { color: var(--green-dark); }
.vehicle-option strong { margin-top: 0; font-size: .92rem; }
.vehicle-option small { margin-top: 3px; line-height: 1.35; }

.choice-list--packages .choice-option { overflow: hidden; }
.choice-list--packages .choice-option::after {
  content: '';
  position: absolute;
  right: -28px;
  bottom: -34px;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: rgba(31,90,76,.045);
  pointer-events: none;
}
.choice-list--packages .choice-option__content small { margin-top: 6px; line-height: 1.45; }

/* High-contrast dirt choices. No faded overlay sits above the wording. */
.level-selector {
  gap: 6px;
  padding: 5px;
  border-color: #d6e0d9;
  background: #ffffff;
  box-shadow: none;
}
.level-selector__indicator { display: none; }
.level-selector label {
  min-height: 46px;
  overflow: hidden;
  border: 1px solid #dbe4de;
  border-radius: 10px;
  background: #f7faf8;
  transition: background .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
.level-selector label + label { border-left: 1px solid #dbe4de; }
.level-selector label:hover { border-color: #a8c4b2; background: #f0f7f2; }
.level-selector label.selected,
.level-selector label:has(input:checked) {
  border-color: var(--green-dark);
  background: var(--green-dark);
  box-shadow: 0 6px 14px rgba(24,71,59,.16);
  transform: translateY(-1px);
}
.level-selector span {
  color: #314b42;
  opacity: 1;
  font-weight: 900;
  transition: color .18s ease;
}
.level-selector label.selected span,
.level-selector label:has(input:checked) span { color: #ffffff; opacity: 1; }
.condition-question {
  border-color: #dce5df;
  background: linear-gradient(180deg, #ffffff 0%, #fcfdfc 100%);
  box-shadow: 0 7px 20px rgba(31,90,76,.035);
}
.condition-question:focus-within { border-color: #9dbdab; box-shadow: 0 0 0 4px rgba(31,90,76,.065); }

.photo-choice-fieldset { margin-bottom: 18px; }
.photo-mode-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 13px; }
.photo-mode-option {
  position: relative;
  min-width: 0;
  min-height: 112px;
  padding: 17px;
  display: grid;
  grid-template-columns: 48px minmax(0,1fr);
  gap: 13px;
  align-items: center;
  border: 1px solid #d8e2db;
  border-radius: 16px;
  background: #fff;
  cursor: pointer;
  transition: border-color .18s ease, background .18s ease, box-shadow .18s ease, transform .18s ease;
}
.photo-mode-option:hover { transform: translateY(-1px); border-color: #a6c2af; }
.photo-mode-option input { position: absolute; opacity: 0; pointer-events: none; }
.photo-mode-option:has(input:checked) {
  border: 2px solid var(--green);
  padding: 16px;
  background: linear-gradient(135deg, #edf8ef 0%, #ffffff 85%);
  box-shadow: 0 0 0 4px rgba(31,90,76,.07);
}
.photo-mode-option__icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: #edf4ef;
  color: var(--green-dark);
  font-size: 1.25rem;
  font-weight: 950;
}
.photo-mode-option:has(input:checked) .photo-mode-option__icon { background: var(--green-dark); color: #fff; }
.photo-mode-option > span:nth-child(3) { min-width: 0; }
.photo-mode-option strong, .photo-mode-option small { display: block; }
.photo-mode-option strong { color: var(--green-dark); font-size: .93rem; }
.photo-mode-option small { margin-top: 4px; color: var(--muted); font-size: .75rem; line-height: 1.4; }
.photo-mode-option > b {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 4px 7px;
  border-radius: 999px;
  background: #f4e5ac;
  color: #765914;
  font-size: .58rem;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.share-later-card {
  margin-top: 14px;
  padding: 17px;
  display: flex;
  gap: 14px;
  align-items: flex-start;
  border: 1px solid #bedbc7;
  border-radius: 16px;
  background: #f0f8f2;
}
.share-later-card__icon { width: 44px; height: 44px; flex: none; display: grid; place-items: center; border-radius: 13px; background: #25d366; color: #fff; font-size: .72rem; font-weight: 950; }
.share-later-card strong { color: var(--green-dark); }
.share-later-card p { margin: 4px 0 0; color: var(--muted); font-size: .8rem; line-height: 1.5; }
[data-upload-now][hidden], [data-share-later][hidden] { display: none !important; }

.receipt-note {
  margin: 14px 0 0;
  padding: 12px 14px;
  border: 1px solid #d8e6dc;
  border-radius: 12px;
  background: #f5faf6;
  color: #38584c;
  font-size: .8rem;
  line-height: 1.45;
}

@media (max-width: 720px) {
  .photo-mode-grid { grid-template-columns: 1fr; }
  .vehicle-option { min-height: 145px; }
  .vehicle-icon { height: 65px; }
  .vehicle-icon img { height: 65px; }
}
@media (max-width: 440px) {
  .level-selector { gap: 3px; padding: 3px; }
  .level-selector label { min-height: 43px; border-radius: 8px; }
  .level-selector span { padding-inline: 1px; font-size: .66rem; }
}

/* Printable payment receipt */
.receipt-page { min-height: 100vh; background: #eef3ef; }
.receipt-shell { width: min(760px, calc(100% - 28px)); margin: 32px auto; }
.receipt-paper { overflow: hidden; border: 1px solid #d9e4dc; border-radius: 22px; background: #fff; box-shadow: 0 22px 60px rgba(25,64,53,.11); }
.receipt-header { padding: 26px 28px; display: grid; grid-template-columns: 145px 1fr auto; gap: 22px; align-items: center; border-bottom: 1px solid #dce6df; background: linear-gradient(135deg,#edf7ef,#fffdf7); }
.receipt-header img { width: 145px; height: auto; }
.receipt-header p { margin: 0; color: var(--muted); font-size: .73rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.receipt-header h1 { margin: 5px 0 0; color: var(--green-dark); font-size: 1.25rem; }
.receipt-paid { padding: 9px 12px; border: 2px solid #2a875c; border-radius: 10px; color: #24764f; font-size: .82rem; font-weight: 950; letter-spacing: .13em; transform: rotate(-3deg); }
.receipt-meta { padding: 18px 28px; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 15px; border-bottom: 1px solid #edf1ee; }
.receipt-meta span,.receipt-customer > span { display: block; color: var(--muted); font-size: .67rem; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.receipt-meta strong { display: block; margin-top: 5px; color: var(--green-dark); font-size: .82rem; word-break: break-word; }
.receipt-customer { padding: 22px 28px 8px; }
.receipt-customer h2 { margin: 6px 0 3px; color: var(--green-dark); font-size: 1.35rem; }
.receipt-customer p { margin: 0; color: var(--muted); font-size: .82rem; }
.receipt-table { width: calc(100% - 56px); margin: 18px 28px 22px; border-collapse: collapse; }
.receipt-table th,.receipt-table td { padding: 13px 0; border-bottom: 1px solid #edf1ee; }
.receipt-table th { width: 42%; color: var(--muted); font-size: .8rem; font-weight: 700; text-align: left; }
.receipt-table td { color: var(--green-dark); font-size: .86rem; font-weight: 850; text-align: right; }
.receipt-table .receipt-highlight th,.receipt-table .receipt-highlight td { padding-top: 17px; padding-bottom: 17px; color: #16754a; font-size: 1rem; }
.receipt-table .receipt-highlight td { font-size: 1.35rem; }
.receipt-photo-status { margin: 0 28px 24px; padding: 13px 15px; border-radius: 12px; font-size: .78rem; font-weight: 750; line-height: 1.45; }
.receipt-photo-status.ready { border: 1px solid #c7dfce; background: #eff8f1; color: #2a6948; }
.receipt-photo-status.pending { border: 1px solid #eedaa3; background: #fff9e9; color: #735a1c; }
.receipt-footer-block { padding: 20px 28px 24px; display: flex; flex-direction: column; gap: 4px; border-top: 1px solid #e1e9e3; background: #f8faf8; color: var(--muted); font-size: .75rem; }
.receipt-footer-block strong { color: var(--green-dark); font-size: .9rem; }
.receipt-actions { margin-top: 16px; display: flex; gap: 10px; justify-content: center; }
.receipt-loading,.receipt-error { padding: 48px 26px; border: 1px solid #dce5df; border-radius: 20px; background: white; text-align: center; box-shadow: var(--shadow-sm); }
.receipt-loading h1,.receipt-error h1 { margin: 18px 0 7px; color: var(--green-dark); }
.receipt-loading p,.receipt-error p { color: var(--muted); }
@media (max-width: 620px) {
  .receipt-shell { margin: 14px auto 26px; }
  .receipt-header { grid-template-columns: 100px 1fr; padding: 20px; }
  .receipt-header img { width: 100px; }
  .receipt-paid { grid-column: 1/-1; justify-self: start; }
  .receipt-meta { grid-template-columns: 1fr; padding: 16px 20px; }
  .receipt-customer { padding-inline: 20px; }
  .receipt-table { width: calc(100% - 40px); margin-inline: 20px; }
  .receipt-photo-status { margin-inline: 20px; }
  .receipt-footer-block { padding-inline: 20px; }
  .receipt-actions { flex-direction: column; }
}
@media print {
  body.receipt-page { background: #fff; }
  .receipt-shell { width: 100%; margin: 0; }
  .receipt-paper { border: 0; border-radius: 0; box-shadow: none; }
  .receipt-actions { display: none !important; }
}

/* ========================================================================== 
   V5.1 Notion-inspired vehicle selection cards
   ========================================================================== */
.vehicle-option {
  min-height: 176px;
  padding: 17px 17px 16px;
  align-items: flex-start;
  text-align: left;
  overflow: hidden;
  border-color: #dce5df;
  border-radius: 17px;
  background: #ffffff;
}
.vehicle-option::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(145deg, rgba(238,246,240,.58), transparent 48%);
  opacity: .75;
}
.vehicle-option::after {
  content: '✓';
  position: absolute;
  top: 13px;
  right: 13px;
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  border: 1px solid #d5e0d8;
  border-radius: 50%;
  background: #fff;
  color: transparent;
  font-size: .76rem;
  font-weight: 950;
  transition: border-color .16s ease, background .16s ease, color .16s ease;
}
.vehicle-option:has(input:checked) {
  padding: 16px;
  border-color: var(--green);
  background: linear-gradient(145deg, #f0f8f2 0%, #ffffff 68%);
}
.vehicle-option:has(input:checked)::after {
  border-color: var(--green);
  background: var(--green);
  color: #fff;
}
.vehicle-icon {
  position: relative;
  z-index: 1;
  width: 142px;
  height: 76px;
  margin: -2px 0 14px -3px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.vehicle-icon img {
  width: 142px;
  max-width: 100%;
  height: 76px;
  object-fit: contain;
  object-position: left top;
  filter: drop-shadow(0 7px 7px rgba(36,69,58,.08));
}
.vehicle-option strong,
.vehicle-option small {
  position: relative;
  z-index: 1;
}
.vehicle-option strong {
  margin-top: auto;
  color: #173f35;
  font-size: .94rem;
  line-height: 1.25;
}
.vehicle-option small {
  margin-top: 4px;
  color: #6c7d75;
  font-size: .73rem;
  line-height: 1.35;
}
@media (max-width: 720px) {
  .vehicle-option { min-height: 158px; }
  .vehicle-icon { width: 126px; height: 65px; margin-bottom: 10px; }
  .vehicle-icon img { width: 126px; height: 65px; }
}

/* V5.4 live availability */
.availability-preview { padding: 34px 0 58px; background: #fffdf8; border-bottom: 1px solid var(--line); }
.availability-preview__inner { padding: 30px; border: 1px solid #d6e3d9; border-radius: 24px; background: linear-gradient(135deg, #f1f8f2 0%, #fffaf0 100%); box-shadow: var(--shadow-sm); }
.availability-preview__heading { display: flex; justify-content: space-between; align-items: end; gap: 24px; }
.availability-preview__heading h2 { margin: 5px 0 8px; color: var(--green-dark); font-size: clamp(1.9rem, 4vw, 3rem); line-height: 1; letter-spacing: -.045em; }
.availability-preview__heading p:not(.eyebrow) { max-width: 720px; margin: 0; color: var(--muted); }
.availability-status { margin: 24px 0 12px; color: #5e736a; font-size: .85rem; font-weight: 750; }
.availability-cards { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.availability-card { position: relative; min-width: 0; padding: 17px; display: grid; grid-template-columns: auto 1fr; gap: 12px 14px; border: 1px solid #ccdcd0; border-radius: 16px; background: rgba(255,255,255,.92); color: var(--ink); text-decoration: none; transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.availability-card:hover { transform: translateY(-2px); border-color: #89ad98; box-shadow: 0 12px 26px rgba(29,74,60,.1); }
.availability-card--first { border-color: #78a68e; background: #ffffff; }
.availability-card__badge { grid-column: 1/-1; width: fit-content; padding: 4px 8px; border-radius: 999px; background: #edf5ef; color: var(--green); font-size: .64rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.availability-card--first .availability-card__badge { background: var(--green); color: white; }
.availability-card__date { width: 56px; min-height: 70px; display: grid; place-items: center; align-content: center; border-radius: 12px; background: #f5f0df; color: var(--green-dark); text-align: center; }
.availability-card__date small, .availability-card__date b { font-size: .69rem; text-transform: uppercase; }
.availability-card__date strong { font-size: 1.55rem; line-height: 1; }
.availability-card__slots { display: flex; flex-direction: column; justify-content: center; gap: 5px; color: #53675f; font-size: .78rem; font-weight: 800; }
.availability-card__slots span { width: fit-content; padding: 4px 7px; border-radius: 7px; background: #f1f6f2; }
.availability-card__action { grid-column: 1/-1; padding-top: 10px; border-top: 1px solid #e5ece7; color: var(--green); font-size: .78rem; font-weight: 900; }
.availability-note { margin: 15px 0 0; color: #61746c; font-size: .78rem; }
.availability-empty { grid-column: 1/-1; padding: 18px; border: 1px dashed #afc5b5; border-radius: 14px; background: white; color: var(--green); font-weight: 850; text-align: center; text-decoration: none; }

@media (max-width: 980px) {
  .availability-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
  .availability-preview { padding: 22px 0 38px; }
  .availability-preview__inner { padding: 21px 16px; border-radius: 20px; }
  .availability-preview__heading { align-items: stretch; flex-direction: column; }
  .availability-preview__heading .button { width: 100%; }
  .availability-cards { grid-template-columns: 1fr; }
  .availability-card { grid-template-columns: 60px 1fr; }
}



/* V5.6 — reliable full-photo display with no crop or stretching */
.hero__visual.has-custom-photo {
  overflow: visible;
  border-radius: 0;
  background: transparent;
}
.hero__visual.has-custom-photo > img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 680px;
  margin-inline: auto;
  object-fit: contain;
  object-position: center;
}
.work-photo {
  display: flex;
  flex-direction: column;
}
.work-photo img,
.media-current > img,
.admin-media-card > img,
.admin-comparison-images img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin-inline: auto;
  object-fit: contain;
  object-position: center;
}
.comparison-stage {
  min-height: 260px;
  aspect-ratio: auto;
}
.comparison-image {
  object-fit: contain !important;
  object-position: center !important;
}
.media-current,
.admin-media-card,
.admin-comparison-images figure,
.comparison-stage {
  background: #f4f7f3;
}
@media (max-width: 680px) {
  .hero__visual.has-custom-photo > img { max-height: none; }
  .comparison-stage { min-height: 220px; }
}
