/* Dedicated instant estimate page */
body > .site-header{
  position:relative;
  background:#161d2e;
  color:#fff;
  border-bottom:1px solid rgba(255,255,255,.14);
}
body > .site-header .brand img{filter:invert(1)}
body > .site-header.scrolled{
  position:fixed;
  background:rgba(22,29,46,.96);
  color:#fff;
  border-color:rgba(255,255,255,.12);
  box-shadow:0 8px 30px rgba(10,14,22,.16);
}
body > .site-header.scrolled .brand img{filter:invert(1)}
body > .site-header.scrolled .header-lead-cta{color:#fff}
body > .site-header.scrolled .header-cta:hover{background:rgba(255,255,255,.08)}

.instant-quote.section-pad{
  padding-top:88px;
  padding-bottom:108px;
}
.instant-quote{
  position:relative;
  background:#f2f3ef;
  overflow:hidden;
}
.instant-quote:before{
  content:"";
  position:absolute;
  width:560px;
  height:560px;
  border-radius:50%;
  right:-230px;
  top:110px;
  background:rgba(194,235,107,.16);
  filter:blur(2px);
  pointer-events:none;
}
.instant-quote+.contact{border-top:0}

.quote-hero{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,1.12fr) minmax(320px,.68fr);
  gap:3.7vw;
  align-items:center;
  margin-bottom:32px;
}
.quote-hero-copy .section-label{
  margin-bottom:10px;
  font-size:13px;
  letter-spacing:.16em;
  color:#565d55;
}
.quote-kicker{
  margin:0 0 14px;
  font-size:13px;
  font-weight:800;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:#7f857a;
}
.quote-hero h1{
  font:700 clamp(46px,5.2vw,76px)/.96 var(--font-head);
  letter-spacing:-.05em;
  margin:0 0 16px;
  color:var(--ink);
}
.quote-hero h1 span{color:var(--coral)}
.quote-intro{
  margin:0;
  max-width:720px;
  font-size:19px;
  line-height:1.65;
  color:#5d625c;
}
.quote-meta-pills{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.quote-meta-pills-inline{margin-top:24px}
.quote-meta-pills span{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:9px 14px;
  border-radius:999px;
  border:1px solid #dfe4d8;
  background:#f7f8f4;
  font-size:12px;
  font-weight:700;
  color:#313730;
}
.quote-meta-pills span:before{
  content:"";
  width:8px;
  height:8px;
  border-radius:50%;
  background:var(--lime);
  box-shadow:0 0 0 5px rgba(200,238,114,.14);
}
.quote-meta-card{
  background:#fff;
  border:1px solid rgba(19,24,18,.08);
  border-radius:24px;
  padding:28px 28px 26px;
  box-shadow:0 20px 55px rgba(28,35,24,.05);
}
.quote-meta-card h2{
  margin:0 0 10px;
  font-size:28px;
  line-height:1.02;
  color:var(--ink);
}
.quote-meta-card p{
  margin:0;
  font-size:15px;
  line-height:1.72;
  color:#616761;
}

.quote-builder{
  display:grid;
  grid-template-columns:minmax(0,1.45fr) minmax(370px,.76fr);
  gap:28px;
  align-items:start;
}
.quote-questions,.quote-result{position:relative;z-index:1}
.quote-questions{
  background:#fff;
  border:1px solid rgba(20,24,20,.08);
  border-radius:24px;
  padding:32px;
  box-shadow:0 22px 60px rgba(28,35,24,.055);
}
.quote-step+.quote-step{
  border-top:1px solid #e8eae5;
  margin-top:32px;
  padding-top:32px;
}
.quote-step-head{
  display:flex;
  align-items:center;
  gap:14px;
  margin-bottom:20px;
}
.quote-step-head>span{
  display:grid;
  place-items:center;
  width:32px;
  height:32px;
  border-radius:50%;
  background:var(--ink);
  color:#fff;
  font-size:10px;
  font-weight:800;
}
.quote-step-head small,
.quote-step-head strong{display:block}
.quote-step-head small{
  font-size:10.5px;
  font-weight:800;
  letter-spacing:.13em;
  color:#878d84;
  margin-bottom:3px;
}
.quote-step-head strong{
  font:700 21px/1.18 var(--font-display);
  color:var(--ink);
}

.quote-category-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}
.quote-category{
  position:relative;
  display:grid;
  grid-template-columns:40px 1fr;
  grid-template-rows:auto auto;
  column-gap:12px;
  padding:16px 16px 16px 15px;
  border:1px solid #e1e4de;
  border-radius:16px;
  cursor:pointer;
  transition:.2s;
  background:#fafbf8;
}
.quote-category:hover{
  transform:translateY(-2px);
  border-color:#c9cec4;
  background:#fff;
}
.quote-category input{
  position:absolute;
  opacity:0;
  pointer-events:none;
}
.quote-category:has(input:checked){
  border-color:#b4d96a;
  background:#f3f8e8;
  box-shadow:inset 0 0 0 1px #b4d96a;
}
.quote-category:has(input:checked):after{
  content:"✓";
  position:absolute;
  right:11px;
  top:10px;
  width:18px;
  height:18px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:var(--ink);
  color:#fff;
  font-size:9px;
  font-weight:900;
}
.quote-category-icon{
  grid-row:1/3;
  display:grid;
  place-items:center;
  width:36px;
  height:36px;
  border-radius:11px;
  background:#ecefe8;
  color:#2d332c;
  font-size:16px;
  font-weight:800;
}
.quote-category:has(input:checked) .quote-category-icon{background:var(--lime)}
.quote-category b{
  font-size:15px;
  line-height:1.25;
  color:#20241f;
  padding-right:18px;
}
.quote-category small{
  margin-top:4px;
  font-size:12px;
  line-height:1.45;
  color:#70776e;
}

