:root{--ink:#14181d;--mut:#5d6673;--line:#dfe4ea;--bg:#f7f8fa;--acc:#0b5cab;--ok:#1c7c48;--bad:#a32020}
*{box-sizing:border-box}
body{margin:0;background:var(--bg);color:var(--ink);font:16px/1.55 -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif}
.wrap{max-width:1080px;margin:0 auto;padding:0 20px}
header.site{background:#fff;border-bottom:1px solid var(--line)}
header.site .wrap{display:flex;align-items:center;justify-content:space-between;padding:14px 20px}
.brand{font-weight:700;font-size:1.15rem;color:var(--ink);text-decoration:none}
.tel{font-weight:600;color:var(--acc);text-decoration:none}
main.wrap{padding:26px 20px 50px}
h1{font-size:1.7rem;line-height:1.25;margin:.2em 0 .5em}
h2{font-size:1.2rem;margin:1.8em 0 .6em}
.lede{font-size:1.05rem;color:var(--mut);max-width:62ch}
.stamp{color:var(--mut);font-size:.85rem}
.crumbs{font-size:.87rem;color:var(--mut);margin-bottom:.6em}
.crumbs a{color:var(--acc);text-decoration:none}
.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:12px;margin-top:18px}
.card{display:flex;flex-direction:column;gap:3px;background:#fff;border:1px solid var(--line);border-radius:8px;padding:14px;text-decoration:none;color:var(--ink)}
.card:hover{border-color:var(--acc)}
.card-title{font-weight:650}
.card-meta{color:var(--mut);font-size:.88rem}
.card-price{color:var(--ok);font-weight:650;font-size:.95rem}
.chips{display:flex;flex-wrap:wrap;gap:7px;margin:14px 0 20px}
.chip{background:#fff;border:1px solid var(--line);border-radius:999px;padding:5px 12px;font-size:.87rem;text-decoration:none;color:var(--ink)}
.chip em{color:var(--mut);font-style:normal;margin-left:4px}
.chip:hover{border-color:var(--acc)}
.tbl{width:100%;border-collapse:collapse;background:#fff;border:1px solid var(--line);border-radius:8px;overflow:hidden}
.tbl th,.tbl td{padding:10px 12px;border-bottom:1px solid var(--line);text-align:left;font-size:.93rem}
.tbl th{background:#eef1f5;font-size:.78rem;letter-spacing:.04em;text-transform:uppercase;color:var(--mut)}
.tbl tr:last-child td{border-bottom:0}
.tbl .r{text-align:right}
.price{font-weight:650;color:var(--ok);white-space:nowrap}
.btn{display:inline-block;background:#fff;border:1px solid var(--acc);color:var(--acc);border-radius:6px;padding:6px 13px;font-size:.88rem;font-weight:600;text-decoration:none;cursor:pointer}
.btn.primary{background:var(--acc);color:#fff;padding:11px 20px;font-size:1rem;border:0}
.hero{display:flex;flex-wrap:wrap;gap:18px;align-items:stretch;background:#fff;border:1px solid var(--line);border-radius:8px;padding:18px;margin:16px 0}
.hero-price{display:flex;flex-direction:column;gap:2px}
.hero-label{font-size:.76rem;text-transform:uppercase;letter-spacing:.05em;color:var(--mut)}
.hero-num{font-size:1.9rem;font-weight:700;color:var(--ok)}
.hero-note{font-size:.83rem;color:var(--mut)}
.hero-stats{display:flex;gap:26px;margin-left:auto}
.hero-stats div{display:flex;flex-direction:column;text-align:right}
.hero-stats strong{font-size:1.35rem}
.hero-stats span{font-size:.8rem;color:var(--mut)}
form.quote{background:#fff;border:1px solid var(--line);border-radius:8px;padding:18px;max-width:none}
form.quote label{display:block;font-size:.86rem;font-weight:600;margin-bottom:12px}
form.quote .opt{font-weight:400;color:var(--mut)}
form.quote input,form.quote textarea{display:block;width:100%;margin-top:4px;padding:9px 10px;border:1px solid var(--line);border-radius:6px;font:inherit;font-size:.95rem;font-weight:400}
form.quote input:focus,form.quote textarea:focus{outline:2px solid var(--acc);outline-offset:0;border-color:var(--acc)}
form.quote .row{display:flex;gap:14px}
form.quote .row label{flex:1}
.hp{position:absolute;left:-9999px;height:0;overflow:hidden}
.notice{background:#fff;border:1px solid var(--line);border-left:4px solid var(--ok);border-radius:8px;padding:20px;max-width:640px}
.notice.bad{border-left-color:var(--bad)}
footer.site{background:#fff;border-top:1px solid var(--line);margin-top:30px;padding:18px 0;color:var(--mut);font-size:.85rem}
@media(max-width:620px){
  form.quote .row{flex-direction:column;gap:0}
  .hero-stats{margin-left:0}
  h1{font-size:1.35rem}
  .tbl th:nth-child(2),.tbl td:nth-child(2){display:none}
}

/* --- price tiers + colour swatches ------------------------------------- */
.lede-sm{color:var(--mut);font-size:.92rem;max-width:60ch;margin:.2em 0 1em}
.swatches{display:flex;flex-wrap:wrap;gap:8px;margin:10px 0 4px}
.swatch{display:inline-flex;align-items:center;gap:6px;background:#fff;border:1px solid var(--line);
  border-radius:999px;padding:4px 11px 4px 5px;font-size:.82rem;white-space:nowrap}
.swatch i{width:17px;height:17px;border-radius:50%;border:1px solid rgba(0,0,0,.22);display:inline-block}
.swatch.sm{padding:0;border:0;background:none;margin-right:3px}
.swatch.sm i{width:19px;height:19px}
.tbl td.big{font-size:1.06rem}
.tbl tr.best td{background:#f2f9f4}
.tag{display:inline-block;margin-left:7px;background:var(--ok);color:#fff;border-radius:4px;
  padding:1px 7px;font-size:.68rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase;vertical-align:2px}
.muted{color:var(--mut);font-size:.86rem}
@media(max-width:620px){
  .tbl th:nth-child(4),.tbl td:nth-child(4){display:none}
}
/* ---------------------------------------------------------------------
   SMS consent checkbox (A2P 10DLC)
   APPEND these rules to the end of assets/style.css. Do not replace the
   file - this is an addition only.

   The generic "form.quote input{display:block;width:100%}" rule on line 46
   would otherwise stretch the checkbox to the full width of the form, so
   the width and display are reset here explicitly.
   --------------------------------------------------------------------- */

form.quote .consent{
  margin:4px 0 16px;
  padding:12px 14px;
  background:#f7f9fa;
  border:1px solid var(--line);
  border-radius:6px;
}

form.quote .consent label.consent-line{
  display:flex;
  align-items:flex-start;
  gap:10px;
  font-size:.82rem;
  font-weight:400;
  line-height:1.5;
  margin-bottom:0;
}

form.quote .consent input[type="checkbox"]{
  display:inline-block;
  width:auto;
  min-width:16px;
  height:16px;
  margin:3px 0 0;
  padding:0;
  flex:0 0 auto;
}

form.quote .consent a{
  text-decoration:underline;
}
/* ---------------------------------------------------------------------
   SMS consent checkbox (A2P 10DLC)
   APPEND these rules to the end of assets/style.css. Do not replace the
   file - this is an addition only.

   The generic "form.quote input{display:block;width:100%}" rule on line 46
   would otherwise stretch the checkbox to the full width of the form, so
   the width and display are reset here explicitly.
   --------------------------------------------------------------------- */

form.quote .consent{
  margin:4px 0 16px;
  padding:12px 14px;
  background:#f7f9fa;
  border:1px solid var(--line);
  border-radius:6px;
}

form.quote .consent label.consent-line{
  display:flex;
  align-items:flex-start;
  gap:10px;
  font-size:.82rem;
  font-weight:400;
  line-height:1.5;
  margin-bottom:0;
}

form.quote .consent input[type="checkbox"]{
  display:inline-block;
  width:auto;
  min-width:16px;
  height:16px;
  margin:3px 0 0;
  padding:0;
  flex:0 0 auto;
}

form.quote .consent a{
  text-decoration:underline;
}

/* --- required-field markers ------------------------------------------- */

form.quote .req{
  color:var(--bad);
  font-weight:700;
  margin-left:1px;
}

.reqnote{
  color:var(--mut);
  font-size:.85rem;
  margin:-.4em 0 1em;
}

.reqnote .req{
  color:var(--bad);
  font-weight:700;
}
