.quote-calculator-shell{width:100%;max-width:680px;margin-inline:auto}.quote-gate{display:flex;justify-content:center;padding:.5rem 0 1rem}.quote-gate-card{width:100%;max-width:480px;padding:48px 40px;background:#fff;border-radius:16px;box-shadow:0 8px 40px #0000001a;text-align:center}.quote-gate-lock{display:inline-flex;align-items:center;justify-content:center;width:72px;height:72px;margin-bottom:1.5rem;border-radius:9999px;background:#9b59f51f;color:var(--color-accent)}.quote-gate-headline{margin-bottom:.75rem;font-family:var(--font-display);font-size:1.5rem;font-weight:800;line-height:1.2;text-transform:none;color:var(--color-text)}.quote-gate-subtext{margin-bottom:1.5rem;font-size:.9375rem;line-height:1.6;color:var(--color-text-muted)}.quote-gate-form{display:flex;flex-direction:column;gap:.75rem;text-align:left}.quote-gate-field{display:flex;flex-direction:column;gap:.25rem}.quote-gate-input{width:100%;height:48px;padding:0 1rem;border:1px solid #e5e7eb;border-radius:8px;font-size:1rem;color:var(--color-text);background:#fff;outline:none;transition:border-color .15s ease,box-shadow .15s ease}.quote-gate-input:focus{border-color:var(--color-accent);box-shadow:0 0 0 3px #9b59f526}.quote-gate-error{font-size:.8125rem;color:var(--color-error)}.quote-gate-submit-error{text-align:center}.quote-gate-btn{display:flex;align-items:center;justify-content:center;width:100%;height:52px;margin-top:.25rem;border:none;border-radius:8px;background:var(--color-cta);font-size:1rem;font-weight:700;color:#000;cursor:pointer;transition:filter .15s ease,opacity .15s ease}.quote-gate-btn:hover:not(:disabled){filter:brightness(.92)}.quote-gate-btn:disabled{opacity:.7;cursor:not-allowed}.quote-gate-fine-print{margin-top:1rem;font-size:.75rem;line-height:1.5;color:var(--color-text-muted)}.quote-calculator{display:flex;flex-direction:column;gap:1.25rem}.quote-greeting{font-size:.9375rem;font-weight:500;color:var(--color-accent)}.quote-step-label{margin:0;font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--color-accent)}.quote-step-label--savings{margin-top:.5rem}.quote-services{display:flex;flex-direction:column;gap:.75rem}.quote-service-card{position:relative;display:flex;flex-direction:column;gap:1rem;padding:20px 24px;border:2px solid #e5e7eb;border-radius:12px;background:#fff;cursor:pointer;transition:all .15s ease}.quote-service-card:hover{border-color:#9b59f580;box-shadow:0 4px 16px #9b59f514}.quote-service-card--selected{border-color:var(--color-accent);background:#f5f0ff}.quote-service-check{position:absolute;top:12px;right:12px;display:none;align-items:center;justify-content:center;width:24px;height:24px;border-radius:9999px;background:var(--color-accent);color:#fff}.quote-service-check svg{width:14px;height:14px}.quote-service-card--selected .quote-service-check{display:flex}.quote-service-name{margin:0;font-size:1rem;font-weight:700;color:var(--color-text);text-transform:none}.quote-service-desc{margin:.25rem 0 0;font-size:.875rem;line-height:1.5;color:var(--color-text-muted)}.quote-service-pills{display:flex;flex-wrap:wrap;gap:.5rem}.quote-pill{flex:1 1 calc(33.333% - .5rem);min-width:140px;padding:.625rem .75rem;border:1px solid #e5e7eb;border-radius:9999px;background:#fff;font-size:.8125rem;font-weight:500;line-height:1.3;color:var(--color-text-muted);cursor:pointer;transition:all .15s ease}.quote-pill:hover{border-color:#9b59f580}.quote-pill--active{border-color:var(--color-accent);background:var(--color-accent);color:#fff}.quote-bundles{display:flex;flex-direction:column;gap:.5rem}.quote-bundle-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:12px 16px;border:2px solid transparent;border-radius:8px;background:#f3f4f6;font-size:.8125rem}.quote-bundle-row--active{border-color:var(--color-success);background:#489f480f}.quote-bundle-copy{display:flex;flex-direction:column;gap:.125rem;text-align:left}.quote-bundle-name{font-weight:600;color:var(--color-text)}.quote-bundle-desc{color:var(--color-text-muted)}.quote-bundle-badge{flex-shrink:0;padding:.25rem .625rem;border-radius:9999px;background:#489f4826;font-weight:700;color:var(--color-success)}.quote-result{margin-top:.5rem}.quote-result-empty{padding:1.5rem;border-radius:16px;background:#f3f4f6;text-align:center;font-size:.9375rem;color:var(--color-text-muted)}.quote-result-active{padding:32px 40px;border-radius:16px;background:#2d1b69;text-align:center}.quote-result-label{margin:0;font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#fff9}.quote-result-price{margin:.5rem 0 0;font-family:var(--font-display);font-size:4rem;font-weight:800;line-height:1;color:#fff;text-transform:none}.quote-result-savings{margin:.75rem 0 0;font-size:.875rem;font-weight:500;color:var(--color-cta)}.quote-book-btn{display:flex;align-items:center;justify-content:center;width:100%;height:56px;margin-top:1.25rem;border-radius:10px;background:var(--color-cta);font-size:1rem;font-weight:700;color:#000;text-decoration:none;transition:filter .15s ease}.quote-book-btn:hover{filter:brightness(.92)}.quote-result-fine-print{margin:.75rem 0 0;font-size:.75rem;line-height:1.5;color:#ffffff80}.quote-fade-out{opacity:0;transition:opacity .3s ease}.quote-fade-in{animation:quote-fade-in .3s ease forwards}@keyframes quote-fade-in{0%{opacity:0}to{opacity:1}}@keyframes quote-price-pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.quote-price-pulse{animation:quote-price-pulse .15s ease}.hidden{display:none!important}@media(max-width:767px){.quote-gate-card{padding:32px 24px}.quote-pill{flex:1 1 calc(50% - .5rem);min-width:120px}.quote-result-price{font-size:3rem}.quote-result-active{padding:24px 20px}.quote-book-btn{height:52px}.quote-bundle-row{flex-direction:column;align-items:flex-start}}@media(prefers-reduced-motion:reduce){.quote-fade-out,.quote-fade-in,.quote-price-pulse{animation:none;transition:none}}