.quote-subsections{
  display:grid;
  gap:12px;
  margin-top:18px;
}
.quote-subsection{
  background:#fafbf8;
  border:1px solid #e3e7e0;
  border-radius:18px;
  padding:18px;
}
.quote-subsection-head{
  display:flex;
  flex-wrap:wrap;
  align-items:baseline;
  gap:10px 14px;
  margin-bottom:14px;
}
.quote-subsection-head b{
  font-size:15px;
  color:#232823;
}
.quote-subsection-head small{
  font-size:11px;
  letter-spacing:.1em;
  text-transform:uppercase;
  font-weight:800;
  color:#8a9088;
}
.quote-option-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
}
.quote-option{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,1fr) 32px;
  align-items:center;
  border:1px solid #d9ddd5;
  background:#fff;
  border-radius:999px;
  min-height:46px;
  transition:.2s;
}
.quote-option:hover{border-color:#c6cdc0}
.quote-option:has(input:checked){background:#151918;border-color:#151918}
.quote-chip{
  position:relative;
  display:flex;
  min-width:0;
  cursor:pointer;
}
.quote-chip input{position:absolute;opacity:0;pointer-events:none}
.quote-chip span{
  display:flex;
  align-items:center;
  min-height:44px;
  width:100%;
  padding:10px 8px 10px 14px;
  font-size:13px;
  line-height:1.35;
  font-weight:700;
  color:#2a2f29;
}
.quote-option:has(input:checked) .quote-chip span{color:#fff}
.quote-chip-info{
  width:24px;
  height:24px;
  border:1px solid #d6dcd1;
  border-radius:50%;
  background:#f4f6f1;
  color:#475044;
  font:700 12px/1 var(--font-body);
  margin-right:7px;
  cursor:pointer;
  transition:.2s;
}
.quote-option:has(input:checked) .quote-chip-info{
  background:#202624;
  border-color:#38413d;
  color:#cfe89a;
}
.quote-chip-info:hover{transform:translateY(-1px)}
.quote-subsection-tip{
  margin-top:12px;
  padding:14px 15px 15px;
  border:1px solid #dfe5d6;
  background:#f2f7e6;
  border-radius:14px;
}
.quote-subsection-tip-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  margin-bottom:6px;
}
.quote-subsection-tip-head strong{
  font-size:14px;
  color:#1d231d;
}
.quote-subsection-tip p{
  margin:0;
  font-size:13px;
  line-height:1.6;
  color:#4e564e;
}
.quote-tip-close{
  width:26px;
  height:26px;
  border-radius:50%;
  border:1px solid #cfd8c2;
  background:#fff;
  color:#4a5348;
  font-size:16px;
  line-height:1;
  cursor:pointer;
}

.quote-select-row{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}
.quote-select-row label>span{
  display:block;
  margin:0 0 8px;
  font-size:11px;
  font-weight:800;
  letter-spacing:.09em;
  text-transform:uppercase;
  color:#858b82;
}
.quote-select-row select{
  width:100%;
  appearance:none;
  border:1px solid #dfe3dc;
  border-radius:12px;
  background:#fafbf8 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='m1 1 5 5 5-5' fill='none' stroke='%23586055' stroke-width='1.5'/%3E%3C/svg%3E") no-repeat right 13px center;
  padding:14px 38px 14px 14px;
  font:700 13px var(--font-body);
  color:#2c312b;
}

.quote-scope-options{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
}
.quote-scope-options label{position:relative;cursor:pointer}
.quote-scope-options input{position:absolute;opacity:0}
.quote-scope-options label>span{
  display:block;
  height:100%;
  border:1px solid #dfe3dc;
  border-radius:14px;
  padding:16px 15px;
  background:#fafbf8;
}
.quote-scope-options b,
.quote-scope-options small{display:block}
.quote-scope-options b{
  font-size:14px;
  line-height:1.35;
  color:#272c26;
  margin-bottom:5px;
}
.quote-scope-options small{
  font-size:12px;
  line-height:1.5;
  color:#6e756c;
}
.quote-scope-options label:has(input:checked)>span{
  background:#151918;
  border-color:#151918;
}
.quote-scope-options label:has(input:checked) b{color:#fff}
.quote-scope-options label:has(input:checked) small{color:#aeb5ab}

.quote-result{
  position:sticky;
  top:104px;
  border-radius:24px;
  background:#111716;
  color:#fff;
  padding:28px;
  box-shadow:0 28px 65px rgba(18,24,17,.2);
  overflow:hidden;
}
.quote-result:before{
  content:"";
  position:absolute;
  width:300px;
  height:300px;
  border-radius:50%;
  right:-150px;
  top:-110px;
  background:rgba(195,236,105,.18);
  filter:blur(4px);
}
.quote-result-top{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:10px;
  position:relative;
  z-index:1;
}
.quote-result-top>small{
  font-size:11px;
  color:#9ca49d;
}
.quote-live{
  display:inline-flex;
  align-items:center;
  gap:7px;
  font-size:10px;
  font-weight:900;
  letter-spacing:.13em;
  color:#c8ec78;
}
.quote-live i{
  width:7px;
  height:7px;
  border-radius:50%;
  background:#c8ec78;
  box-shadow:0 0 0 5px rgba(200,236,120,.1);
  animation:quotePulse 1.8s infinite;
}
@keyframes quotePulse{50%{box-shadow:0 0 0 9px rgba(200,236,120,0)}}
.quote-empty{
  position:relative;
  z-index:1;
  padding:40px 2px 34px;
}
.quote-mark{
  position:relative;
  display:grid;
  place-items:center;
  width:48px;
  height:48px;
  border-radius:14px;
  background:#c8ec78;
  color:#111716;
  font:800 26px/1 var(--font-display);
  margin-bottom:20px;
}
.quote-mark i{
  position:absolute;
  width:7px;
  height:7px;
  background:#ef7c68;
  border-radius:50%;
  right:7px;
  bottom:8px;
}
.quote-empty strong{
  display:block;
  font:700 28px/1.1 var(--font-display);
  letter-spacing:-.03em;
}
.quote-empty p{
  font-size:14px;
  line-height:1.65;
  color:#9fa79f;
  max-width:320px;
}
.quote-output{
  position:relative;
  z-index:1;
  padding:30px 0 12px;
}
.quote-output-label{
  font-size:10px;
  font-weight:900;
  letter-spacing:.14em;
  color:#a1a9a2;
}
.quote-output h3{
  font:700 28px/1.08 var(--font-display);
  letter-spacing:-.03em;
  margin:8px 0 10px;
}
.quote-output-summary{
  margin:0 0 18px;
  font-size:13px;
  line-height:1.6;
  color:#9aa39b;
}
.quote-price-block{
  display:grid;
  grid-template-columns:1fr 1fr;
  border:1px solid rgba(255,255,255,.1);
  border-radius:14px;
  overflow:hidden;
  margin-bottom:16px;
}
.quote-price-block>div{padding:16px 14px}
.quote-price-block>div+div{border-left:1px solid rgba(255,255,255,.1)}
.quote-price-block span,
.quote-price-block strong{display:block}
.quote-price-block span{
  font-size:10px;
  color:#909992;
  margin-bottom:6px;
  text-transform:uppercase;
  letter-spacing:.09em;
}
.quote-price-block strong{
  font:700 22px/1 var(--font-display);
  color:#c8ec78;
  letter-spacing:-.03em;
}
.quote-bespoke-note{
  display:flex;
  gap:10px;
  padding:13px;
  border-radius:12px;
  background:rgba(200,236,120,.08);
  margin:0 0 18px;
}
.quote-bespoke-note span{color:#c8ec78}
.quote-bespoke-note p{
  margin:0;
  font-size:12px;
  line-height:1.55;
  color:#c1c8c1;
}
.quote-includes{
  padding:16px 0 18px;
  border-top:1px solid rgba(255,255,255,.09);
}
.quote-includes>small{
  font-size:10px;
  letter-spacing:.13em;
  font-weight:900;
  color:#8e9890;
}
.quote-includes ul{
  list-style:none;
  margin:12px 0 0;
  padding:0;
  display:grid;
  gap:10px;
}
.quote-includes li{
  display:grid;
  grid-template-columns:16px 1fr;
  gap:8px;
  align-items:start;
}
.quote-includes li:before{
  content:"✓";
  display:grid;
  place-items:center;
  width:16px;
  height:16px;
  margin-top:3px;
  border-radius:50%;
  background:#c8ec78;
  color:#131714;
  font-size:8px;
  font-weight:900;
}
.quote-include-line b,
.quote-include-line small{display:block}
.quote-include-line b{
  font-size:13px;
  line-height:1.42;
  color:#dce1dc;
  margin-bottom:3px;
}
.quote-include-line small{
  font-size:11px;
  line-height:1.55;
  color:#9fa79f;
}
.quote-selection-note{
  margin:12px 0 0;
  font-size:11px;
  line-height:1.55;
  color:#8f9890;
}
.quote-result-cta{
  width:100%;
  justify-content:space-between;
  box-sizing:border-box;
  margin-top:2px;
}
.quote-reset{
  display:block;
  margin:12px auto 0;
  border:0;
  background:none;
  color:#a1aaa2;
  font:700 11px var(--font-body);
  text-decoration:underline;
  text-underline-offset:3px;
  cursor:pointer;
}
.quote-assurance{
  position:relative;
  z-index:1;
  border-top:1px solid rgba(255,255,255,.09);
  padding-top:18px;
  margin-top:20px;
  display:grid;
  grid-template-columns:24px 1fr;
  gap:12px 10px;
}
.quote-assurance>span{
  font-size:10px;
  font-weight:800;
  color:#c8ec78;
  padding-top:2px;
}
.quote-assurance p{
  margin:0;
  font-size:13px;
  line-height:1.62;
  color:#a0a89f;
}
.quote-assurance b{color:#dde3dc}

@media(max-width:1080px){
  .quote-hero{grid-template-columns:1fr;gap:22px}
  .quote-builder{grid-template-columns:1fr}
  .quote-result{position:relative;top:auto}
}
@media(max-width:860px){
  .quote-option-grid,
  .quote-scope-options{grid-template-columns:1fr}
}
@media(max-width:760px){
  .instant-quote.section-pad{padding-top:72px;padding-bottom:82px}
  .quote-hero{margin-bottom:28px}
  .quote-intro{font-size:17px}
  .quote-meta-card h2{font-size:24px}
  .quote-questions{padding:22px;border-radius:18px}
  .quote-category-grid,
  .quote-select-row{grid-template-columns:1fr}
  .quote-result{padding:22px;border-radius:18px}
  .quote-price-block{grid-template-columns:1fr}
  .quote-price-block>div+div{border-left:0;border-top:1px solid rgba(255,255,255,.1)}
}
@media(max-width:620px){
  .quote-hero h1{font-size:40px}
  .quote-kicker,.quote-hero-copy .section-label{font-size:11px}
  .quote-meta-card{padding:20px}
  .quote-step-head strong{font-size:18px}
  .quote-category{grid-template-columns:36px 1fr;padding:14px}
  .quote-category b{font-size:14px}
  .quote-category small{font-size:11px}
  .quote-option{grid-template-columns:minmax(0,1fr) 30px}
  .quote-chip span{font-size:12px;padding-right:6px}
}

/* Final polish pass: hero balance, product breakdown and feature details */
.quote-hero{
  grid-template-columns:minmax(0,1.18fr) minmax(330px,.62fr);
  gap:3vw;
  margin-bottom:28px;
}
.quote-hero-copy{
  max-width:820px;
}
.quote-hero-copy .section-label{
  margin-bottom:8px;
  font-size:14px;
  letter-spacing:.17em;
  font-weight:800;
  color:#434a43;
}
.quote-kicker{
  margin-bottom:12px;
  font-size:13px;
  color:#72796f;
}
.quote-hero h1{
  max-width:780px;
  margin-bottom:14px;
}
.quote-intro{
  max-width:700px;
}
.quote-meta-pills-inline{
  margin-top:20px;
}
.quote-meta-card{
  padding:26px 27px 25px;
  border-radius:22px;
  align-self:center;
}
.quote-meta-eyebrow{
  display:block;
  margin-bottom:10px;
  font-size:10px;
  line-height:1;
  letter-spacing:.14em;
  font-weight:900;
  color:#81887e;
}
.quote-meta-card h2{
  max-width:330px;
  font-size:26px;
  line-height:1.08;
  margin-bottom:11px;
}

.quote-option{
  overflow:visible;
}
.quote-chip-info{
  position:relative;
  width:25px;
  height:25px;
  border-color:#ced5ca;
  background:#f7f9f4;
  color:#3e493c;
  font-size:12px;
  box-shadow:0 1px 0 rgba(20,28,19,.03);
}
.quote-chip-info:after{
  content:"Details";
  position:absolute;
  right:-8px;
  bottom:34px;
  padding:6px 8px;
  border-radius:7px;
  background:#111716;
  color:#fff;
  font:700 10px/1 var(--font-body);
  white-space:nowrap;
  opacity:0;
  transform:translateY(3px);
  pointer-events:none;
  transition:.18s;
  box-shadow:0 8px 20px rgba(0,0,0,.15);
  z-index:4;
}
.quote-chip-info:hover:after,
.quote-chip-info:focus-visible:after{
  opacity:1;
  transform:none;
}
.quote-subsection-tip{
  position:relative;
  margin-top:14px;
  padding:16px 17px 16px 18px;
  border:1px solid #d9e3c9;
  background:linear-gradient(135deg,#f5f9ea,#eef5df);
  border-radius:15px;
  box-shadow:0 10px 24px rgba(37,48,31,.045);
}
.quote-subsection-tip:before{
  content:"";
  position:absolute;
  top:-7px;
  left:28px;
  width:12px;
  height:12px;
  background:#f4f8e9;
  border-left:1px solid #d9e3c9;
  border-top:1px solid #d9e3c9;
  transform:rotate(45deg);
}
.quote-subsection-tip-head strong{
  font-size:15px;
}
.quote-subsection-tip p{
  max-width:760px;
  font-size:13px;
  line-height:1.65;
}
.quote-tip-close{
  border-color:#c8d4ba;
  transition:.18s;
}
.quote-tip-close:hover{
  background:#111716;
  border-color:#111716;
  color:#fff;
}

.quote-includes{
  padding-top:18px;
}
.quote-includes>small{
  font-size:10.5px;
  color:#a5aea6;
}
.quote-includes ul{
  gap:9px;
  margin-top:13px;
}
.quote-includes li{
  grid-template-columns:17px minmax(0,1fr);
  gap:9px;
  padding:10px 11px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:12px;
  background:rgba(255,255,255,.025);
}
.quote-includes li:before{
  margin-top:2px;
}
.quote-include-line{
  min-width:0;
}
.quote-include-line b{
  font-size:13px;
  line-height:1.4;
  margin-bottom:8px;
  color:#f1f4f1;
}
.quote-include-costs{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:7px;
}
.quote-include-costs span{
  display:block;
  min-width:0;
  padding:7px 8px 8px;
  border-radius:9px;
  background:rgba(200,236,120,.055);
  color:#c8ec78;
  font-size:11.5px;
  line-height:1.25;
  font-weight:700;
}
.quote-include-costs em{
  display:block;
  margin-bottom:3px;
  color:#8f9990;
  font-style:normal;
  font-size:8.5px;
  line-height:1;
  letter-spacing:.08em;
  text-transform:uppercase;
  font-weight:800;
}
.quote-selection-note{
  margin-top:13px;
  padding:10px 11px;
  border-radius:10px;
  background:rgba(255,255,255,.03);
  font-size:11px;
  color:#98a299;
}
.quote-assurance p{
  font-size:13px;
}

@media(max-width:1080px){
  .quote-hero{grid-template-columns:1fr;gap:18px}
  .quote-meta-card{max-width:720px}
}
@media(max-width:620px){
  .quote-hero-copy .section-label{font-size:12px}
  .quote-include-costs{grid-template-columns:1fr}
  .quote-chip-info:after{display:none}
}

/* Right-hand reassurance card refinement */
.quote-meta-reassurance{
  position:relative;
  overflow:hidden;
  padding:24px 24px 22px;
  background:linear-gradient(180deg,#ffffff 0%,#fcfcfa 100%);
  border:1px solid rgba(19,24,18,.07);
  box-shadow:0 16px 42px rgba(28,35,24,.06);
}
.quote-meta-reassurance:before{
  content:"";
  position:absolute;
  width:170px;
  height:170px;
  right:-75px;
  bottom:-78px;
  border-radius:50%;
  background:rgba(200,236,120,.16);
  filter:blur(1px);
  pointer-events:none;
}
.quote-meta-reassurance .quote-meta-eyebrow{
  display:block;
  margin-bottom:14px;
  font-size:11px;
  line-height:1;
  letter-spacing:.14em;
  text-transform:uppercase;
  font-weight:900;
  color:#737a71;
}
.quote-meta-list{
  display:grid;
  gap:12px;
}
.quote-meta-item{
  display:grid;
  grid-template-columns:18px minmax(0,1fr);
  gap:12px;
  align-items:start;
  padding:12px 13px;
  border-radius:16px;
  background:#f8f9f5;
  border:1px solid #e6eadf;
}
.quote-meta-dot{
  width:10px;
  height:10px;
  border-radius:50%;
  background:var(--lime);
  margin-top:6px;
  box-shadow:0 0 0 6px rgba(200,236,120,.18);
}
.quote-meta-item strong{
  display:block;
  margin-bottom:3px;
  font-size:15px;
  line-height:1.25;
  color:#20251f;
}
.quote-meta-item p{
  margin:0;
  font-size:13px;
  line-height:1.55;
  color:#636a62;
}
.quote-meta-footnote{
  margin:14px 0 0;
  padding-top:14px;
  border-top:1px solid #ecefe7;
  font-size:13px;
  line-height:1.65;
  color:#5f665e;
}

@media(max-width:760px){
  .quote-meta-reassurance{padding:20px}
  .quote-meta-item{padding:11px 12px}
}

/* Premium variation for right-hand reassurance banner */
.quote-meta-premium{
  padding:0;
  background:linear-gradient(180deg,#ffffff 0%,#fbfcf8 100%);
  border-color:#e5eadf;
  box-shadow:0 24px 55px rgba(24,31,20,.08);
}
.quote-meta-premium:after{
  content:"";
  position:absolute;
  inset:0 auto auto 0;
  width:100%;
  height:6px;
  background:linear-gradient(90deg,var(--coral), #ffc3a7 35%, var(--lime) 100%);
}
.quote-meta-head{
  position:relative;
  z-index:1;
  padding:24px 24px 12px;
}
.quote-meta-badge{
  display:inline-flex;
  align-items:center;
  gap:7px;
  margin-bottom:12px;
  padding:7px 11px;
  border-radius:999px;
  background:#111716;
  color:#fff;
  font-size:11px;
  line-height:1;
  font-weight:800;
  letter-spacing:.04em;
}
.quote-meta-badge i{
  display:grid;
  place-items:center;
  width:16px;
  height:16px;
  border-radius:50%;
  background:var(--coral);
  color:#fff;
  font-style:normal;
  font-size:10px;
}
.quote-meta-premium .quote-meta-eyebrow{
  margin-bottom:10px;
  color:#788076;
}
.quote-meta-premium h2{
  margin:0;
  max-width:320px;
  font:700 29px/1.02 var(--font-display);
  letter-spacing:-.04em;
  color:#121814;
}
.quote-meta-premium .quote-meta-list{
  gap:10px;
  padding:0 24px;
}
.quote-meta-premium .quote-meta-item{
  position:relative;
  grid-template-columns:34px minmax(0,1fr);
  gap:13px;
  padding:14px 14px;
  background:rgba(249,250,246,.95);
  border-color:#e7ece1;
  box-shadow:0 1px 0 rgba(255,255,255,.85) inset;
}
.quote-meta-premium .quote-meta-item:after{
  content:"";
  position:absolute;
  inset:0;
  border-radius:16px;
  box-shadow:0 12px 22px rgba(24,31,20,.03);
  pointer-events:none;
}
.quote-meta-icon{
  display:grid;
  place-items:center;
  width:34px;
  height:34px;
  margin-top:0;
  border-radius:12px;
  background:#121814;
  color:var(--lime);
  font-size:10px;
  line-height:1;
  font-weight:900;
  letter-spacing:.04em;
  box-shadow:none;
}
.quote-meta-premium .quote-meta-item strong{
  margin-bottom:4px;
  font-size:15px;
}
.quote-meta-premium .quote-meta-item p{
  font-size:13px;
  line-height:1.58;
}
.quote-meta-premium .quote-meta-footnote{
  margin:14px 24px 24px;
  padding:13px 14px;
  border:1px solid #ebeee8;
  border-radius:14px;
  background:#f5f7f2;
  color:#5c635c;
}

@media(max-width:760px){
  .quote-meta-head{padding:20px 20px 10px}
  .quote-meta-premium h2{font-size:26px}
  .quote-meta-premium .quote-meta-list{padding:0 20px}
  .quote-meta-premium .quote-meta-footnote{margin:14px 20px 20px}
}

/* Restored left reassurance pills and polished package banner */
.quote-kicker{display:none}
.quote-hero-copy .quote-meta-pills-inline{
  margin-top:24px;
}
.quote-meta-package{
  position:relative;
  overflow:hidden;
  padding:26px 28px 24px;
  background:linear-gradient(180deg,#ffffff 0%,#fbfbf9 100%);
  border:1px solid rgba(19,24,18,.08);
  border-radius:24px;
  box-shadow:0 20px 52px rgba(28,35,24,.06);
}
.quote-meta-package:before{
  content:"";
  position:absolute;
  right:-36px;
  top:-44px;
  width:150px;
  height:150px;
  border-radius:50%;
  background:rgba(200,236,120,.18);
  filter:blur(1px);
}
.quote-meta-package:after{
  content:"";
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  width:6px;
  background:linear-gradient(180deg,var(--coral) 0%, #f7a88f 38%, var(--lime) 100%);
}
.quote-meta-package-kicker{
  position:relative;
  z-index:1;
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-bottom:14px;
  padding:8px 12px;
  border-radius:999px;
  background:#f5f7f2;
  border:1px solid #e6eadf;
  color:#616960;
  font-size:11px;
  line-height:1;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.quote-meta-package-kicker:before{
  content:"";
  width:8px;
  height:8px;
  border-radius:50%;
  background:var(--lime);
  box-shadow:0 0 0 5px rgba(200,236,120,.14);
}
.quote-meta-package h2{
  position:relative;
  z-index:1;
  margin:0 0 12px;
  max-width:320px;
  font:700 33px/0.98 var(--font-display);
  letter-spacing:-.05em;
  color:#111716;
}
.quote-meta-package p{
  position:relative;
  z-index:1;
  margin:0;
  max-width:420px;
  font-size:15px;
  line-height:1.72;
  color:#5d655d;
}
.quote-meta-package-tags{
  position:relative;
  z-index:1;
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  margin-top:18px;
}
.quote-meta-package-tags span{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:8px 12px;
  border-radius:999px;
  background:#111716;
  color:#fff;
  font-size:12px;
  line-height:1;
  font-weight:700;
}

@media(max-width:760px){
  .quote-meta-package{padding:22px 22px 20px}
  .quote-meta-package h2{font-size:28px;max-width:100%}
}

/* Minimal variation for right-hand package banner */
.quote-meta-package{
  padding:24px 24px 22px;
  background:#fff;
  border:1px solid #e8ebe5;
  box-shadow:0 10px 28px rgba(28,35,24,.04);
}
.quote-meta-package:before,
.quote-meta-package:after{
  display:none;
}
.quote-meta-package-kicker{
  padding:0;
  margin-bottom:10px;
  background:none;
  border:0;
  border-radius:0;
  color:#848b83;
  font-size:10px;
  letter-spacing:.14em;
}
.quote-meta-package-kicker:before{
  display:none;
}
.quote-meta-package h2{
  margin-bottom:10px;
  max-width:300px;
  font-size:30px;
  line-height:1;
  letter-spacing:-.045em;
}
.quote-meta-package p{
  max-width:360px;
  font-size:15px;
  line-height:1.68;
  color:#626962;
}
.quote-meta-package-tags{
  gap:8px;
  margin-top:16px;
}
.quote-meta-package-tags span{
  min-height:30px;
  padding:6px 10px;
  background:#f7f8f5;
  color:#5f675f;
  border:1px solid #e5e8e1;
  font-size:11px;
  font-weight:700;
}

@media(max-width:760px){
  .quote-meta-package{
    padding:20px 20px 18px;
    box-shadow:0 8px 22px rgba(28,35,24,.04);
  }
  .quote-meta-package h2{font-size:26px}
}
