:root{
  --gm-rq-blue:#002D5A;
  --gm-rq-navy:#011638;
  --gm-rq-green:#3A9A35;
  --gm-rq-silver:#C0C0C0;
  --gm-rq-soft:#F0F2F5;
  --gm-rq-border:#E1E8EF;
  --gm-rq-text:#23364d;
  --gm-rq-muted:#6d7c90;
}

/* Launcher remains a winglet; the estimator itself opens centered. */
.gm-rq-winglet{
  position:fixed;right:0;top:46%;z-index:1025;display:flex;align-items:center;gap:.68rem;
  border:0;border-radius:16px 0 0 16px;padding:.82rem 1rem .82rem .82rem;
  background:linear-gradient(135deg,var(--gm-rq-blue),var(--gm-rq-navy));color:#fff;
  box-shadow:0 14px 34px rgba(1,22,56,.26);font-weight:800;letter-spacing:.01em;
  transform:translateY(-50%);transition:transform .18s ease,box-shadow .18s ease;
}
.gm-rq-winglet:hover,.gm-rq-winglet:focus{color:#fff;transform:translateY(-50%) translateX(-4px);box-shadow:0 18px 40px rgba(1,22,56,.33)}
.gm-rq-winglet small{display:block;font-size:.62rem;font-weight:700;opacity:.72;text-transform:uppercase;letter-spacing:.08em}
.gm-rq-winglet-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:11px;background:#fff;box-shadow:0 7px 18px rgba(0,0,0,.18)}
.gm-rq-winglet-icon img{width:26px;height:26px;display:block}

/* Centered premium modal */
.gm-rq-modal{--bs-modal-width:1040px;z-index:1095}
.gm-rq-modal .modal-dialog{width:min(1040px,calc(100vw - 32px));max-width:1040px;margin:16px auto;min-height:calc(100vh - 32px);align-items:center}
.gm-rq-modal .modal-content{border:0;border-radius:24px;overflow:hidden;background:#f7f9fc;box-shadow:0 28px 85px rgba(1,22,56,.34)}
.gm-rq-modal-backdrop,.modal-backdrop.show{opacity:.62}
.gm-rq-shell{height:min(850px,calc(100vh - 32px));min-height:620px;display:flex;flex-direction:column;background:#f7f9fc;color:var(--gm-rq-text)}

.gm-rq-hero{position:relative;overflow:hidden;flex:0 0 auto;background:linear-gradient(135deg,var(--gm-rq-blue),var(--gm-rq-navy));color:#fff;padding:25px 30px 22px}
.gm-rq-hero:before,.gm-rq-hero:after{content:"";position:absolute;border-radius:50%;pointer-events:none}
.gm-rq-hero:before{width:300px;height:300px;right:-85px;top:-165px;background:radial-gradient(circle,rgba(255,255,255,.19),rgba(255,255,255,0) 70%)}
.gm-rq-hero:after{width:245px;height:245px;right:27%;bottom:-180px;background:radial-gradient(circle,rgba(58,154,53,.32),rgba(58,154,53,0) 72%)}
.gm-rq-hero-inner{position:relative;z-index:1;padding-right:52px}
.gm-rq-brand{display:flex;align-items:center;gap:13px}
.gm-rq-brand-logo{width:56px;height:56px;object-fit:contain;border-radius:15px;background:rgba(255,255,255,.97);padding:7px;box-shadow:0 10px 24px rgba(0,0,0,.16)}
.gm-rq-kicker{display:block;font-size:.68rem;font-weight:800;text-transform:uppercase;letter-spacing:.09em;color:rgba(255,255,255,.72)}
.gm-rq-title{margin:.18rem 0 0;color:#fff!important;font-size:1.5rem;font-weight:800;letter-spacing:-.025em}
.gm-rq-subtitle{margin:.42rem 0 0;max-width:740px;color:rgba(255,255,255,.80);font-size:.88rem}
.gm-rq-close{position:absolute;right:18px;top:18px;z-index:3;width:42px;height:42px;border:1px solid rgba(255,255,255,.24);border-radius:13px;background:rgba(255,255,255,.10);display:grid;place-items:center;transition:.18s ease}
.gm-rq-close img{width:23px;height:23px;filter:brightness(0) invert(1)}
.gm-rq-close:hover{background:#fff;transform:translateY(-1px)}
.gm-rq-close:hover img{filter:none}

.gm-rq-progress-wrap{flex:0 0 auto;padding:16px 28px 0;background:#fff;border-bottom:1px solid var(--gm-rq-border)}
.gm-rq-progress{height:5px;border-radius:999px;background:#e8edf3;overflow:hidden}
.gm-rq-progress>span{display:block;height:100%;width:20%;border-radius:999px;background:linear-gradient(90deg,var(--gm-rq-green),#66b75f);transition:width .22s ease}
.gm-rq-steps{display:grid;grid-template-columns:repeat(5,1fr);gap:5px;padding:10px 0 13px}
.gm-rq-step-label{font-size:.64rem;text-align:center;color:#8492a6;font-weight:750}
.gm-rq-step-label.is-active{color:var(--gm-rq-blue)}

.gm-rq-body{flex:1 1 auto;min-height:0;overflow-y:auto;overscroll-behavior:contain;padding:24px 28px 30px;scrollbar-width:thin;scrollbar-color:#bcc8d5 transparent}
.gm-rq-panel{display:none}.gm-rq-panel.is-active{display:block}
.gm-rq-section-head{display:flex;align-items:flex-start;gap:14px;margin-bottom:18px}
.gm-rq-step-num{position:relative;width:48px;height:48px;flex:0 0 auto;display:grid;place-items:center;border-radius:14px;background:#fff;border:1px solid rgba(0,45,90,.10);box-shadow:0 8px 20px rgba(1,22,56,.08)}
.gm-rq-step-num img{width:31px;height:31px;display:block}
.gm-rq-step-num b{position:absolute;right:-5px;bottom:-5px;min-width:21px;height:21px;padding:0 5px;display:grid;place-items:center;border:2px solid #f7f9fc;border-radius:999px;background:var(--gm-rq-green);color:#fff;font-size:.62rem;line-height:1;font-weight:850}
.gm-rq-section-head h3{margin:1px 0 0;color:var(--gm-rq-navy);font-size:1.1rem;font-weight:800}
.gm-rq-section-head p{margin:.2rem 0 0;color:var(--gm-rq-muted);font-size:.82rem}
.gm-rq-card{border:1px solid var(--gm-rq-border);border-radius:16px;background:#fff;box-shadow:0 8px 22px rgba(1,22,56,.045)}

/* Original G&M SVG icon system */
.gm-rq-gmicon{width:40px;height:40px;display:grid;place-items:center;flex:0 0 auto;border-radius:11px;background:linear-gradient(145deg,#fff,var(--gm-rq-soft));border:1px solid rgba(0,45,90,.08);box-shadow:0 4px 12px rgba(1,22,56,.045)}
.gm-rq-gmicon img{width:27px;height:27px;display:block}
.gm-rq-gmicon-sm{width:32px;height:32px;border-radius:9px}.gm-rq-gmicon-sm img{width:22px;height:22px}
.gm-rq-label-icon{display:inline-flex;align-items:center;gap:6px}.gm-rq-label-icon img{width:17px;height:17px;display:block}

.gm-rq-choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.gm-rq-choice{position:relative;display:block;width:100%;height:100%;padding:0;border:0;background:transparent;text-align:left;cursor:pointer;color:inherit;font:inherit}
.gm-rq-choice-box{position:relative;height:100%;display:flex;align-items:flex-start;gap:12px;padding:15px;border:1px solid var(--gm-rq-border);border-radius:14px;background:#fff;transition:.18s ease}
.gm-rq-choice:focus-visible{outline:none}
.gm-rq-choice:focus-visible .gm-rq-choice-box{outline:3px solid rgba(58,154,53,.24);outline-offset:2px;border-color:var(--gm-rq-blue)}
.gm-rq-choice:hover .gm-rq-choice-box{border-color:rgba(0,45,90,.30);transform:translateY(-1px);box-shadow:0 8px 20px rgba(1,22,56,.05)}
.gm-rq-choice.is-selected .gm-rq-choice-box,.gm-rq-choice[aria-pressed="true"] .gm-rq-choice-box{border-color:var(--gm-rq-blue);background:linear-gradient(135deg,rgba(0,45,90,.055),rgba(58,154,53,.045));box-shadow:0 0 0 3px rgba(0,45,90,.07)}
.gm-rq-choice.is-selected .gm-rq-gmicon,.gm-rq-choice[aria-pressed="true"] .gm-rq-gmicon{border-color:rgba(58,154,53,.36);box-shadow:0 5px 16px rgba(58,154,53,.10)}
.gm-rq-choice.is-selected::after,.gm-rq-choice[aria-pressed="true"]::after{content:"✓";position:absolute;z-index:2;right:10px;top:10px;width:22px;height:22px;display:grid;place-items:center;border-radius:999px;background:var(--gm-rq-green);color:#fff;font-size:.72rem;font-weight:900;box-shadow:0 4px 10px rgba(58,154,53,.22)}
.gm-rq-choice-copy{min-width:0}.gm-rq-choice-copy strong{display:block;color:var(--gm-rq-navy);font-size:.88rem}.gm-rq-choice-copy small{display:block;margin-top:3px;color:var(--gm-rq-muted);font-size:.72rem;line-height:1.35}
.gm-rq-choice-price{margin-left:auto;white-space:nowrap;color:var(--gm-rq-blue);font-weight:800;font-size:.82rem}

.gm-rq-addon-group{overflow:hidden;margin-bottom:12px}
.gm-rq-addon-group-head{display:flex;align-items:center;gap:10px;padding:12px 15px;border-bottom:1px solid var(--gm-rq-border);background:rgba(240,242,245,.65);color:var(--gm-rq-navy);font-weight:800}
.gm-rq-addon-list{display:grid;gap:0}
.gm-rq-addon-row{display:grid;grid-template-columns:auto minmax(0,1fr) auto auto;gap:12px;align-items:center;padding:13px 15px;border-bottom:1px solid rgba(225,232,239,.8)}
.gm-rq-addon-row:last-child{border-bottom:0}.gm-rq-addon-row .form-check-input{margin:0}
.gm-rq-addon-name strong{display:block;color:var(--gm-rq-navy);font-size:.82rem}.gm-rq-addon-name small{display:block;color:var(--gm-rq-muted);font-size:.69rem}
.gm-rq-addon-price{color:var(--gm-rq-blue);font-size:.78rem;font-weight:800;white-space:nowrap}.gm-rq-addon-qty{width:76px}.gm-rq-addon-qty .form-control{padding:.42rem .48rem;text-align:center;font-size:.78rem}

.gm-rq-summary{padding:16px}.gm-rq-summary-items{max-height:250px;overflow:auto}
.gm-rq-summary-item{display:flex;justify-content:space-between;gap:16px;padding:9px 0;border-bottom:1px solid var(--gm-rq-border)}.gm-rq-summary-item:last-child{border-bottom:0}
.gm-rq-summary-item strong{display:block;color:var(--gm-rq-navy);font-size:.76rem}.gm-rq-summary-item small{display:block;color:var(--gm-rq-muted);font-size:.65rem}.gm-rq-summary-price{color:var(--gm-rq-blue);font-weight:800;font-size:.75rem;white-space:nowrap}
.gm-rq-total{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-top:13px;padding:14px;border:1px solid rgba(0,45,90,.12);border-radius:12px;background:rgba(0,45,90,.055)}
.gm-rq-total span{color:var(--gm-rq-navy);font-weight:800}.gm-rq-total strong{color:var(--gm-rq-blue);font-size:1.35rem}.gm-rq-disclaimer{margin:10px 0 0;color:var(--gm-rq-muted);font-size:.69rem;line-height:1.45}

.gm-rq-form .form-label{font-size:.76rem;font-weight:750;color:var(--gm-rq-navy)}
.gm-rq-form .form-control,.gm-rq-form .form-select{min-height:44px;border-color:#dce4ec;border-radius:10px;font-size:.84rem}.gm-rq-form textarea.form-control{min-height:auto}
.gm-rq-form .form-control:focus,.gm-rq-form .form-select:focus{border-color:var(--gm-rq-blue);box-shadow:0 0 0 .18rem rgba(0,45,90,.09)}
.gm-rq-promo-note{padding:10px 12px;border-radius:10px;background:rgba(58,154,53,.07);border:1px solid rgba(58,154,53,.18);font-size:.73rem;color:#456246}

.gm-rq-footer{flex:0 0 auto;display:flex;align-items:center;gap:10px;padding:13px 20px;border-top:1px solid var(--gm-rq-border);background:rgba(255,255,255,.97);backdrop-filter:blur(12px)}
.gm-rq-footer .btn{min-height:44px;border-radius:11px;font-weight:800}.gm-rq-next,.gm-rq-submit{margin-left:auto;background:linear-gradient(135deg,var(--gm-rq-blue),var(--gm-rq-navy))!important;border-color:var(--gm-rq-blue)!important;color:#fff!important}.gm-rq-submit{background:var(--gm-rq-green)!important;border-color:var(--gm-rq-green)!important}
.gm-rq-security{display:flex;align-items:center;gap:8px;margin-right:auto;color:var(--gm-rq-muted);font-size:.67rem}.gm-rq-security img{width:22px;height:22px}

.gm-rq-loading{display:grid;place-items:center;min-height:260px;text-align:center;color:var(--gm-rq-muted)}
.gm-rq-error{padding:14px;border:1px solid #f1c9c9;border-radius:12px;background:#fff8f8;color:#914040;font-size:.8rem}
.gm-rq-success{text-align:center;padding:30px 18px}.gm-rq-success-icon{width:78px;height:78px;margin:0 auto 16px;display:grid;place-items:center;border-radius:22px;background:#fff;border:1px solid rgba(58,154,53,.20);box-shadow:0 10px 28px rgba(58,154,53,.10)}.gm-rq-success-icon img{width:52px;height:52px}
.gm-rq-success h3{color:var(--gm-rq-navy);font-weight:850}.gm-rq-success-number{display:inline-flex;align-items:center;gap:8px;margin:8px 0 4px;padding:8px 12px;border-radius:999px;background:rgba(0,45,90,.07);color:var(--gm-rq-blue);font-weight:850}.gm-rq-success-total{font-size:1.7rem;color:var(--gm-rq-blue);font-weight:850}
.gm-rq-turnstile{min-height:68px;margin-top:12px}.gm-rq-honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}

@media(max-width:767.98px){
  .gm-rq-winglet{top:auto;right:14px;bottom:76px;transform:none;border-radius:999px;padding:.68rem .88rem .68rem .68rem}.gm-rq-winglet:hover,.gm-rq-winglet:focus{transform:translateY(-2px)}.gm-rq-winglet small{display:none}.gm-rq-winglet-icon{width:34px;height:34px}.gm-rq-winglet-icon img{width:23px;height:23px}
  .gm-rq-modal .modal-dialog{width:calc(100vw - 16px);max-width:calc(100vw - 16px);margin:8px auto;min-height:calc(100vh - 16px)}
  .gm-rq-modal .modal-content{border-radius:18px}.gm-rq-shell{height:calc(100vh - 16px);min-height:0}
  .gm-rq-hero{padding:20px 18px 18px}.gm-rq-hero-inner{padding-right:44px}.gm-rq-brand-logo{width:48px;height:48px}.gm-rq-title{font-size:1.2rem}.gm-rq-subtitle{font-size:.78rem}.gm-rq-close{right:12px;top:12px;width:38px;height:38px}
  .gm-rq-progress-wrap{padding:13px 15px 0}.gm-rq-step-label{font-size:.54rem}.gm-rq-body{padding:18px 15px 22px}.gm-rq-choice-grid{grid-template-columns:1fr}
  .gm-rq-addon-row{grid-template-columns:auto minmax(0,1fr) auto}.gm-rq-addon-qty{grid-column:2/4;width:100%;max-width:130px}.gm-rq-footer{padding:11px 12px}.gm-rq-security{display:none}
}
.gm-rq-cta-icon{display:inline-grid;place-items:center;width:27px;height:27px;margin-right:5px;border-radius:8px;background:rgba(255,255,255,.96);vertical-align:middle;box-shadow:0 3px 10px rgba(1,22,56,.10)}
.gm-rq-cta-icon img{width:19px;height:19px;display:block}
.gm-rq-btn-gmicon{width:20px;height:20px;display:inline-block;vertical-align:-5px;margin-left:6px}

/* W1D — reliable button-based selection for every optional choice. */
.gm-rq-toggle-card,
.gm-rq-inline-toggle,
.gm-rq-consent-toggle{
  width:100%;border:1px solid var(--gm-rq-border);background:#fff;color:var(--gm-rq-text);
  display:flex;align-items:center;gap:11px;text-align:left;cursor:pointer;transition:.18s ease;
}
.gm-rq-toggle-card{padding:13px 14px;border-radius:14px}
.gm-rq-toggle-card strong{display:block;color:var(--gm-rq-navy);font-size:.82rem}
.gm-rq-toggle-card small{display:block;color:var(--gm-rq-muted);font-size:.69rem;margin-top:2px}
.gm-rq-inline-toggle,.gm-rq-consent-toggle{padding:11px 13px;border-radius:12px;font-size:.76rem;line-height:1.4}
.gm-rq-consent-toggle{color:var(--gm-rq-muted)}
.gm-rq-toggle-card:hover,.gm-rq-inline-toggle:hover,.gm-rq-consent-toggle:hover,
.gm-rq-addon-select:hover{border-color:rgba(0,45,90,.30);box-shadow:0 7px 18px rgba(1,22,56,.05)}
.gm-rq-toggle-card:focus-visible,.gm-rq-inline-toggle:focus-visible,.gm-rq-consent-toggle:focus-visible,
.gm-rq-addon-select:focus-visible{outline:3px solid rgba(58,154,53,.24);outline-offset:2px}
.gm-rq-toggle-card.is-selected,.gm-rq-inline-toggle.is-selected,.gm-rq-consent-toggle.is-selected{
  border-color:var(--gm-rq-blue);background:linear-gradient(135deg,rgba(0,45,90,.055),rgba(58,154,53,.045));
  box-shadow:0 0 0 3px rgba(0,45,90,.07)
}
.gm-rq-toggle-mark{
  width:25px;height:25px;flex:0 0 25px;display:grid;place-items:center;border-radius:8px;
  border:1px solid #cbd6e1;background:#fff;color:transparent;font-size:.72rem;font-weight:900;transition:.16s ease
}
[aria-pressed="true"]>.gm-rq-toggle-mark,
.is-selected>.gm-rq-toggle-mark{background:var(--gm-rq-green);border-color:var(--gm-rq-green);color:#fff;box-shadow:0 4px 10px rgba(58,154,53,.20)}
.gm-rq-consent-toggle.is-invalid{border-color:#dc3545!important;box-shadow:0 0 0 3px rgba(220,53,69,.10)!important}

.gm-rq-addon-row{grid-template-columns:minmax(0,1fr) auto;gap:10px;padding:8px 10px;transition:.16s ease}
.gm-rq-addon-row.is-selected{background:linear-gradient(90deg,rgba(58,154,53,.045),rgba(0,45,90,.025))}
.gm-rq-addon-select{
  min-width:0;width:100%;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:11px;
  padding:7px 8px;border:1px solid transparent;border-radius:11px;background:transparent;color:inherit;text-align:left;cursor:pointer
}
.gm-rq-addon-select.is-selected{border-color:rgba(58,154,53,.22);background:rgba(255,255,255,.74)}
.gm-rq-addon-select .gm-rq-addon-price{justify-self:end}
.gm-rq-addon-qty{width:78px;align-self:center}
.gm-rq-multi-choice{appearance:none;-webkit-appearance:none}

@media(max-width:575.98px){
  .gm-rq-addon-row{grid-template-columns:1fr}
  .gm-rq-addon-select{grid-template-columns:auto minmax(0,1fr);align-items:start}
  .gm-rq-addon-select .gm-rq-addon-price{grid-column:2;justify-self:start;margin-top:-4px}
  .gm-rq-addon-qty{width:100%;padding:0 8px 7px 44px}
}

/* W1E — review consent belongs to final submission, not Schedule navigation. */
.gm-rq-review-consent{padding-top:12px;border-top:1px solid rgba(0,45,90,.08)}
.gm-rq-review-consent + .gm-rq-turnstile{margin-top:12px}

/* W1F — complete Order Summary + payment preference. */
.gm-rq-summary-promo{background:linear-gradient(90deg,rgba(58,154,53,.055),rgba(255,255,255,0));padding-left:8px;padding-right:8px;border-radius:9px}
.gm-rq-summary-payment{margin-top:4px;padding-top:12px;border-top:1px dashed rgba(0,45,90,.18)}
.gm-rq-summary-nonprice{display:flex;align-items:center;justify-content:flex-end;min-width:38px}
.gm-rq-review-line{padding:9px 0;border-bottom:1px solid rgba(0,45,90,.07)}
.gm-rq-review-line:first-child{padding-top:0}.gm-rq-review-line:last-child{border-bottom:0;padding-bottom:0}
.gm-rq-review-line strong{display:block;color:var(--gm-rq-navy);font-size:.72rem;font-weight:850;margin-bottom:3px}
.gm-rq-review-line span{display:block;color:var(--gm-rq-muted);font-size:.72rem;line-height:1.5}
.gm-rq-payment-section{padding-top:14px;border-top:1px solid rgba(0,45,90,.08)}
.gm-rq-payment-heading{display:flex;align-items:center;gap:10px;margin-bottom:10px}
.gm-rq-payment-heading strong{display:block;color:var(--gm-rq-navy);font-size:.78rem;font-weight:850}
.gm-rq-payment-heading small{display:block;color:var(--gm-rq-muted);font-size:.66rem;margin-top:1px}
.gm-rq-payment-grid{display:grid;gap:9px}
.gm-rq-payment-choice{position:relative;width:100%;display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:10px;align-items:center;padding:11px 12px;border:1px solid var(--gm-rq-border);border-radius:13px;background:#fff;color:var(--gm-rq-text);text-align:left;cursor:pointer;transition:.18s ease}
.gm-rq-payment-choice:hover{border-color:rgba(0,45,90,.30);transform:translateY(-1px);box-shadow:0 8px 18px rgba(1,22,56,.05)}
.gm-rq-payment-choice:focus-visible{outline:3px solid rgba(58,154,53,.24);outline-offset:2px}
.gm-rq-payment-choice.is-selected,.gm-rq-payment-choice[aria-pressed="true"]{border-color:var(--gm-rq-blue);background:linear-gradient(135deg,rgba(0,45,90,.055),rgba(58,154,53,.045));box-shadow:0 0 0 3px rgba(0,45,90,.07)}
.gm-rq-payment-choice strong{display:block;color:var(--gm-rq-navy);font-size:.76rem;font-weight:850}
.gm-rq-payment-choice small{display:block;color:var(--gm-rq-muted);font-size:.65rem;line-height:1.38;margin-top:2px}
.gm-rq-payment-choice .gm-rq-toggle-mark{justify-self:end}
@media(max-width:575.98px){.gm-rq-payment-choice{grid-template-columns:auto minmax(0,1fr) auto;padding:10px}.gm-rq-review-line span{font-size:.69rem}}


/* W1G — payment and security trust assets supplied by G&M. */
.gm-rq-payment-trust{margin-top:11px;padding:11px 12px;border:1px solid rgba(0,45,90,.09);border-radius:13px;background:linear-gradient(135deg,#fff,rgba(240,242,245,.55));overflow:hidden}
.gm-rq-payment-trust-label{display:block;margin-bottom:7px;color:var(--gm-rq-navy);font-size:.66rem;font-weight:850;letter-spacing:.03em;text-transform:uppercase}
.gm-rq-payment-trust img{display:block;width:100%;max-width:430px;height:auto;margin:0 auto;object-fit:contain}
.gm-rq-security-trust{display:grid;grid-template-columns:minmax(0,1fr) 76px;gap:12px;align-items:center;margin-top:12px;padding:11px 12px;border:1px solid rgba(58,154,53,.18);border-radius:13px;background:linear-gradient(135deg,rgba(58,154,53,.055),rgba(0,45,90,.035))}
.gm-rq-security-copy{display:flex;align-items:center;gap:10px;min-width:0}
.gm-rq-security-copy strong{display:block;color:var(--gm-rq-navy);font-size:.72rem;font-weight:850}
.gm-rq-security-copy small{display:block;color:var(--gm-rq-muted);font-size:.64rem;line-height:1.4;margin-top:2px}
.gm-rq-ssl-badge{display:block;width:72px;height:72px;object-fit:contain;border-radius:10px;background:#fff;padding:4px;box-shadow:0 4px 13px rgba(1,22,56,.06)}
@media(max-width:575.98px){.gm-rq-payment-trust{padding:9px}.gm-rq-payment-trust img{max-width:100%}.gm-rq-security-trust{grid-template-columns:minmax(0,1fr) 58px;padding:10px}.gm-rq-ssl-badge{width:56px;height:56px}.gm-rq-security-copy small{font-size:.61rem}}

/* W1H — pre-estimate customer/service-area gate + transparent review layout. */
.gm-rq-gate{max-width:900px;margin:0 auto}
.gm-rq-gate-question{display:flex;gap:12px;align-items:flex-start}
.gm-rq-gate-question strong{display:block;color:var(--gm-rq-navy);font-size:.9rem;font-weight:850}
.gm-rq-gate-question small{display:block;color:var(--gm-rq-muted);font-size:.72rem;line-height:1.45;margin-top:3px}
.gm-rq-gate-number{width:30px;height:30px;display:grid;place-items:center;border-radius:9px;background:linear-gradient(135deg,var(--gm-rq-blue),var(--gm-rq-navy));color:#fff;font-size:.72rem;font-weight:900;flex:0 0 auto}
.gm-rq-gate-choice-grid,.gm-rq-area-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.gm-rq-gate-choice,.gm-rq-area-choice{width:100%;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:11px;padding:13px;border:1px solid var(--gm-rq-border);border-radius:14px;background:#fff;color:var(--gm-rq-text);text-align:left;cursor:pointer;transition:.18s ease}
.gm-rq-gate-choice:hover,.gm-rq-area-choice:hover{border-color:rgba(0,45,90,.28);transform:translateY(-1px);box-shadow:0 8px 20px rgba(1,22,56,.05)}
.gm-rq-gate-choice:focus-visible,.gm-rq-area-choice:focus-visible{outline:3px solid rgba(58,154,53,.24);outline-offset:2px}
.gm-rq-gate-choice.is-selected,.gm-rq-area-choice.is-selected{border-color:var(--gm-rq-blue);background:linear-gradient(135deg,rgba(0,45,90,.055),rgba(58,154,53,.045));box-shadow:0 0 0 3px rgba(0,45,90,.07)}
.gm-rq-gate-choice strong,.gm-rq-area-choice strong{display:block;color:var(--gm-rq-navy);font-size:.78rem;font-weight:850}
.gm-rq-gate-choice small,.gm-rq-area-choice small{display:block;color:var(--gm-rq-muted);font-size:.66rem;line-height:1.4;margin-top:2px}
.gm-rq-area-choice em{display:block;color:var(--gm-rq-blue);font-size:.62rem;font-style:normal;font-weight:750;margin-top:4px}
.gm-rq-area-empty{padding:12px 14px;border:1px solid rgba(230,150,0,.20);border-radius:12px;background:#fffaf0;color:#7a5a12;font-size:.74rem}
.gm-rq-service-hidden{display:none!important}
.gm-rq-service-selected-tools{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-top:10px;padding:9px 11px;border:1px solid rgba(58,154,53,.18);border-radius:11px;background:rgba(58,154,53,.055);color:#456246;font-size:.72rem;font-weight:800}
.gm-rq-summary-subtotal{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-top:10px;padding:9px 2px;color:var(--gm-rq-muted);font-size:.72rem;font-weight:800;border-top:1px dashed rgba(0,45,90,.16)}
.gm-rq-summary-subtotal strong{color:var(--gm-rq-navy);font-size:.78rem}
.gm-rq-payment-card{border-color:rgba(0,45,90,.11);background:linear-gradient(180deg,#fff,rgba(240,242,245,.35))}
.gm-rq-payment-card .gm-rq-payment-heading{margin-bottom:12px}
@media(max-width:767.98px){.gm-rq-gate-choice-grid,.gm-rq-area-grid{grid-template-columns:1fr}.gm-rq-service-selected-tools{align-items:flex-start;flex-direction:column}}

/* W1I — offer reveal, automatic promotions, and in-place review editing. */
.gm-rq-offer-reveal{position:relative;overflow:hidden;margin:0 0 14px;padding:18px;border:1px solid rgba(58,154,53,.28);border-radius:18px;background:linear-gradient(135deg,rgba(58,154,53,.10),rgba(255,255,255,.96) 46%,rgba(0,45,90,.055));box-shadow:0 12px 30px rgba(1,22,56,.08)}
.gm-rq-offer-reveal::before{content:"";position:absolute;width:180px;height:180px;right:-70px;top:-95px;border-radius:50%;background:radial-gradient(circle,rgba(58,154,53,.18),rgba(58,154,53,0) 70%);pointer-events:none}
.gm-rq-offer-icon{width:48px;height:48px;display:grid;place-items:center;border-radius:14px;background:linear-gradient(135deg,var(--gm-rq-green),#2c7f29);box-shadow:0 8px 20px rgba(58,154,53,.18);margin-bottom:10px}
.gm-rq-offer-icon img{width:28px;height:28px;filter:brightness(0) invert(1)}
.gm-rq-offer-copy{position:relative;z-index:1}.gm-rq-offer-kicker{display:inline-block;font-size:.66rem;font-weight:950;letter-spacing:.16em;color:var(--gm-rq-green);margin-bottom:3px}.gm-rq-offer-copy h4{margin:0;color:var(--gm-rq-navy);font-size:1.08rem;font-weight:900}.gm-rq-offer-copy p{margin:4px 0 0;color:var(--gm-rq-muted);font-size:.73rem;line-height:1.5;max-width:760px}
.gm-rq-offer-burst span{position:absolute;width:7px;height:7px;border-radius:2px;background:var(--gm-rq-green);opacity:.45;transform:rotate(25deg)}.gm-rq-offer-burst span:nth-child(1){right:76px;top:28px}.gm-rq-offer-burst span:nth-child(2){right:120px;top:55px;background:var(--gm-rq-blue);transform:rotate(-24deg)}.gm-rq-offer-burst span:nth-child(3){right:44px;top:83px;background:#d5a317}.gm-rq-offer-burst span:nth-child(4){right:154px;top:24px;background:#7d6fd7}
.gm-rq-unlocked-offers{position:relative;z-index:1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:13px}.gm-rq-unlocked-offer{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:9px;padding:10px 11px;border:1px solid rgba(0,45,90,.09);border-radius:12px;background:rgba(255,255,255,.88)}.gm-rq-unlocked-offer-value{min-width:66px;padding:5px 7px;border-radius:8px;background:rgba(58,154,53,.10);color:#267521;font-size:.66rem;font-weight:900;text-align:center}.gm-rq-unlocked-offer strong{display:block;color:var(--gm-rq-navy);font-size:.72rem;font-weight:850}.gm-rq-unlocked-offer small{display:block;color:var(--gm-rq-muted);font-size:.62rem;line-height:1.35;margin-top:2px}.gm-rq-unlocked-check{width:24px;height:24px;display:grid;place-items:center;border-radius:50%;background:var(--gm-rq-green);color:#fff;font-size:.7rem;font-weight:900}.gm-rq-unlocked-empty{grid-column:1/-1;color:var(--gm-rq-muted);font-size:.7rem}
.gm-rq-auto-promo-card{padding:14px 15px;border:1px solid rgba(58,154,53,.20);border-radius:15px;background:rgba(58,154,53,.045)}.gm-rq-auto-promo-head{display:flex;align-items:center;gap:9px;margin-bottom:10px}.gm-rq-auto-promo-head strong{display:block;color:var(--gm-rq-navy);font-size:.78rem;font-weight:850}.gm-rq-auto-promo-head small{display:block;color:var(--gm-rq-muted);font-size:.64rem;line-height:1.4}.gm-rq-auto-promo-list{display:grid;gap:7px}.gm-rq-auto-promo-item{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:9px;align-items:center;padding:8px 9px;border:1px solid rgba(0,45,90,.08);border-radius:10px;background:#fff}.gm-rq-auto-promo-item.is-applied{border-color:rgba(58,154,53,.26);background:rgba(58,154,53,.055)}.gm-rq-auto-promo-status{width:22px;height:22px;display:grid;place-items:center;border-radius:50%;background:rgba(0,45,90,.08);color:var(--gm-rq-blue);font-size:.65rem;font-weight:900}.gm-rq-auto-promo-item.is-applied .gm-rq-auto-promo-status{background:var(--gm-rq-green);color:#fff}.gm-rq-auto-promo-item strong{display:block;color:var(--gm-rq-navy);font-size:.7rem;font-weight:800}.gm-rq-auto-promo-item small{display:block;color:var(--gm-rq-muted);font-size:.61rem;margin-top:1px}.gm-rq-auto-promo-item>span:last-child{color:var(--gm-rq-green);font-size:.66rem;font-weight:850;text-align:right}.gm-rq-auto-promo-empty{color:var(--gm-rq-muted);font-size:.67rem}
.gm-rq-summary-promo.is-pending{opacity:.66}.gm-rq-summary-promo.is-pending .gm-rq-summary-price{color:#7a8796!important;font-size:.64rem}
.gm-rq-card-title-row{display:flex;align-items:center;justify-content:space-between;gap:10px}.gm-rq-review-edit-group{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:5px}.gm-rq-review-edit{display:inline-flex;align-items:center;gap:4px;padding:5px 8px;border:1px solid rgba(0,45,90,.12);border-radius:8px;background:#fff;color:var(--gm-rq-blue);font-size:.61rem;font-weight:800;line-height:1;cursor:pointer;transition:.16s ease}.gm-rq-review-edit:hover{border-color:rgba(0,45,90,.28);background:rgba(0,45,90,.04)}.gm-rq-review-edit:focus-visible{outline:3px solid rgba(58,154,53,.20);outline-offset:1px}
.gm-rq-review-line{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:10px}.gm-rq-review-line>div{min-width:0}.gm-rq-review-line .gm-rq-review-edit{margin-top:1px}
@media(max-width:767.98px){.gm-rq-unlocked-offers{grid-template-columns:1fr}.gm-rq-card-title-row{align-items:flex-start;flex-direction:column}.gm-rq-review-edit-group{justify-content:flex-start}}
@media(max-width:575.98px){.gm-rq-offer-reveal{padding:14px}.gm-rq-review-line{grid-template-columns:1fr}.gm-rq-review-line .gm-rq-review-edit{justify-self:start}.gm-rq-unlocked-offer{grid-template-columns:auto minmax(0,1fr)}.gm-rq-unlocked-check{display:none}}

/* W1J · Default included cleaning plan */
.gm-rq-summary-included{display:inline-flex;align-items:center;justify-content:center;padding:4px 9px;border-radius:999px;background:rgba(58,154,53,.12);color:#2f7f2b;font-size:12px;font-weight:800;letter-spacing:.02em;white-space:nowrap;}
