:root {
    --y-navy: #071a3c;
    --y-blue: #0a2350;
    --y-blue-2: #0d2f68;
    --y-yellow: #ffd200;
    --y-yellow-soft: #fff1a8;
    --y-ink: #0b1930;
    --y-paper: #f5f7fc;
    --y-muted: #aebdde;
    --y-green: #25d366;
    --panel-border: rgba(255, 210, 0, .9);
    --radius: 6px;
    --page-entry-space: clamp(1.25rem, 2.2vw, 2rem);
    --first-section-space: clamp(.85rem, 1.5vw, 1.5rem);
    --section-space: clamp(1.25rem, 2vw, 2rem);
}

* { box-sizing: border-box; scrollbar-color: var(--y-yellow) var(--y-navy); }
html { scroll-behavior: smooth; max-width: 100%; overflow-x: hidden; }
body { margin: 0; max-width: 100%; overflow-x: hidden; background: var(--y-navy); color: #fff; font-family: "Source Sans 3", sans-serif; }
body::before { content: ""; position: fixed; inset: 0; z-index: -1; opacity: .18; pointer-events: none; background: radial-gradient(circle at 15% 10%, #194b96 0, transparent 26rem), radial-gradient(circle at 85% 75%, #11407e 0, transparent 30rem); }
::-webkit-scrollbar { width: 12px; height: 12px; }
::-webkit-scrollbar-track { background: var(--y-navy); }
::-webkit-scrollbar-thumb { background: var(--y-yellow); border: 3px solid var(--y-navy); }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
:focus-visible { outline: 3px solid var(--y-yellow); outline-offset: 3px; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; padding: .7rem 1rem; background: var(--y-yellow); color: var(--y-ink); font-weight: 900; text-decoration: none; }
.skip-link:focus { top: 1rem; }
.page-shell { min-height: 100vh; width: 100%; min-width: 0; display: flex; flex-direction: column; overflow-x: hidden; }
.container { width: min(calc(100% - 2rem), 1200px); margin-inline: auto; }
.narrow-copy { max-width: 850px; }

.portal-fast-header { background: var(--y-navy); border-bottom: 2px solid var(--y-yellow); }
.portal-fast-header-inner { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.portal-fast-brand { display: grid; gap: .15rem; min-width: 0; color: #fff; text-decoration: none; }
.portal-fast-brand strong { font-family: "Barlow Semi Condensed", sans-serif; font-size: clamp(1.4rem, 3vw, 1.9rem); font-weight: 800; line-height: 1; overflow-wrap: anywhere; }
.portal-fast-brand span { color: #cdd9f1; font-weight: 800; line-height: 1.2; }
.portal-fast-status { margin: 1rem 0 0; padding: .85rem 1rem; background: rgba(255, 255, 255, .08); border-left: 3px solid var(--y-yellow); color: #e4edff; }
.portal-fast-shell main { flex: 1; }

.site-header { position: sticky; top: 0; z-index: 30; background: var(--y-navy); border-bottom: 2px solid var(--y-yellow); }
.header-row { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.logo { display: inline-flex; align-items: center; flex: 0 0 auto; text-decoration: none; }
.logo img { display: block; width: clamp(190px, 18vw, 255px); height: auto; }
.desktop-nav, .header-actions { display: flex; align-items: center; gap: .4rem; }
.nav-link, .nav-button { min-height: 44px; padding: .65rem .72rem; border: 0; background: transparent; color: #fff; font-weight: 800; text-decoration: none; cursor: pointer; }
.nav-link:hover, .nav-button:hover { background: var(--y-yellow); color: var(--y-ink); }
.account-nav-link { display: inline-flex; align-items: center; gap: .35rem; }
.account-nav-icon { display: none; }
.services-menu { position: relative; }
.services-menu-items { position: absolute; top: calc(100% + .5rem); left: 0; display: none; min-width: 280px; padding: .5rem; background: #fff; color: var(--y-ink); border: 2px solid var(--y-blue); }
.services-menu.open .services-menu-items { display: grid; }
.services-menu-items a { padding: .8rem; font-weight: 800; text-decoration: none; }
.services-menu-items a:hover { background: var(--y-yellow-soft); }
.header-actions .btn { min-height: 46px; padding: .65rem .8rem; white-space: nowrap; }
.mobile-toggle, .mobile-nav { display: none; }
.mobile-nav { padding-bottom: 1rem; }
.mobile-nav a { display: block; padding: .85rem 0; border-top: 1px solid rgba(255, 255, 255, .16); font-weight: 800; text-decoration: none; }
.site-header.menu-active { z-index: 33; }
.menu-dismiss-layer { position: fixed; inset: 0; z-index: 31; background: rgba(2, 9, 24, .55); }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: .45rem; min-height: 46px; padding: .72rem 1rem; border: 2px solid transparent; border-radius: 3px; font-weight: 900; line-height: 1.1; text-decoration: none; cursor: pointer; transition: filter .18s ease; }
.btn:hover { filter: brightness(1.08); }
.btn-quote, .btn-primary { background: var(--y-yellow); color: var(--y-ink); border-color: var(--y-yellow-soft); }
.btn-call { background: var(--y-blue); color: #fff; border-color: var(--y-yellow); }
.btn-whatsapp { background: var(--y-green); color: #052611; border-color: #fff; }
.btn-ghost { color: #fff; border-color: var(--y-yellow); }
.btn-large { min-height: 56px; padding-inline: 1.35rem; }
.quote-pound-icon { display: inline-grid; flex: 0 0 1.15rem; width: 1.15rem; height: 1.15rem; place-items: center; border-radius: 2px; background: var(--y-ink); font-size: 0; }
.quote-pound-icon::after { content: "£"; color: var(--y-yellow); font: 900 .82rem/1 "Source Sans 3", sans-serif; }
.mobile-cta .quote-pound-icon::after { font-size: .76rem; }
.btn.disabled, .btn[aria-disabled="true"] { opacity: .52; filter: grayscale(.4); cursor: not-allowed; transform: none; }
.action-row { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1.4rem; }

.hero, .band { position: relative; padding: var(--section-space) 0; }
.hero { overflow: hidden; padding-top: var(--page-entry-space); padding-bottom: var(--first-section-space); }
.hero + .band { padding-top: var(--first-section-space); }
.hero::after { content: ""; position: absolute; right: -9rem; bottom: -12rem; width: 32rem; aspect-ratio: 1; border: 4rem solid rgba(255, 210, 0, .045); border-radius: 50%; pointer-events: none; }
.blue-band { background: linear-gradient(125deg, var(--y-navy), var(--y-blue) 58%, #0b2b61); color: #fff; }
.yellow-band { background: linear-gradient(135deg, #ffd200, #ffe361); color: var(--y-ink); border-block: 1px solid rgba(7, 26, 60, .2); }
.pale-band, .pay-band { background: linear-gradient(145deg, #f8faff, #e7edf7); color: var(--y-ink); }
.reviews-band { background: #061735; color: #fff; border-block: 1px solid rgba(255, 210, 0, .32); }
.hero-grid, .split-grid, .cards-grid, .service-process-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(1.5rem, 4vw, 3.5rem); align-items: center; }
.hero-grid { align-items: start; }
.eyebrow { margin: 0 0 .65rem; color: var(--y-yellow); font-size: .78rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.yellow-band .eyebrow, .pale-band .eyebrow, .pay-band .eyebrow { color: #604c00; }
.yellow-band .card .eyebrow, .yellow-band .hero-panel .eyebrow, .yellow-band .journey-card .eyebrow { color: var(--y-yellow); }
.hero + .yellow-band { padding-top: var(--section-space); }
.section-heading { max-width: 900px; margin-bottom: clamp(1rem, 2vw, 1.5rem); }
.section-heading h2 { margin-bottom: 0; }
h1, h2, h3 { margin: 0 0 1rem; font-family: "Barlow Semi Condensed", sans-serif; font-weight: 800; line-height: .98; overflow-wrap: anywhere; }
h1 { max-width: 18ch; padding-left: clamp(.55rem, 1.4vw, .75rem); border-left: 5px solid var(--y-yellow); font-size: clamp(1.8rem, 3.6vw, 2.75rem); line-height: 1.08; }
h2 { font-size: clamp(2rem, 4vw, 3rem); }
h3 { font-size: clamp(1.35rem, 2.2vw, 1.8rem); }
p, li { line-height: 1.55; }
.lede { max-width: 62ch; color: #e4edff; font-size: clamp(1.08rem, 2vw, 1.3rem); }
.pale-band .lede, .yellow-band .lede { color: #263956; }
.hero-panel, .card, .wizard-card, .payment-panel { background: var(--y-blue-2); color: #fff; border: 1px solid var(--panel-border); border-radius: var(--radius); }
.hero-panel, .card { padding: clamp(1.1rem, 3vw, 1.6rem); }
.hero-panel h2 { font-size: clamp(1.45rem, 2.5vw, 2.05rem); line-height: 1.04; }
.hero-panel ul, .card ul { padding-left: 1.2rem; }
.hero-panel li::marker, .card li::marker { color: var(--y-yellow); }
.status-strip, .chips { display: flex; flex-wrap: wrap; gap: .55rem; margin: 1.4rem 0; }
.status-strip span, .chip { padding: .48rem .72rem; border: 1px solid rgba(255, 255, 255, .24); background: rgba(255, 255, 255, .09); font-weight: 800; }
.stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: .65rem; margin-bottom: 1rem; }
.stat { padding: .8rem; background: var(--y-navy); border-left: 4px solid var(--y-yellow); }
.stat strong { display: block; color: var(--y-yellow); font: 800 clamp(1.35rem, 3vw, 2rem)/1 "Barlow Semi Condensed", sans-serif; }
.stat span { display: block; margin-top: .3rem; color: #d6e2fa; font-size: .85rem; }

.journey-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; margin-top: 1.6rem; }
.journey-card { position: relative; min-width: 0; padding: 1.4rem; overflow: hidden; background: var(--y-blue); color: #fff; border: 2px solid var(--y-navy); }
.journey-card.urgent { background: #102f67; }
.journey-card .journey-number { position: absolute; top: -.7rem; right: .5rem; color: rgba(255, 210, 0, .14); font: 800 6rem/1 "Barlow Semi Condensed", sans-serif; }
.journey-card h3 { position: relative; min-height: 3.5rem; }
.journey-card p { position: relative; }
.journey-card > a:not(.btn) { display: block; margin-top: 1rem; color: var(--y-yellow); font-weight: 800; }
.price-promise { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr); margin-top: 1rem; overflow: hidden; border: 2px solid var(--y-navy); background: var(--y-blue); color: #fff; }
.price-promise > div { padding: 1.25rem; }
.price-promise h3 { margin: .35rem 0 .65rem; font-size: clamp(1.8rem, 3vw, 2.5rem); }
.price-promise p { margin: 0 0 .65rem; }
.price-promise p:last-child { margin-bottom: 0; }
.price-promise .eyebrow { color: var(--y-yellow); }
.price-promise-guarantee { border-left: 1px solid rgba(255, 210, 0, .45); background: var(--y-navy); }
.price-promise-figure { display: block; color: var(--y-yellow); font: 800 clamp(2.8rem, 6vw, 4.5rem)/.9 "Barlow Semi Condensed", sans-serif; }
.process-list ol, .numbered-process { display: grid; gap: .9rem; padding: 0; list-style: none; counter-reset: process; }
.process-list li, .numbered-process li { position: relative; padding-left: 2.7rem; counter-increment: process; }
.process-list li::before, .numbered-process li::before { content: counter(process, decimal-leading-zero); position: absolute; left: 0; top: .08rem; color: var(--y-yellow); font: 800 1.15rem/1 "Barlow Semi Condensed", sans-serif; }

.team-portrait-panel { margin: 0; overflow: hidden; background: #04142f; border: 1px solid var(--y-yellow); }
.team-portrait-frame { aspect-ratio: 3 / 2; overflow: hidden; }
.team-portrait-frame img { display: block; width: 100%; height: 100%; object-fit: cover; }
.team-portrait-panel figcaption { display: grid; grid-template-columns: auto 1fr; gap: 1rem; align-items: center; padding: 1rem; border-top: 4px solid var(--y-yellow); }
.team-portrait-label { padding: .6rem .75rem; background: var(--y-yellow); color: var(--y-ink); font-weight: 900; text-transform: uppercase; }
.team-portrait-copy { display: grid; color: #dbe6ff; }
.team-portrait-copy strong { color: #fff; font-family: "Barlow Semi Condensed", sans-serif; font-size: 1.2rem; }
.brand-origin-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr); gap: clamp(1.5rem, 5vw, 4rem); align-items: center; }
.brand-wrapper-panel { padding: clamp(1rem, 3vw, 2rem); background: radial-gradient(circle, #174785, var(--y-navy)); border: 3px solid var(--y-blue); }
.brand-wrapper-panel img { display: block; width: 100%; height: auto; }
.brand-origin-copy small { display: block; margin-top: 1rem; font-weight: 800; }
.vehicle-strapline { margin: 1.25rem 0; padding: 1rem 1.1rem; background: var(--y-navy); color: #fff; border-left: 6px solid var(--y-yellow); }
.vehicle-strapline span { display: block; margin-bottom: .35rem; color: var(--y-yellow); font-size: .72rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.vehicle-strapline strong { display: block; font: 800 clamp(1.35rem, 2.4vw, 2rem)/1.05 "Barlow Semi Condensed", sans-serif; }
.values-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.value-card { padding: 1.25rem; border-top: 5px solid var(--y-yellow); background: rgba(255, 255, 255, .07); }
.pale-band .value-card { background: #fff; border: 1px solid #cad5e7; border-top: 5px solid var(--y-blue); }
.value-card > span { color: var(--y-yellow); font-weight: 900; }
.pale-band .value-card > span { color: var(--y-blue); }
.value-card h2 { margin-top: .6rem; font-size: 1.8rem; }

.service-hero .hero-grid { grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr); }
.price-panel > div { display: grid; grid-template-columns: 9rem minmax(0, 1fr); align-items: baseline; gap: 1rem; padding: .8rem 0; border-bottom: 1px solid rgba(255, 255, 255, .2); }
.price-panel > div strong { color: var(--y-yellow); font: 800 2.5rem/1 "Barlow Semi Condensed", sans-serif; text-align: right; white-space: nowrap; }
.price-panel > div span { text-align: left; }
.price-panel small { display: block; margin-top: .8rem; color: #dbe6ff; line-height: 1.45; }
.price-panel small + small { padding-top: .8rem; border-top: 1px solid rgba(255, 255, 255, .2); }
.service-comparison { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.service-comparison .card a { color: var(--y-yellow); font-weight: 900; }
.service-process-grid { align-items: start; }
.service-process-grid .hero-panel { border-color: var(--y-yellow); border-top-width: 5px; border-bottom-width: 5px; }
.detail-list { display: grid; gap: .65rem; margin: .95rem 0 0; padding: 0; list-style: none; }
.detail-list li { display: grid; grid-template-columns: 1.45rem minmax(0, 1fr); gap: .72rem; align-items: start; padding: .72rem .82rem; background: linear-gradient(90deg, rgba(255, 210, 0, .18), rgba(255, 255, 255, .78)); border: 1px solid rgba(9, 38, 74, .16); border-left: 5px solid var(--y-yellow); color: var(--y-ink); font-weight: 800; line-height: 1.35; }
.detail-list li::before { content: ""; width: 1rem; height: 1rem; margin-top: .22rem; border-radius: 50%; background: radial-gradient(circle, var(--y-blue) 0 .28rem, var(--y-yellow) .3rem 100%); outline: 3px solid rgba(255, 210, 0, .28); }
.service-assurance .split-grid > div { padding: 1rem; border-left: 5px solid var(--y-blue); }
.faq-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .8rem; margin-top: 1.2rem; }
.faq-grid details { padding: 0; }
.faq-grid summary { padding: 1.1rem; color: #fff; font-weight: 900; cursor: pointer; }
.faq-grid details p { padding: 0 1.1rem 1.1rem; margin: 0; color: #e3ebfb; }
.evidence-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .9rem; }
.evidence-card { padding: 1.2rem; background: var(--y-blue); color: #fff; border: 1px solid var(--y-blue-2); border-bottom-width: 5px; }
.evidence-card svg { color: var(--y-yellow); font-size: 2.1rem; }
.evidence-card h2 { margin-top: .7rem; font-size: 1.55rem; }
.evidence-card > span { color: var(--y-yellow); font-size: .8rem; font-weight: 900; text-transform: uppercase; }
.related-services { border-top: 1px solid rgba(255, 210, 0, .22); }
.related-service-links { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .8rem; }
.related-service-links a { display: grid; gap: .25rem; padding: 1rem; background: rgba(255, 255, 255, .07); border-top: 4px solid var(--y-yellow); text-decoration: none; }
.related-service-links a:hover { background: var(--y-blue-2); }
.related-service-links span { color: #c7d4ed; font-size: .9rem; }
.area-static-shell .site-header { position: relative; }
.area-static-mobile-nav { display: none; padding-bottom: .85rem; }
.area-static-mobile-nav a { display: block; padding: .75rem 0; border-top: 1px solid rgba(255, 255, 255, .16); font-weight: 800; text-decoration: none; }
.area-seo-hero h1 { max-width: 22ch; }
.area-hero-layout { grid-template-columns: minmax(0, 1.12fr) minmax(340px, .88fr); align-items: center; }
.area-hero-showcase { position: relative; align-self: stretch; min-height: clamp(460px, 58vw, 640px); }
.area-hero-media { position: relative; display: block; height: min(58vw, 640px); min-height: 460px; margin: 0; overflow: hidden; border: 1px solid rgba(255, 210, 0, .5); border-radius: 10px; background: linear-gradient(145deg, #123c64, #061735); }
.area-hero-media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(1.08) contrast(1.04); }
.area-hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 42%, rgba(2, 12, 28, .82)); pointer-events: none; }
.area-hero-media-fallback { display: grid; place-items: center; color: rgba(255, 255, 255, .78); font-weight: 900; text-align: center; }
.area-summary-panel { position: absolute; right: -1rem; bottom: -1.25rem; width: min(92%, 420px); background: var(--y-yellow); color: var(--y-ink); border-color: rgba(255, 255, 255, .56); }
.area-summary-panel .eyebrow { color: #604c00; }
.area-summary-panel ul { display: grid; gap: .32rem; margin: .55rem 0 0; padding: 0; list-style: none; }
.area-summary-panel li { display: grid; grid-template-columns: .55rem minmax(0, 1fr); gap: .55rem; align-items: start; line-height: 1.4; }
.area-summary-panel li::before { content: ""; width: .36rem; height: .36rem; margin-top: .58em; border-radius: 50%; background: var(--y-blue); }
.area-grid { align-items: stretch; }
.area-card { display: flex; flex-direction: column; }
.area-card-media { margin: calc(clamp(1.1rem, 3vw, 1.6rem) * -1) calc(clamp(1.1rem, 3vw, 1.6rem) * -1) 1rem; aspect-ratio: 16 / 9; overflow: hidden; border-bottom: 1px solid rgba(255, 210, 0, .28); }
.area-card-media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(1.05); transition: transform .28s ease; }
.area-card:hover .area-card-media img { transform: scale(1.035); }
.area-card h2 { font-size: clamp(1.55rem, 2.4vw, 2rem); }
.area-card a { margin-top: auto; color: var(--y-yellow); font-weight: 900; }
.image-credit-band { padding: .55rem 0; border-top: 1px solid rgba(9, 38, 74, .1); }
.image-credit-note { font-size: .78rem; color: #64748b; }
.image-credit-note summary { display: inline-flex; cursor: pointer; font-weight: 800; color: #43546f; }
.image-credit-note p { margin: .35rem 0 0; }
.image-credit-note a { color: inherit; text-underline-offset: .18em; }
.area-related-band .section-heading { margin-bottom: .75rem; }
.area-link-chips .chip { color: #fff; background: var(--y-blue); border-color: var(--y-blue-2); text-decoration: none; }

.reviews-widget { min-width: 0; }
.reviews-teaser { display: grid; grid-template-columns: minmax(0, 1fr) auto auto; align-items: center; gap: clamp(1rem, 3vw, 2rem); min-width: 0; padding: clamp(1rem, 2vw, 1.5rem); background: var(--y-blue-2); border: 1px solid var(--y-yellow); }
.reviews-teaser-copy { min-width: 0; }
.reviews-teaser-copy h2 { margin-bottom: .45rem; }
.reviews-teaser-copy p:last-child { max-width: 58ch; margin: 0; color: #dbe6ff; }
.reviews-teaser-rating { display: grid; min-width: 180px; gap: .28rem; padding: .8rem 1rem; background: #fff; color: #202124; border-top: 4px solid #4285f4; }
.reviews-teaser-rating .review-stars { margin-top: 0; }
.reviews-teaser-link { white-space: nowrap; }
.reviews-page-hero .narrow-copy { margin-inline: 0; text-align: left; }
.reviews-page-hero h1 { max-width: 15ch; margin-inline: 0; }
.reviews-page-hero .lede { margin-inline: 0; }
.reviews-page-hero .action-row { justify-content: flex-start; }
.reviews-page-list { padding-top: var(--section-space); }
.reviews-thank-you .hero-panel { background: var(--y-blue); color: #fff; }
.reviews-thank-you .hero-panel p { color: #e4edff; }
.reviews-heading { display: flex; align-items: start; justify-content: space-between; gap: clamp(1rem, 3vw, 2.5rem); margin-bottom: 1.25rem; }
.reviews-heading > div { flex: 1 1 auto; min-width: 0; padding-top: .45rem; }
.reviews-heading h2 { margin-bottom: 0; }
.google-score { position: relative; flex: 0 0 310px; width: 310px; display: grid; gap: .26rem; overflow: hidden; padding: .9rem 1rem .8rem; background: #fff; color: #202124; text-decoration: none; border: 1px solid #dadce0; transition: filter .18s ease; }
.google-score::before { content: ""; position: absolute; inset: 0 0 auto; height: 4px; background: linear-gradient(90deg, #4285f4 0 25%, #ea4335 25% 50%, #fbbc05 50% 75%, #34a853 75%); }
.google-score:hover { filter: brightness(.97); }
.google-score:focus-visible { outline: 3px solid var(--y-yellow); outline-offset: 3px; }
.google-wordmark { display: inline-flex; width: max-content; color: #4285f4; font: 800 1.3rem/1 "Source Sans 3", sans-serif; letter-spacing: -.065em; }
.google-wordmark span:nth-child(2), .google-wordmark span:nth-child(6) { color: #ea4335; }
.google-wordmark span:nth-child(3) { color: #fbbc05; }
.google-wordmark span:nth-child(5) { color: #34a853; }
.google-rating-line { display: flex; align-items: center; gap: .55rem; }
.google-rating-line strong { font-size: 1.5rem; line-height: 1; }
.google-review-count { color: #5f6368; font-size: .84rem; }
.google-score-invite { margin-top: .2rem; font-size: .88rem; line-height: 1.35; }
.google-score-invite-mobile { display: none; }
.google-score-action { color: #1a73e8; font-size: .86rem; font-weight: 800; }
.reviews-loading, .google-fallback { min-height: 180px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .45rem; padding: 1.5rem; background: var(--y-blue-2); border: 1px solid var(--y-yellow); color: #fff; text-align: center; text-decoration: none; }
.google-fallback .google-wordmark { padding: .35rem .65rem; background: #fff; font-size: 1.35rem; }
.reviews-track { display: flex; gap: 1rem; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: inline mandatory; scrollbar-width: thin; padding: .25rem .25rem 1rem; }
.review-card { flex: 0 0 calc((100% - 2rem) / 3); min-width: 0; scroll-snap-align: start; padding: 1rem; background: var(--y-blue-2); border: 1px solid rgba(255, 210, 0, .72); }
.review-card header { display: flex; align-items: center; gap: .7rem; }
.review-card header div { min-width: 0; display: grid; }
.review-card header a { overflow: hidden; font-weight: 900; text-overflow: ellipsis; white-space: nowrap; }
.review-card header span { color: #b9c8e6; font-size: .85rem; }
.review-avatar { flex: 0 0 44px; border-radius: 50%; object-fit: cover; background: #fff; }
.review-initial { display: grid; place-items: center; color: var(--y-blue); font-weight: 900; }
.review-stars { margin-top: .8rem; color: var(--y-yellow); letter-spacing: .1em; }
.review-card p { display: -webkit-box; min-height: 7.2em; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 5; }
.reviews-widget-compact .review-card p { min-height: 4.65em; -webkit-line-clamp: 3; }
.review-source { color: var(--y-yellow); font-weight: 800; }
.review-controls { display: flex; align-items: center; justify-content: center; gap: .65rem; margin-top: .65rem; }
.review-controls button { display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid var(--y-yellow); background: var(--y-blue); color: #fff; cursor: pointer; }
.review-disclosure { margin: 0 0 .8rem; color: #9fb0d1; font-size: .82rem; }

.account-choice-page, .account-login-page { min-height: calc(100vh - 94px); display: grid; align-items: center; }
.account-choice-content { width: min(calc(100% - 2rem), 1040px); }
.account-choice-heading { max-width: 760px; margin-bottom: clamp(1.25rem, 3vw, 2rem); }
.account-choice-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(.8rem, 2vw, 1.25rem); }
.account-choice-card { display: grid; grid-template-rows: auto auto auto 1fr auto; align-items: start; min-height: 330px; padding: clamp(1.25rem, 3vw, 2rem); background: var(--y-blue-2); border: 1px solid var(--y-yellow); }
.account-choice-card h2 { margin: .35rem 0 .6rem; }
.account-choice-card > p:not(.eyebrow) { color: #dbe6ff; }
.account-choice-card .btn { justify-self: start; margin-top: 1.25rem; }
.account-choice-icon { display: grid; place-items: center; width: 54px; height: 54px; margin-bottom: 1rem; background: var(--y-yellow); color: var(--y-ink); }
.account-choice-icon svg { font-size: 2rem; }
.account-login-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(320px, 460px); align-items: center; gap: clamp(2rem, 5vw, 4rem); }
.account-login-introduction { min-width: 0; }
.account-back-link { display: inline-flex; align-items: center; gap: .35rem; margin-bottom: 1.4rem; color: var(--y-yellow); font-weight: 800; }
.account-benefit-list { display: grid; gap: .55rem; margin: 1.25rem 0 0; padding: 0; list-style: none; }
.account-benefit-list li { position: relative; padding-left: 1.35rem; color: #fff; }
.account-benefit-list li::before { content: "\2713"; position: absolute; left: 0; color: var(--y-yellow); font-weight: 900; }
.account-login-card { display: grid; gap: .7rem; padding: clamp(1.25rem, 3vw, 2rem); background: var(--y-blue-2); border: 1px solid var(--y-yellow); }
.account-login-card h2 { margin-bottom: .35rem; }
.account-login-copy { margin: -.15rem 0 .35rem; color: #dbe6ff; }
.account-login-card label { font-weight: 800; }
.account-login-card input { width: 100%; min-height: 50px; padding: .75rem .9rem; background: var(--y-navy); color: #fff; border: 1px solid rgba(255, 210, 0, .78); }
.account-login-card input:focus { border-color: var(--y-yellow); outline: 3px solid rgba(255, 210, 0, .25); }
.account-login-card button { width: 100%; margin-top: .4rem; }
.account-login-direct { justify-self: center; color: var(--y-yellow); font-weight: 800; text-align: center; }
.account-login-message { padding: .8rem; background: var(--y-navy); border-left: 3px solid var(--y-yellow); color: #fff; }
.account-login-message a { color: var(--y-yellow); font-weight: 800; }
.account-link-explainer { display: grid; grid-template-columns: auto 1fr; gap: .8rem; align-items: start; padding: 1rem; background: var(--y-navy); border-left: 3px solid var(--y-yellow); }
.account-link-explainer svg { color: var(--y-yellow); font-size: 2rem; }
.account-link-explainer p { margin: 0; }
.customer-record-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 330px), 1fr)); gap: .85rem; }
.customer-record-card { padding: clamp(1rem, 2vw, 1.5rem); background: var(--y-blue); color: #fff; border: 1px solid var(--y-yellow); }
.customer-record-topline { display: flex; justify-content: space-between; gap: .75rem; color: var(--y-yellow); font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.customer-record-card h3 { margin: 1rem 0 .35rem; }
.customer-record-card dl { display: grid; gap: .5rem; margin: 1rem 0 0; }
.customer-record-card dl div { display: flex; justify-content: space-between; gap: 1rem; padding-top: .5rem; border-top: 1px solid rgba(255, 255, 255, .25); }
.customer-record-card dt { color: #cdd9f1; }
.customer-record-card dd { margin: 0; font-weight: 800; text-align: right; }
.customer-record-actions { margin-top: 1rem; padding-top: 1rem; border-top: 1px solid rgba(255, 255, 255, .25); }
.customer-record-actions .btn { width: 100%; }
.customer-payment-panel { display: grid; gap: .85rem; margin-top: 1rem; padding: 1rem; background: var(--y-blue-2); border: 1px solid rgba(255, 210, 0, .8); }
.customer-payment-heading { display: grid; gap: .35rem; }
.customer-payment-heading .eyebrow { margin: 0; color: var(--y-yellow); }
.customer-payment-heading h4 { margin: 0; color: #fff; font-size: 1.45rem; }
.customer-payment-heading p:not(.eyebrow) { margin: 0; color: #dbe6ff; }
.customer-payment-heading strong { color: var(--y-yellow); }
.customer-payment-complete { display: grid; grid-template-columns: auto 1fr; gap: .85rem; align-items: start; margin-top: 1rem; padding: 1rem; background: var(--y-blue-2); border: 1px solid rgba(255, 210, 0, .8); }
.customer-payment-complete svg { color: #65e58e; font-size: 2.2rem; }
.customer-payment-state-icon { display: grid; place-items: center; width: 2.6rem; min-height: 2.6rem; padding: .25rem; background: var(--y-yellow); color: var(--y-ink); font-size: .72rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.customer-payment-complete.is-pending .customer-payment-state-icon { background: #fff; color: var(--y-blue); }
.customer-payment-complete .eyebrow { margin: 0; color: var(--y-yellow); }
.customer-payment-complete h4 { margin: 0 0 .25rem; color: #fff; font-size: 1.35rem; }
.customer-payment-complete p:last-child { margin: 0; color: #dbe6ff; }
.payment-choice-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .7rem; }
.payment-choice-card { display: grid; grid-template-columns: auto 1fr; gap: .75rem; align-items: center; min-height: 104px; padding: .9rem; color: #fff; text-decoration: none; background: var(--y-blue); border: 1px solid rgba(255, 210, 0, .75); }
.payment-choice-card.preferred { background: linear-gradient(135deg, var(--y-yellow), #ffe681); color: var(--y-ink); border-color: #fff; }
.payment-choice-card:hover, .payment-choice-card:focus-visible { transform: translateY(-1px); outline: 3px solid rgba(255, 210, 0, .35); }
.payment-choice-icon { display: grid; place-items: center; width: 48px; height: 48px; color: var(--y-blue); background: var(--y-yellow); font-size: .72rem; font-weight: 900; letter-spacing: .04em; text-align: center; text-transform: uppercase; }
.payment-choice-card.preferred .payment-choice-icon { color: #fff; background: var(--y-blue); }
.payment-choice-card span:last-child { display: grid; gap: .2rem; }
.payment-choice-card strong { font-size: 1.05rem; }
.payment-choice-card small { color: inherit; opacity: .82; line-height: 1.25; }
.customer-tip-panel { display: grid; gap: .65rem; padding-top: 1rem; border-top: 1px solid rgba(255, 255, 255, .25); }
.customer-tip-panel p { margin: 0; color: #dbe6ff; font-size: .95rem; }
.customer-tip-message { padding: .75rem; background: var(--y-navy); border-left: 3px solid var(--y-yellow); }
.customer-tip-message strong { display: block; color: var(--y-yellow); }
.customer-tip-field { display: grid; gap: .35rem; font-weight: 800; }
.customer-tip-field span { color: var(--y-yellow); }
.customer-tip-field input { width: 100%; min-height: 48px; padding: .7rem .85rem; background: var(--y-navy); color: #fff; border: 1px solid rgba(255, 210, 0, .78); font: inherit; }
.customer-tip-field input:focus { border-color: var(--y-yellow); outline: 3px solid rgba(255, 210, 0, .25); }
.tip-quick-actions { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .4rem; }
.tip-quick-actions button { min-height: 42px; border: 1px solid var(--y-yellow); background: var(--y-blue); color: #fff; font: inherit; font-weight: 800; cursor: pointer; }
.tip-quick-actions button:hover, .tip-quick-actions button:focus { background: var(--y-yellow); color: var(--y-ink); }
.customer-portal-payment { display: grid; grid-template-columns: minmax(0, .85fr) minmax(280px, 1.15fr); gap: 1rem; align-items: start; margin-top: 1rem; padding: clamp(1rem, 2vw, 1.5rem); background: var(--y-blue-2); color: #fff; border: 1px solid var(--y-yellow); }
.customer-portal-payment h3 { margin-bottom: .35rem; }
.customer-portal-payment p { margin-bottom: 0; }
.customer-timeline-list { display: grid; gap: .75rem; margin: 1rem 0 0; padding: 0; list-style: none; }
.customer-timeline-list li { padding: 1rem; background: var(--y-blue-2); border-left: 3px solid var(--y-yellow); }
.customer-timeline-list time { color: #b9c8e6; font-size: .85rem; }
.customer-timeline-list h3 { margin: .3rem 0; }
.customer-document-panel { align-self: start; padding: 1rem; background: var(--y-blue-2); border: 1px solid var(--y-yellow); }
.customer-document-link { display: grid; grid-template-columns: 1fr 6.5rem; gap: .75rem; align-items: center; margin-top: .65rem; padding: .75rem; color: #fff; border: 1px solid rgba(255, 210, 0, .6); text-decoration: none; }
.customer-document-thumb { grid-column: 2; grid-row: 1; display: grid; place-items: center; width: 6.5rem; aspect-ratio: 16 / 10; overflow: hidden; background: #061736; border: 1px solid rgba(255, 210, 0, .65); }
.customer-document-thumb img { width: 100%; height: 100%; object-fit: cover; }
.customer-document-thumb svg { color: var(--y-yellow); }
.customer-document-thumb span { color: var(--y-yellow); font-size: .78rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.customer-document-thumb.is-video { background: linear-gradient(135deg, #061736, #123b78); }
.customer-document-copy { grid-column: 1; grid-row: 1; display: grid; min-width: 0; }
.customer-document-copy strong, .customer-document-copy small { overflow-wrap: anywhere; }
.customer-document-link small { color: #b9c8e6; }
.customer-live-tracking { background: linear-gradient(180deg, #fff 0%, #edf3f8 100%); color: var(--y-ink); }
.customer-tracking-stack { display: grid; gap: 1rem; }
.customer-tracking-panel { display: grid; grid-template-columns: minmax(280px, .75fr) minmax(0, 1.25fr); gap: 1rem; align-items: stretch; padding: clamp(1rem, 2vw, 1.25rem); background: var(--y-navy); color: #fff; border: 2px solid var(--y-yellow); }
.customer-tracking-summary { display: grid; align-content: start; gap: .8rem; min-width: 0; }
.customer-tracking-summary .eyebrow { margin: 0; color: var(--y-yellow); }
.customer-tracking-summary h3 { margin: 0; font-size: clamp(1.6rem, 3.2vw, 2.3rem); overflow-wrap: anywhere; }
.customer-tracking-summary p { margin: 0; color: #dbe6ff; }
.customer-tracking-stats { display: grid; gap: .5rem; margin: .25rem 0 0; }
.customer-tracking-stats div { display: grid; grid-template-columns: minmax(6rem, .7fr) minmax(0, 1fr); gap: .65rem; align-items: center; padding: .55rem .65rem; background: rgba(255, 255, 255, .08); border-left: 3px solid var(--y-yellow); }
.customer-tracking-stats dt { color: #cdd9f1; font-size: .82rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.customer-tracking-stats dd { margin: 0; color: #fff; font-weight: 900; overflow-wrap: anywhere; }
.customer-tracking-state { justify-self: start; padding: .5rem .7rem; background: var(--y-yellow); color: var(--y-ink) !important; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
.customer-tracking-panel.is-stale .customer-tracking-state { background: #ff9f1c; }
.customer-tracking-panel.is-stopped .customer-tracking-state { background: #dce5f3; }
.customer-tracking-map-wrap { position: relative; min-width: 0; }
.customer-tracking-map { width: 100%; min-height: 430px; height: min(58vh, 560px); background: #dae8ef; border: 1px solid rgba(255, 210, 0, .8); }
.customer-tracking-attribution { margin: .35rem 0 0; color: #aebddb; font-size: .78rem; text-align: right; }
.customer-tracking-map .leaflet-control-attribution { font-size: .68rem; opacity: .72; }
.tracking-locksmith-marker, .tracking-destination-marker { display: grid; place-items: center; border-radius: 999px; }
.tracking-locksmith-marker span { display: block; width: 20px; height: 20px; border-radius: 999px; background: var(--y-yellow); border: 4px solid var(--y-navy); outline: 3px solid rgba(255, 210, 0, .55); }
.tracking-destination-marker span { display: block; width: 18px; height: 18px; border-radius: 4px; transform: rotate(45deg); background: #fff; border: 4px solid #0a2e64; outline: 2px solid rgba(10, 46, 100, .35); }

.quote-price-strip { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 1.2rem; }
.quote-price-strip span { padding: .55rem .75rem; border: 1px solid rgba(255, 210, 0, .6); background: rgba(255, 255, 255, .08); }
.quote-price-note { max-width: 56rem; margin: .65rem 0 0; color: #dbe6ff; font-size: .92rem; }
.quote-success-dialog { border: 2px solid var(--y-yellow); background: var(--y-blue-2); color: #fff; }
.quote-success-dialog .mud-dialog-title { border-bottom: 1px solid rgba(255, 210, 0, .35); font-family: "Barlow Semi Condensed", sans-serif; font-size: 1.65rem; font-weight: 800; }
.quote-success-content { display: grid; justify-items: center; gap: 1rem; padding-top: .35rem; text-align: center; }
.quote-success-content h2, .quote-success-content p { margin: 0; }
.quote-success-icon { display: grid; width: 4rem; height: 4rem; place-items: center; border-radius: 50%; background: var(--y-yellow); color: var(--y-ink); }
.quote-success-vehicle { display: grid; width: 100%; gap: .25rem; padding: 1rem; border: 1px solid var(--y-yellow); background: var(--y-navy); text-align: left; }
.quote-success-vehicle span { color: var(--y-yellow); font-size: .75rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.quote-success-vehicle strong { font: 800 2rem/1 "Barlow Semi Condensed", sans-serif; letter-spacing: .06em; }
.quote-success-vehicle p { color: #dbe6ff; }
.quote-band { background: linear-gradient(145deg, #ffd200, #ffe67c); color: #fff; }
.wizard-card { width: 100%; max-width: 940px; min-width: 0; margin: 0 auto; padding: clamp(1rem, 4vw, 2rem); overflow: hidden; }
.quote-wizard { --mud-palette-surface:var(--y-blue-2); --mud-palette-background:var(--y-blue-2); --mud-palette-text-primary:#fff; --mud-palette-text-secondary:#c9d7f2; --mud-palette-lines-inputs:rgba(255,210,0,.72); --mud-palette-primary:var(--y-yellow); --mud-palette-primary-text:#071a3c; background: var(--y-blue-2); color: #fff; }
.quote-wizard .mud-stepper { min-width: 0; background: transparent; color: #fff; }
.quote-wizard .mud-stepper-content { min-width: 0; max-width: 100%; }
.quote-wizard .mud-stepper-nav { max-width: 100%; margin-bottom: .75rem; padding-bottom: .75rem; border-bottom: 1px solid rgba(255, 210, 0, .34); }
.quote-wizard .mud-step-label-content, .quote-wizard .mud-input-root, .quote-wizard .mud-select-input { color: #fff; }
.quote-wizard .mud-input-label { color: #dbe6ff; }
.quote-wizard .mud-input-outlined-border { border-color: rgba(255, 210, 0, .72); }
.quote-wizard .mud-button-filled-primary { background: var(--y-yellow); color: var(--y-ink); }
.quote-wizard .mud-button-outlined { color: var(--y-yellow); border-color: var(--y-yellow); }
.quote-wizard .mud-checkbox .mud-icon-root { color: var(--y-yellow); }
.registration-plate-input { display: grid; grid-template-columns: 3.5rem minmax(0, 1fr); width: min(100%, 36rem); min-height: 5.5rem; overflow: hidden; background: #f6cc2d; border: 2px solid #050b16; border-radius: 6px; }
.registration-plate-country { display: grid; grid-template-rows: 1fr auto; place-items: center; gap: .15rem; padding: .45rem .25rem .4rem; background: #063298; color: #ffd83d; font-family: "Source Sans 3", sans-serif; font-size: 1.05rem; font-weight: 900; line-height: 1; letter-spacing: .04em; }
.registration-plate-mark { width: 1.75rem; height: 1.75rem; border: 1px dashed #ffd83d; border-radius: 50%; }
.plate-input { min-width: 0; width: 100%; padding: .65rem 1rem; background: linear-gradient(to bottom, #f8d038 0%, #f5ca2e 100%); color: #050505; border: 0; border-radius: 0; outline: 0; font-family: "Source Sans 3", sans-serif; font-size: clamp(2rem, 7vw, 3.5rem); font-weight: 900; letter-spacing: .08em; text-align: center; text-transform: uppercase; }
.plate-input::placeholder { color: rgba(5, 5, 5, .38); opacity: 1; }
.registration-plate-input:focus-within { outline: 3px solid var(--y-yellow); outline-offset: 3px; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.vehicle-confirm-grid, .send-review-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(260px, .92fr); gap: 1.25rem; align-items: center; }
.vehicle-confirm, .send-detail, .quote-review { padding: 1rem; background: var(--y-blue); color: #fff; border: 1px solid var(--y-yellow); }
.vehicle-confirm strong, .send-detail strong { display: block; margin-top: .25rem; }
.vehicle-confirm p, .send-detail small { color: #dbe6ff; }
.vehicle-confirm-label, .send-detail span { color: var(--y-yellow); font-size: .75rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.vehicle-composite { margin: 0; overflow: hidden; background: #e7edf4; border: 1px solid #c5d4e6; }
.vehicle-composite img { display: block; width: 100%; max-height: 360px; object-fit: contain; }
.send-summary { display: grid; gap: .8rem; }
.quote-review { display: flex; align-items: center; gap: 1rem; }
.quote-review svg { color: var(--y-yellow); }
.contact-methods { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .7rem; }
.contact-method { min-height: 145px; display: flex; flex-direction: column; align-items: flex-start; gap: .45rem; padding: .9rem; background: var(--y-blue); color: #fff; border: 1px solid rgba(255, 210, 0, .65); text-align: left; cursor: pointer; }
.contact-method svg { color: var(--y-yellow); }
.contact-method.selected { background: var(--y-yellow); color: var(--y-ink); border-color: #fff; }
.contact-method.selected svg { color: var(--y-blue); }
.postcode-entry { display: grid; align-content: start; gap: .25rem; min-width: 0; }
.location-alternative { grid-column: 1 / -1; display: grid; gap: .85rem; padding: 1rem; background: var(--y-navy); border: 1px solid var(--y-yellow); }
.location-alternative-copy { display: grid; gap: .2rem; }
.location-alternative-copy span { color: #dbe6ff; }
.location-fields { display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); align-items: center; gap: .75rem; }
.location-choice { color: var(--y-yellow); font-weight: 900; text-transform: uppercase; }
.what3words-button { justify-self: start; display: inline-flex; align-items: center; gap: .8rem; min-height: 54px; padding: .55rem .8rem; background: #fff; color: #0a3049; border: 2px solid #e11f26; font-weight: 800; text-decoration: none; }
.what3words-button:hover { filter: brightness(.96); }
.what3words-button img { display: block; width: 132px; height: auto; }
.car-track { height: 72px; position: relative; overflow: hidden; background: var(--y-blue); border: 1px solid var(--y-yellow); }
.car { position: absolute; left: 0; top: 18px; width: 94px; height: 32px; background: var(--y-yellow); border: 4px solid var(--y-blue); border-radius: 18px 28px 10px 10px; animation: drive 1.35s ease-in-out infinite; }
.car::before, .car::after { content: ""; position: absolute; bottom: -13px; width: 20px; height: 20px; border-radius: 50%; background: var(--y-ink); border: 4px solid var(--y-yellow); }
.car::before { left: 13px; }
.car::after { right: 13px; }
@keyframes drive { from { transform: translateX(-105px); } to { transform: translateX(calc(100vw + 105px)); } }

.pay-hero { padding-bottom: var(--first-section-space); }
.payment-route-hero { padding-block: clamp(1.5rem, 3vw, 2.6rem); }
.payment-route-hero-inner { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 360px); gap: clamp(1.5rem, 4vw, 3rem); align-items: end; }
.payment-route-hero h1 { max-width: 15ch; margin-bottom: .75rem; }
.payment-route-assurance { display: grid; grid-template-columns: auto 1fr; gap: .85rem; align-items: start; padding: 1rem; background: rgba(7, 26, 60, .68); border: 1px solid rgba(255, 210, 0, .75); }
.payment-route-assurance-icon { display: grid; place-items: center; width: 48px; height: 48px; background: var(--y-yellow); color: var(--y-blue); }
.payment-route-assurance .eyebrow { margin-bottom: .25rem; }
.payment-route-assurance p:last-child { margin: 0; color: #dbe6ff; line-height: 1.35; }
.pay-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 1rem; align-items: start; }
.customer-card-payment-grid { width: min(calc(100% - 2rem), 1040px); }
.customer-card-payment-grid.is-single { grid-template-columns: minmax(0, 760px); justify-content: center; }
.payment-panel { padding: clamp(1.2rem, 4vw, 2rem); }
.payment-panel > header { display: flex; align-items: center; gap: .8rem; padding-bottom: 1rem; border-bottom: 1px solid rgba(255, 255, 255, .18); }
.payment-panel > header h2 { margin: 0; }
.payment-panel > header .eyebrow { color: var(--y-yellow); }
.payment-icon { display: grid; place-items: center; width: 52px; height: 52px; background: var(--y-yellow); color: var(--y-blue); }
.payment-route-message { min-height: 228px; align-content: center; }
.payment-route-message h2 { font-size: clamp(2rem, 3.2vw, 2.8rem); line-height: 1.04; }
.payment-route-message p { max-width: 54ch; margin-bottom: .9rem; color: #dbe6ff; }
.payment-success-panel { min-height: 0; }
.payment-success-panel .payment-icon { color: var(--y-blue); background: #65e58e; }
.payment-success-copy { max-width: 58ch; color: #dbe6ff; }
.payment-details { margin: 1.4rem 0; }
.payment-details > div { display: grid; grid-template-columns: 145px 1fr; gap: .7rem; align-items: center; padding: .75rem 0; border-bottom: 1px solid rgba(255, 255, 255, .16); }
.payment-details dt { color: #b9c8e6; }
.payment-details dd { display: flex; align-items: center; justify-content: space-between; gap: .6rem; margin: 0; font-weight: 900; }
.payment-details button { display: grid; place-items: center; width: 42px; height: 42px; flex: 0 0 auto; border: 1px solid var(--y-yellow); background: var(--y-blue); color: #fff; cursor: pointer; }
.payment-note { padding: 1rem; background: #fff7cd; color: var(--y-ink); border-left: 5px solid var(--y-yellow); }
.payment-note p { margin-bottom: 0; }
.copy-status { min-height: 1.5rem; color: var(--y-yellow); }
.card-panel { position: sticky; top: 118px; }
.sumup-mark { display: inline-flex; margin: 1.5rem 0; padding: .8rem 1rem; background: #fff; border: 1px solid rgba(255, 255, 255, .55); }
.sumup-mark img { display: block; width: clamp(10rem, 48%, 15rem); height: auto; }
.card-panel .btn { width: 100%; }
.payment-prep-panel .btn { width: 100%; }
.payment-checkout-panel { scroll-margin-top: 1rem; }
.payment-checkout-panel:focus { outline: none; }
.payment-secondary-actions { display: flex; flex-wrap: wrap; gap: .65rem; margin-top: .75rem; }
.payment-checkout-form { display: grid; gap: .85rem; margin: 1rem 0; }
.payment-form-field { display: grid; gap: .35rem; font-weight: 800; }
.payment-form-field span { color: var(--y-yellow); }
.payment-form-field input, .payment-form-field textarea { width: 100%; min-height: 52px; padding: .75rem .9rem; background: var(--y-navy); color: #fff; border: 1px solid rgba(255, 210, 0, .78); font: inherit; }
.payment-form-field input { text-transform: uppercase; }
.payment-form-field textarea { resize: vertical; text-transform: none; }
.payment-form-field input:focus, .payment-form-field textarea:focus { border-color: var(--y-yellow); outline: 3px solid rgba(255, 210, 0, .25); }
.payment-note-field { margin: 1rem 0; }
.payment-form-field input[type="number"], .customer-tip-field input[type="number"] { appearance: textfield; -moz-appearance: textfield; }
.payment-form-field input[type="number"]::-webkit-outer-spin-button,
.payment-form-field input[type="number"]::-webkit-inner-spin-button,
.customer-tip-field input[type="number"]::-webkit-outer-spin-button,
.customer-tip-field input[type="number"]::-webkit-inner-spin-button { margin: 0; -webkit-appearance: none; }
.checkout-summary { display: grid; grid-template-columns: 1fr auto; gap: .2rem .75rem; align-items: center; margin: 1rem 0 .75rem; padding: .85rem; background: var(--y-navy); border: 1px solid var(--y-yellow); }
.checkout-summary span, .checkout-summary small { color: #dbe6ff; }
.checkout-summary strong { color: var(--y-yellow); font-size: 1.45rem; }
.checkout-summary small { grid-column: 1 / -1; font-weight: 800; letter-spacing: .08em; }
.sumup-receipt-panel { display: grid; gap: .7rem; margin: 1rem 0; padding: 1rem; background: var(--y-navy); border: 1px solid rgba(255, 210, 0, .85); }
.sumup-receipt-panel .eyebrow, .sumup-receipt-panel p { margin: 0; }
.sumup-receipt-panel p:not(.eyebrow) { color: #dbe6ff; }
.sumup-receipt-details { display: grid; gap: .45rem; margin: 0; }
.sumup-receipt-details div { display: grid; grid-template-columns: minmax(8.5rem, .65fr) minmax(0, 1fr); gap: .7rem; padding-top: .45rem; border-top: 1px solid rgba(255, 255, 255, .16); }
.sumup-receipt-details dt { color: #b9c8e6; }
.sumup-receipt-details dd { min-width: 0; margin: 0; overflow-wrap: anywhere; font-weight: 900; }
.sumup-widget-frame { min-height: 330px; margin: .75rem 0; padding: .75rem; background: #fff; color: var(--y-ink); border: 1px solid var(--y-yellow); }
.sumup-widget-placeholder { display: grid; min-height: 330px; place-items: center; align-content: center; gap: .55rem; margin: .75rem 0; padding: 1.25rem; text-align: center; background: rgba(7, 26, 60, .72); border: 1px dashed rgba(255, 210, 0, .8); }
.sumup-widget-placeholder svg { color: var(--y-yellow); font-size: 3rem; }
.sumup-widget-placeholder h3 { margin: 0; font-size: 1.6rem; }
.sumup-widget-placeholder p { max-width: 34ch; margin: 0; color: #dbe6ff; }
.payment-status { min-height: 1.4rem; color: #dbe6ff; font-weight: 800; }
.payment-status.is-error { color: #ffd5d5; }
.payment-status.is-warning { color: var(--y-yellow); }
.payment-status.is-success { color: #b8ffd6; }
.payment-safety { display: grid; gap: .55rem; margin: 1.25rem 0 0; padding: 0; color: #dbe6ff; list-style: none; }
.payment-safety li { display: grid; grid-template-columns: 1.15rem minmax(0, 1fr); gap: .55rem; align-items: start; line-height: 1.4; }
.payment-safety li::before { content: "\2713"; color: var(--y-yellow); font-weight: 900; line-height: 1.4; }

.legal-copy { max-width: 820px; }
.legal-copy h2 { margin-top: 2.4rem; font-size: 1.8rem; color: var(--y-blue); }
.legal-copy a { color: var(--y-blue); font-weight: 800; }
.legal-updated { margin-top: 3rem; padding-top: 1rem; border-top: 2px solid #c5d1e4; font-weight: 800; }
.help-list details { margin-bottom: .7rem; }
.help-list summary { cursor: pointer; font-weight: 900; }

.contact-action-panel { width: 100%; margin: 0; padding: 1.1rem; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 1.2rem; background: var(--y-blue-2); border: 1px solid var(--y-yellow); }
.contact-action-copy h3 { margin-bottom: .35rem; }
.contact-action-copy p { margin: 0 0 .45rem; }
.contact-email { display: inline-flex; align-items: center; gap: .4rem; color: #dbe6ff; }
.contact-action-buttons { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .55rem; }
.closing-cta { padding-block: var(--section-space); border-top: 1px solid rgba(255, 210, 0, .2); }
.site-footer { margin-top: auto; padding: 2rem 0 6rem; background: #030e24; border-top: 4px solid var(--y-yellow); }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 1.4rem; }
.footer-brand img { width: min(100%, 250px); height: auto; }
.footer-links { display: grid; align-content: start; gap: .45rem; }
.footer-links strong { color: var(--y-yellow); font-family: "Barlow Semi Condensed", sans-serif; font-size: 1.15rem; }
.footer-links a { color: #dbe6ff; text-decoration: none; }
.footer-links span { color: #b8c5df; }
.legal-links a { text-decoration: underline; }
.copyright { color: #9daccc; font-size: .88rem; }
.mobile-cta { position: fixed; left: .55rem; right: .55rem; bottom: .55rem; z-index: 40; display: none; grid-template-columns: repeat(3, 1fr); gap: .35rem; padding: .35rem; background: #030e24; border: 2px solid var(--y-yellow); }
.mobile-cta .btn { min-height: 48px; padding: .5rem; }
body:has(.quote-band) .mobile-cta, body:has(.pay-band) .mobile-cta { display: none; }

.campaign-layout { min-height: 100vh; display: flex; flex-direction: column; background: var(--y-navy); color: #fff; }
.campaign-header, .campaign-footer { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem max(1rem, calc((100% - 1200px) / 2)); background: #030e24; }
.campaign-header { border-bottom: 2px solid var(--y-yellow); }
.campaign-header img { display: block; width: min(260px, 48vw); height: auto; }
.campaign-header-actions { display: flex; align-items: center; gap: 1rem; }
.campaign-header-actions > span { color: var(--y-yellow); font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.campaign-login { display: inline-flex; align-items: center; gap: .35rem; min-height: 44px; padding: .55rem .75rem; color: #fff; border: 1px solid var(--y-yellow); font-weight: 800; text-decoration: none; }
.campaign-login:hover { background: var(--y-yellow); color: var(--y-ink); }
.campaign-layout main { flex: 1; }
.campaign-artwork-band { padding: clamp(1rem, 3vw, 2rem) max(1rem, calc((100% - 1200px) / 2)); background: linear-gradient(135deg, #030e24, #0d2f68); }
.campaign-artwork { max-width: 1100px; margin: 0 auto; overflow: hidden; border: 2px solid var(--y-yellow); }
.campaign-artwork img { display: block; width: 100%; height: auto; }
.campaign-hero { padding: clamp(1.5rem, 4vw, 3.5rem) max(1rem, calc((100% - 1200px) / 2)); background: radial-gradient(circle at 85% 20%, #15539c 0, transparent 28rem), linear-gradient(135deg, #071a3c, #0d2f68); }
.campaign-artwork-band + .campaign-hero { padding-top: 1.25rem; }
.campaign-kicker { display: inline-block; margin-bottom: 1.5rem; padding: .6rem .8rem; background: var(--y-yellow); color: var(--y-ink); font-weight: 900; letter-spacing: .08em; text-transform: uppercase; transform: rotate(-1deg); }
.campaign-grid { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(260px, .7fr); gap: 2rem; align-items: center; }
.campaign-date { color: var(--y-yellow); font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.campaign-hero h1 { max-width: 13ch; font-size: clamp(2.35rem, 5.8vw, 4.4rem); }
.campaign-lede { max-width: 62ch; font-size: 1.22rem; }
.campaign-actions { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1.5rem; }
.campaign-signal { display: grid; justify-items: center; gap: .7rem; padding: 2rem 1rem; background: rgba(3, 14, 36, .72); border: 2px solid var(--y-yellow); text-align: center; }
.signal-dot { display: block; width: 18px; height: 18px; background: #3ae36e; border: 2px solid #bdf7cf; border-radius: 50%; }
.campaign-signal strong { font: 800 2rem/1 "Barlow Semi Condensed", sans-serif; text-transform: uppercase; }
.campaign-content { padding: clamp(1.5rem, 3vw, 2.5rem) max(1rem, calc((100% - 1200px) / 2)); background: var(--y-yellow); color: var(--y-ink); }
.campaign-section-heading .eyebrow { color: #604c00; }
.campaign-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.campaign-card-grid article { padding: 1.3rem; background: var(--y-blue); color: #fff; border: 2px solid #03122d; }
.campaign-card-grid article > span { color: var(--y-yellow); font-weight: 900; }
.campaign-card-grid h2 { margin-top: .5rem; font-size: 2rem; }
.campaign-note { display: flex; gap: .8rem; align-items: start; margin-top: 1rem; padding: 1rem; background: #fff5bf; border-left: 6px solid var(--y-blue); }
.campaign-note svg { flex: 0 0 auto; color: var(--y-blue); }
.campaign-note p { margin: 0; }
.campaign-state { min-height: 70vh; display: grid; place-items: center; align-content: center; gap: 1rem; padding: 2rem; text-align: center; }
.campaign-state h1 { max-width: 16ch; }
.campaign-footer { border-top: 4px solid var(--y-yellow); border-bottom: 0; }
@media (max-width: 1080px) {
    .desktop-nav, .header-actions { display: none; }
    .mobile-toggle { display: inline-flex; }
    .mobile-nav.open { display: block; }
    .area-static-mobile-nav { display: block; }
    .header-row { min-height: 78px; }
    .logo img { width: 205px; }
    .mobile-cta { display: grid; }
    .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .evidence-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
    .hero-grid, .split-grid, .service-process-grid, .brand-origin-grid, .pay-grid, .campaign-grid { grid-template-columns: 1fr; }
    .journey-grid, .price-promise, .values-grid, .campaign-card-grid, .related-service-links { grid-template-columns: 1fr; }
    .price-promise-guarantee { border-top: 1px solid rgba(255, 210, 0, .45); border-left: 0; }
    .review-card { flex-basis: calc((100% - 1rem) / 2); }
    .card-panel { position: static; }
    .campaign-signal { justify-self: stretch; }
    .reviews-teaser { grid-template-columns: minmax(0, 1fr) auto; }
    .reviews-teaser-link { grid-column: 1 / -1; width: 100%; }
    .account-login-grid { grid-template-columns: 1fr; }
    .payment-route-hero-inner { grid-template-columns: 1fr; align-items: start; }
    .payment-route-assurance { align-items: center; }
}

@media (min-width: 1081px) and (max-width: 1240px) {
    .account-nav-link span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
    .account-nav-icon { display: inline-flex; }
    .account-nav-link { justify-content: center; width: 44px; padding-inline: .4rem; }
}

@media (max-width: 640px) {
    .container { width: min(calc(100% - 1.1rem), 1200px); }
    .portal-fast-header-inner { min-height: 0; align-items: stretch; flex-direction: column; padding-block: .75rem; }
    .portal-fast-header-inner .btn { width: 100%; }
    .hero, .band { padding: 1.25rem 0; }
    .hero { padding-top: 1.25rem; padding-bottom: .9rem; }
    .hero + .band { padding-top: .9rem; }
    .hero + .yellow-band { padding-top: 1.25rem; }
    .price-panel > div { grid-template-columns: 7.5rem minmax(0, 1fr); gap: .75rem; }
    .price-panel > div strong { font-size: 2.1rem; }
    h1 { font-size: clamp(1.65rem, 7.6vw, 2.15rem); }
    h2 { font-size: 2rem; }
    .campaign-hero h1 { font-size: clamp(1.9rem, 10vw, 2.65rem); }
    .service-hero .hero-grid, .service-comparison, .faq-grid, .evidence-grid, .footer-grid, .form-grid, .vehicle-confirm-grid, .send-review-grid { grid-template-columns: 1fr; }
    .area-hero-showcase { min-height: 0; }
    .area-hero-media { height: auto; min-height: 0; aspect-ratio: 4 / 3; }
    .area-summary-panel { position: relative; right: auto; bottom: auto; width: auto; margin-top: 1rem; }
    .stats { grid-template-columns: 1fr; }
    .action-row, .campaign-actions { display: grid; }
    .action-row .btn, .campaign-actions .btn { width: 100%; }
    .reviews-heading { align-items: stretch; flex-direction: column; gap: .85rem; }
    .reviews-heading > div { padding-top: 0; }
    .google-score { align-self: stretch; flex: none; width: 100%; grid-template-columns: minmax(0, 1fr) auto; grid-template-areas: "wordmark rating" "count count" "invite action"; align-items: center; column-gap: .65rem; padding: .85rem 1rem .75rem; }
    .google-score .google-wordmark { grid-area: wordmark; }
    .google-rating-line { grid-area: rating; justify-self: end; }
    .google-review-count { grid-area: count; }
    .google-score-invite { grid-area: invite; min-width: 0; margin: .1rem 0 0; font-size: .8rem; }
    .google-score-invite-desktop { display: none; }
    .google-score-invite-mobile { display: inline; }
    .google-score-action { grid-area: action; justify-self: end; font-size: .8rem; white-space: nowrap; }
    .review-card { flex-basis: 100%; }
    .review-card p { min-height: auto; }
    .reviews-teaser { grid-template-columns: 1fr; }
    .reviews-teaser-rating { width: 100%; grid-template-columns: auto 1fr; grid-template-areas: "wordmark rating" "count count"; align-items: center; }
    .reviews-teaser-rating .google-wordmark { grid-area: wordmark; }
    .reviews-teaser-rating .google-rating-line { grid-area: rating; justify-self: end; }
    .reviews-teaser-rating .google-review-count { grid-area: count; }
    .reviews-teaser-link { grid-column: auto; }
    .account-choice-content { width: min(calc(100% - 1.1rem), 1040px); }
    .account-choice-grid { grid-template-columns: 1fr; }
    .account-choice-card { min-height: 0; }
    .account-choice-card .btn { width: 100%; }
    .contact-action-panel { grid-template-columns: 1fr; }
    .contact-action-buttons { display: grid; justify-content: stretch; }
    .contact-methods { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .5rem; }
    .contact-method { min-height: 82px; justify-content: center; gap: .3rem; padding: .65rem; }
    .contact-method span { display: none; }
    .location-fields { grid-template-columns: 1fr; gap: .45rem; }
    .customer-portal-payment { grid-template-columns: 1fr; }
    .customer-tracking-panel { grid-template-columns: 1fr; }
    .customer-tracking-map { min-height: 340px; height: 54vh; }
    .customer-tracking-stats div { grid-template-columns: 1fr; gap: .15rem; }
    .customer-tracking-attribution { text-align: left; }
    .location-choice { text-align: center; }
    .what3words-button { width: 100%; justify-content: center; }
    .quote-band { background: var(--y-navy); border-top: 3px solid var(--y-yellow); }
    .quote-band .container { width: 100%; padding-inline: .55rem; }
    .quote-wizard { width: 100%; margin-inline: 0; }
    .quote-wizard .mud-stepper, .quote-wizard .mud-stepper-content, .quote-wizard .mud-step-content, .quote-wizard .mud-stack { width: 100%; min-width: 0; max-width: 100%; }
    .quote-wizard .mud-stepper-nav { width: 100%; overflow: hidden; }
    .quote-wizard .mud-stepper-nav .mud-step { min-width: 0; flex: 0 1 auto; }
    .quote-wizard .mud-stepper-nav-connector { min-width: 0; flex: 1 1 .75rem; }
    .quote-wizard .mud-button-root { min-width: 0; }
    .wizard-card .mud-stepper-content { padding-inline: 0; }
    .wizard-card .mud-step-label-content { display: none; }
    .payment-details > div { grid-template-columns: 1fr; gap: .2rem; }
    .payment-choice-grid { grid-template-columns: 1fr; }
    .pay-band { background: var(--y-blue-2); }
    .pay-band .pay-grid { width: 100%; gap: 0; }
    .customer-card-payment-grid.is-single { grid-template-columns: 1fr; }
    .payment-checkout-panel { position: relative; top: auto; scroll-margin-top: .6rem; }
    .sumup-receipt-details div { grid-template-columns: 1fr; gap: .15rem; }
    .pay-band .payment-panel { border-right: 0; border-left: 0; border-radius: 0; }
    .pay-band .payment-panel + .payment-panel { border-top: 1px solid var(--y-yellow); }
    .registration-plate-input { grid-template-columns: 3rem minmax(0, 1fr); min-height: 4.75rem; }
    .registration-plate-country { font-size: .9rem; }
    .registration-plate-mark { width: 1.45rem; height: 1.45rem; }
    .plate-input { padding-inline: .5rem; font-size: clamp(1.8rem, 10vw, 2.8rem); letter-spacing: .045em; }
    .payment-details dd { align-items: center; }
    .team-portrait-panel figcaption { grid-template-columns: 1fr; }
    .team-portrait-label { justify-self: start; }
    .campaign-header { align-items: flex-start; flex-direction: column; }
    .campaign-header-actions { width: 100%; justify-content: space-between; }
    .campaign-header-actions > span { font-size: .75rem; }
    .campaign-footer { align-items: flex-start; flex-direction: column; }
    .mobile-cta .btn { gap: .25rem; padding-inline: .25rem; font-size: .8rem; }
    .site-footer { padding-bottom: 7rem; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
