.qb-wrap { display:grid; grid-template-columns: minmax(0,1fr) 360px; gap: 32px; align-items:start; }
@media (max-width: 980px) { .qb-wrap { grid-template-columns: 1fr; } }
.qb-cat { background:#fff; border:1px solid #ececec; border-radius:16px; padding:26px 28px; margin-bottom:20px; box-shadow:0 2px 12px rgba(15,17,20,.04); }
.qb-cat-head { display:flex; align-items:center; gap:14px; margin-bottom:14px; padding-bottom:14px; border-bottom:1px solid #f3f0e8; }
.qb-cat-icon { flex:0 0 44px; width:44px; height:44px; border-radius:11px; background:linear-gradient(135deg,#fde7e9,#fff); display:flex; align-items:center; justify-content:center; color:var(--red-500); }
.qb-cat-icon svg { width:24px; height:24px; }
.qb-cat-head h3 { margin:0; font-size:1.25rem; font-weight:800; }
.qb-cat-head p { margin:2px 0 0; font-size:.85rem; color:var(--ink-500); }
.qb-row { display:grid; grid-template-columns: minmax(0,1fr) auto 92px; gap:18px; align-items:center; padding:16px 4px; border-bottom:1px dashed #f1ece2; }
.qb-row:last-child { border-bottom:none; }

.qb-row-label, .qblabelprice h3 { font-weight:700; font-size:1.02rem; color:var(--ink-900); line-height:1.25; margin: 0;}
.qb-row-price, .qblabelprice p { display:inline-block; font-size:.78rem; color:var(--ink-500); margin-top:6px; background:#faf7f2; padding:3px 10px; border-radius:999px; font-weight:600; letter-spacing:.01em; }

.qb-stepper { display:inline-flex; align-items:center; background:#faf7f2; border:1px solid #e8e3d6; border-radius:999px; padding:3px; }
.qb-stepper button { 
    width: 34px;
    height: 34px;
    border: none;
    background: transparent !important;
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--ink-700) !important;
    border-radius: 999px;
    cursor: pointer;
    transition: all .15s;
    line-height: 1;
    padding: inherit;    
}
.qb-stepper button:hover:not(:disabled) { background:var(--red-500); color:#fff; }
.qb-stepper button:disabled { opacity:.3; cursor:not-allowed; }
.qb-stepper input { width:42px; text-align:center; border:none; background:transparent; font-weight:800; font-size:1.05rem; font-family:inherit; color:var(--ink-900); -moz-appearance:textfield; }
.qb-stepper input::-webkit-outer-spin-button, .qb-stepper input::-webkit-inner-spin-button { -webkit-appearance:none; margin:0; }
.qb-row-sub { min-width:78px; text-align:right; font-weight:700; color:var(--ink-900); font-size:1rem; }
.qb-row-sub.zero { color:var(--ink-400); font-weight:500; }
.qb-sqft-input { 
    width: 90px;
    text-align: center;
    border: 1px solid #e8e3d6 !important;
    background: #faf7f2;
    border-radius: 10px !important;
    padding: 8px 10px !important;
    font-weight: 700;
    font-size: 1rem;
    font-family: inherit;
 }
.qb-sqft-help { font-size:.78rem; color:var(--ink-500); margin-top:8px; }
.qb-presets { display:flex; flex-wrap:wrap; gap:8px; margin-top:10px; align-items:center; }
.qb-preset-label { font-size:.74rem; color:var(--ink-500); font-weight:700; letter-spacing:.06em; text-transform:uppercase; margin-right:2px; }
.qb-preset { background:#fff !important; border:1.5px solid var(--red-500); color:var(--red-500) !important; padding:6px 14px; border-radius:999px; font-size:.86rem; font-weight:700; cursor:pointer; transition: background .15s, color .15s, transform .12s; font-family:inherit; }
.qb-preset:hover { background:var(--red-500); color:#fff; }
.qb-preset:active { transform:scale(.96); }
.qb-preset small { font-size:.72rem; opacity:.78; font-weight:700; margin-left:4px; }
.qb-preset-flash { background:var(--red-500) !important; color:#fff !important; }
.qb-total { position:sticky; top:110px; background: linear-gradient(160deg, #1a1d22 0%, #0f1114 100%); color:#fff; border-radius:18px; padding:28px 26px; box-shadow:0 18px 44px rgba(15,17,20,.18); max-height: calc(100vh - 130px); overflow-y: auto; }
.qb-total-eyebrow { display:inline-block; font-size:.72rem; letter-spacing:.18em; text-transform:uppercase; color:#ffb4bb; font-weight:700; padding:5px 12px; border:1px solid rgba(255,180,187,.4); border-radius:999px; margin-bottom:14px; }
.qb-total-amt { font-size:2.6rem; font-weight:900; line-height:1.05; letter-spacing:-.02em; margin:0; color:#fff; }
.qb-total-amt small { font-size:1rem; font-weight:600; color:#a8acb4; display:block; margin-top:6px; }
.qb-total-summary { margin-top:18px; padding-top:18px; border-top:1px solid rgba(255,255,255,.1); font-size:.92rem; }
.qb-total-summary ul { list-style:none; padding:0; margin:0; }
.qb-total-summary li { display:flex; justify-content:space-between; padding:5px 0; color:rgba(255,255,255,.85); }
.qb-total-summary li span:last-child { font-weight:700; color:#fff; }
.qb-total-empty { color:rgba(255,255,255,.55); font-size:.92rem; margin-top:18px; padding-top:18px; border-top:1px solid rgba(255,255,255,.1); }
.qb-total-actions { display:flex; flex-direction:column; gap:10px; margin-top:22px; }
.qb-total-actions .btn { width:100%; justify-content:center; }
.qb-total-note { font-size:.78rem; color:rgba(255,255,255,.55); text-align:center; margin-top:14px; line-height:1.5; }
.qb-total-note strong { color:#fff; }
.qb-reset {
    border: none;
    color: rgba(255, 255, 255, .55) !important;
    font-size: .82rem;
    text-decoration: underline;
    cursor: pointer;
    padding: 0;
    margin-top: 10px;
    font-family: inherit;
    background-color: transparent !important;
}
.qb-reset:hover { color:#fff !important; }
.price-grid .price-card { background:#fff; border:1px solid #ececec; border-radius:14px; padding:28px 26px !important; transition: all .2s; height:100%; display:flex; flex-direction:column; }
.price-card:hover { transform:translateY(-3px); box-shadow:0 12px 30px rgba(15,17,20,.08); border-color:var(--red-500); }
.price-card-icon { width:46px; height:46px; border-radius:12px; background:#fde7e9; color:var(--red-500); display:flex; align-items:center; justify-content:center; margin-bottom:16px; }
.price-card-icon svg { width:24px; height:24px; }
.price-card h3 { margin:0 0 6px; font-size:1.1rem; font-weight:800; }
.price-card .pc-sub { color:var(--ink-500); font-size:.86rem; margin:0 0 18px; line-height:1.45; }
.price-card .pc-amt { font-size:1.6rem; font-weight:900; color:var(--ink-900); margin:auto 0 0; letter-spacing:-.02em; padding-top:8px; border-top:1px solid #f3f0e8; }
.price-card .pc-amt small { display:block; font-size:.78rem; color:var(--ink-500); font-weight:600; margin:4px 0 0; letter-spacing:.02em; text-transform:uppercase; }
.price-grid { display:grid; grid-template-columns:repeat(4, 1fr); gap:18px; }
@media (max-width:980px) { .price-grid { grid-template-columns:repeat(2, 1fr); } }
@media (max-width:560px) { .price-grid { grid-template-columns:1fr; } }
.trust-row { display:grid; grid-template-columns:repeat(4, 1fr); gap:18px; }
.trust-row.trust-row-3 { grid-template-columns:repeat(3, 1fr); }
@media (max-width:880px) { .trust-row, .trust-row.trust-row-3 { grid-template-columns:repeat(2, 1fr); } }
@media (max-width:560px) { .trust-row, .trust-row.trust-row-3 { grid-template-columns:1fr; } }
.trust-card { background:#fff; border:1px solid #ececec; border-radius:14px; padding:22px 20px; text-align:center; }
.trust-card .tc-icon { width:48px; height:48px; border-radius:12px; background:#fde7e9; color:var(--red-500); display:inline-flex; align-items:center; justify-content:center; margin-bottom:12px; }
.trust-card h3 { margin:0 0 6px; font-size:1.05rem; font-weight:800; }
.trust-card p { margin:0; color:var(--ink-500); font-size:.92rem; line-height:1.5; }
.price-section-h { margin:8px 0 18px; font-size:1.05rem; letter-spacing:.05em; text-transform:uppercase; color:var(--ink-500); }
.price-section-h.spaced { margin-top:36px; }
@media (max-width:980px) { .qb-total { position:static; max-height:none; } }
/* Current Special band — compact horizontal */
.current-special-band { padding: 28px 0; background: #faf7f2; }
.cs-card { position:relative; display:flex; align-items:center; justify-content:space-between; gap:28px; flex-wrap:wrap; background: linear-gradient(135deg, #1a1d22 0%, #0f1114 100%); border-radius:16px; padding:22px 28px; box-shadow: 0 14px 32px rgba(15,17,20,.18); overflow:hidden; isolation:isolate; }
.cs-card::before { content:''; position:absolute; left:0; top:0; bottom:0; width:5px; background:var(--red-500); z-index:1; }
.cs-glow { position:absolute; top:-60px; right:-60px; width:220px; height:220px; border-radius:50%; background: radial-gradient(circle, rgba(230,57,70,.28) 0%, transparent 65%); pointer-events:none; z-index:0; }
.cs-main { position:relative; z-index:2; display:flex; align-items:center; gap:22px; flex-wrap:wrap; }
.cs-pill { display:inline-flex; align-items:center; gap:8px; background:rgba(230,57,70,.18); color:#ff8a93; border:1px solid rgba(230,57,70,.45); padding:5px 12px; border-radius:999px; font-size:.7rem; letter-spacing:.14em; font-weight:800; text-transform:uppercase; flex-shrink:0; }
.cs-pulse { width:7px; height:7px; border-radius:50%; background:#ff4d5a; box-shadow: 0 0 0 0 rgba(255,77,90,.7); animation: cs-pulse-anim 1.8s ease-out infinite; }
@keyframes cs-pulse-anim { 0%{box-shadow:0 0 0 0 rgba(255,77,90,.7);} 70%{box-shadow:0 0 0 10px rgba(255,77,90,0);} 100%{box-shadow:0 0 0 0 rgba(255,77,90,0);} }
.cs-headline { display:flex; align-items:center; gap:18px; }
.cs-amt { color:#fff; font-size:2.6rem; font-weight:900; line-height:1; letter-spacing:-.02em; font-family:inherit; }
.cs-headline-text h2 { color:#fff; margin:0; font-size:1.2rem; font-weight:800; line-height:1.15; }
.cs-headline-text p { color:rgba(255,255,255,.72); font-size:.86rem; margin:3px 0 0; line-height:1.4; }
.cs-actions { position:relative; z-index:2; display:flex; gap:10px; flex-wrap:wrap; }
.cs-actions .btn { padding:11px 20px; font-size:.95rem; }
.btn-outline-light { background:transparent; color:#fff; border:2px solid rgba(255,255,255,.5); }
.btn-outline-light:hover { background:#fff; color:var(--ink-900); border-color:#fff; }
@media (max-width:780px) {
  .cs-card { padding:20px 22px; gap:18px; }
  .cs-amt { font-size:2.1rem; }
  .cs-headline { gap:14px; }
  .cs-glow { width:160px; height:160px; top:-50px; right:-50px; }
}
/* Pricing hero — centered content under breadcrumbs */
.pricing-hero-center { text-align:center; max-width:780px; margin:0 auto; }
.pricing-hero-center .eyebrow { justify-content:center; }
.pricing-hero-center > p { margin-left:auto; margin-right:auto; }
.pricing-hero-center .deals-hero-stats { justify-content:center; }
.pricing-hero-center .actions { display:flex; gap:12px; flex-wrap:wrap; margin-top:18px; justify-content:center; }