/* V2: the same full-width application navigation on every journey. */
:root{--ink:#202522;--green:#173b32;--muted:#5b6964;--line:#dde3dd;--soft:#eef3ee;--orange:#b94c1d}
body{background:#f5f4f0;color:#202522}
.hero{background:linear-gradient(120deg,#101f1d,#173b32 65%,#204d3e);color:white}
.service-symbol,.result-vehicle-icon{background:#f8ede4;color:var(--orange)}
.primary{background:#202522;border-color:#202522;color:white}
.quote-hero{background:linear-gradient(120deg,#101f1d,#173b32 65%,#204d3e)}
.bottom-nav [aria-current=page]{background:#eef3ee;color:#173b32}
body{padding-bottom:calc(92px + env(safe-area-inset-bottom))}
.bottom-nav{position:fixed;inset:auto 0 0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:4px;padding:8px 12px calc(8px + env(safe-area-inset-bottom));background:#fff;border-top:1px solid #cedbd2;box-shadow:0 -4px 20px #163e3406;z-index:10}
.bottom-nav a,.bottom-nav button{display:flex;align-items:center;justify-content:center;max-width:none;min-width:0;min-height:52px;padding:10px 8px;border:0;border-radius:8px;text-decoration:none;background:transparent;color:#52665d;font:500 14px/1.3 system-ui,-apple-system,sans-serif;cursor:pointer}
.bottom-nav [aria-current=page]{background:#edf4ef;color:#163e34;font-weight:650}
.bottom-nav :focus-visible{outline:3px solid #ad531a;outline-offset:-3px}
.app-version{font-size:11px;font-weight:600;color:#52665d;border:1px solid #cedbd2;border-radius:5px;padding:2px 6px;margin-left:8px;white-space:nowrap}
.review-actions{bottom:calc(76px + env(safe-area-inset-bottom))}
.result-vehicle-icon{display:flex;align-items:center;justify-content:center;width:76px;height:64px;background:#f8ede4;color:#b94c1d;border-radius:12px;margin-bottom:18px}
.result-vehicle-icon svg{width:64px;height:48px}
.duty-estimates{margin-top:24px}.duty-estimates p{background:white;border:1px solid #cedbd2;border-radius:10px;padding:18px}
@media(max-width:480px){.bottom-nav{gap:2px;padding-left:6px;padding-right:6px}.bottom-nav a,.bottom-nav button{font-size:13px;padding-inline:4px;white-space:nowrap}}
