:root {
  --cq-ink: #08263a;
  --cq-ink-soft: #315469;
  --cq-ocean: #087c8c;
  --cq-ocean-deep: #075569;
  --cq-foam: #e4f4ef;
  --cq-coral: #ef6b4d;
  --cq-sun: #f4c95d;
  --cq-sand: #f7f1e3;
  --cq-paper: #fffdf7;
  --cq-line: rgba(8, 38, 58, 0.18);
  color: var(--cq-ink);
  background: var(--cq-paper);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}
* { box-sizing: border-box; }
html, body { min-width: 320px; min-height: 100%; }
body { margin: 0; background: var(--cq-paper); }
button, input, select { font: inherit; }
a { color: var(--cq-ocean-deep); text-underline-offset: .2em; }
a:hover { color: var(--cq-coral); }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible { outline: 3px solid var(--cq-sun); outline-offset: 4px; }
[hidden] { display: none !important; }
.current-quote-shell { min-height: 100vh; }
.current-quote-header { min-height: 88px; padding: 18px clamp(18px, 4vw, 58px); border-bottom: 1px solid var(--cq-line); display: flex; align-items: center; justify-content: space-between; gap: 24px; background: rgba(255, 253, 247, 0.96); }
.current-quote-brand { display: flex; align-items: center; gap: 12px; color: var(--cq-ink); text-decoration: none; font-weight: 850; letter-spacing: .02em; }
.current-quote-brand-mark { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50% 50% 46% 54%; color: #fff; background: var(--cq-ocean-deep); font-size: .78rem; font-weight: 850; letter-spacing: .06em; transform: rotate(-5deg); }
.current-quote-brand span:last-child { display: grid; line-height: 1.1; }
.current-quote-brand strong { font-size: .96rem; }
.current-quote-brand small { margin-top: 2px; color: var(--cq-ink-soft); font: 650 9px/1.3 system-ui, sans-serif; letter-spacing: .14em; text-transform: uppercase; }
.current-quote-nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.current-quote-nav a { border: 1px solid transparent; border-radius: 999px; color: var(--cq-ink); font: 720 .8rem/1.4 system-ui, sans-serif; padding: .5rem .8rem; text-decoration: none; }
.current-quote-nav a:hover, .current-quote-nav a:focus-visible { background: var(--cq-foam); border-color: rgba(8, 124, 140, 0.26); color: var(--cq-ocean-deep); }
.current-quote-main { width: min(960px, calc(100% - 44px)); margin: 0 auto; padding: 48px 0 90px; }
.current-quote-back { font: 700 .78rem/1.4 system-ui, sans-serif; }
.current-quote-eyebrow { margin: 26px 0 10px; color: var(--cq-coral); font: 850 .72rem/1.5 system-ui, sans-serif; letter-spacing: .16em; text-transform: uppercase; }
.current-quote-main h1 { max-width: 760px; margin: 0 0 16px; font-family: ui-rounded, "Arial Rounded MT Bold", ui-sans-serif, system-ui, sans-serif; font-size: clamp(2.1rem, 5vw, 3.4rem); font-weight: 800; letter-spacing: -.03em; line-height: 1.05; }
.current-quote-main h1, .current-quote-main h2, .current-quote-form legend { overflow-wrap: anywhere; }
.current-quote-lede { max-width: 680px; margin: 0 0 28px; color: var(--cq-ink-soft); font-size: 1.06rem; line-height: 1.6; }
.current-quote-status { margin: 0 0 26px; padding: 14px 18px; border-left: 4px solid var(--cq-ocean); border-radius: .5rem; background: var(--cq-foam); color: var(--cq-ink-soft); font: 650 13px/1.5 system-ui, sans-serif; }
.current-quote-status.current-quote-status--error { border-color: var(--cq-coral); background: #fdece7; color: #7a2c1c; }
.current-quote-form { display: grid; gap: 20px; }
.current-quote-form fieldset { margin: 0; padding: 26px; border: 1px solid var(--cq-line); border-radius: 1rem; background: #fff; }
.current-quote-form legend { padding: 0 10px; color: var(--cq-ink); font-family: ui-rounded, "Arial Rounded MT Bold", ui-sans-serif, system-ui, sans-serif; font-size: 1.28rem; font-weight: 800; }
.current-quote-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 16px; margin-top: 6px; }
.current-quote-field { min-width: 0; color: var(--cq-ink); font: 720 .78rem/1.45 system-ui, sans-serif; }
.current-quote-field--wide { grid-column: 1 / -1; }
.current-quote-field small { color: var(--cq-ink-soft); font-weight: 400; }
.current-quote-field input, .current-quote-field select { display: block; width: 100%; min-width: 0; min-height: 48px; margin-top: 7px; padding: .7rem .8rem; border: 2px solid transparent; border-radius: .6rem; background: var(--cq-sand); color: var(--cq-ink); font: 400 16px/1.35 system-ui, sans-serif; }
.current-quote-field input:focus, .current-quote-field select:focus { border-color: var(--cq-sun); background: #fff; outline: none; }
.current-quote-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.current-quote-note { margin: 18px 0 0; color: var(--cq-ink-soft); font: 400 .8rem/1.55 system-ui, sans-serif; }
.current-quote-checks { margin-top: 18px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 18px; }
.current-quote-checks label { display: flex; align-items: flex-start; gap: 10px; color: var(--cq-ink-soft); font: 400 .86rem/1.5 system-ui, sans-serif; }
.current-quote-checks input { width: 18px; height: 18px; flex: 0 0 18px; margin: 2px 0 0; accent-color: var(--cq-ocean); }
.current-quote-button { min-height: 50px; padding: 0 22px; border: 0; border-radius: .9rem; display: inline-flex; align-items: center; justify-content: center; color: #22120d; background: var(--cq-coral); font: 850 .84rem/1.4 system-ui, sans-serif; text-decoration: none; cursor: pointer; justify-self: start; }
.current-quote-button:hover, .current-quote-button:focus-visible { background: #ff8266; color: #160b07; }
.current-quote-button--secondary { background: transparent; border: 2px solid var(--cq-ocean-deep); color: var(--cq-ocean-deep); }
.current-quote-button--secondary:hover { background: var(--cq-foam); color: var(--cq-ocean-deep); }
.current-quote-button:disabled { opacity: .65; cursor: wait; }
.current-quote-submit-note { margin: -7px 0 0; color: var(--cq-ink-soft); font: 400 .76rem/1.55 system-ui, sans-serif; }
.current-quote-error { padding: 14px 16px; border-left: 4px solid var(--cq-coral); border-radius: .5rem; background: #fdece7; color: #7a2c1c; font: 650 .82rem/1.5 system-ui, sans-serif; }
.current-quote-results { padding: 32px; border: 1px solid var(--cq-line); border-radius: 1rem; background: #fff; }
.current-quote-results h2 { margin: 8px 0 12px; font-family: ui-rounded, "Arial Rounded MT Bold", ui-sans-serif, system-ui, sans-serif; font-size: 2rem; font-weight: 800; }
.current-quote-results ul { list-style: none; margin: 26px 0; padding: 0; display: grid; gap: 10px; }
.current-quote-results li { padding: 18px; border-left: 4px solid var(--cq-ocean); border-radius: .5rem; background: var(--cq-foam); display: flex; justify-content: space-between; gap: 20px; }
.result-price { color: var(--cq-ink); font: 700 .84rem/1.4 system-ui, sans-serif; }
.current-quote-footer { padding: 26px clamp(18px, 4vw, 58px); border-top: 1px solid var(--cq-line); background: var(--cq-ink); color: #fff; display: grid; grid-template-columns: 1fr auto; gap: 20px; align-items: start; }
.current-quote-footer p { margin: 0; font: 400 .76rem/1.5 system-ui, sans-serif; }
.current-quote-footer nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px 18px; }
.current-quote-footer a { color: #fff; font: 650 .76rem/1.5 system-ui, sans-serif; }
@media (max-width: 720px) {
  .current-quote-header { min-height: 78px; padding: 16px; }
  .current-quote-brand-mark { width: 36px; height: 36px; }
  .current-quote-nav { max-width: 46%; gap: 4px; }
  .current-quote-nav a { font-size: .68rem; padding: .4rem .55rem; }
  .current-quote-main { width: min(100% - 32px, 960px); padding: 32px 0 60px; }
  .current-quote-grid, .current-quote-checks { grid-template-columns: minmax(0, 1fr); }
  .current-quote-field--wide { grid-column: auto; }
  .current-quote-form fieldset { padding: 20px 16px; }
  .current-quote-button--primary { width: 100%; }
  .current-quote-results { padding: 22px 18px; }
  .current-quote-results li { display: grid; }
  .current-quote-footer { grid-template-columns: minmax(0, 1fr); padding: 24px 18px; }
  .current-quote-footer nav { justify-content: flex-start; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; } }
