/* modal-scoped.css — the landing-page quote form, scoped under #npq-scope so it can live
   inside regular site pages without touching their styles. Source of truth:
   /quote/styles.css + the inline form CSS on /landing/furniture-hoisting/. NPQ_SVC_MODAL_V1 */
#npq-scope{--navy-950:#0a1929;--navy-900:#102a43;--navy-800:#1a2e44;--navy-700:#243b53;--navy-600:#334e68;--navy-500:#486581;--navy-400:#7b8fa8;--navy-300:#a8b8c9;--navy-200:#d1dae4;--navy-100:#e8ecf1;--gold-500:#F5A623;--gold-600:#E8941E;--gold-700:#d4a44a;--gold-glow:rgba(245,166,35,0.25);--cream-50:#FFFEF9;--cream-100:#f5f0e8;--cream-200:#ebe4d8;--success:#10b981;--error:#ef4444}
#npq-scope .dtr-loading h1.desktop-headline,#npq-scope .dtr-loading .desktop-subheadline,#npq-scope .dtr-loading h1.headline,#npq-scope .dtr-loading .subheadline,#npq-scope .dtr-loading #submit-quote .btn-text,#npq-scope .dtr-loading #desktop-submit-quote .btn-text,#npq-scope .dtr-loading .inline-testimonial,#npq-scope .dtr-loading .availability-note{visibility:hidden}
#npq-scope,#npq-scope *{margin:0;padding:0;box-sizing:border-box}
#npq-scope{font-family:'Outfit',system-ui,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
#npq-scope{color:var(--navy-900)}
#npq-scope .bg-pattern{position:fixed;inset:0;pointer-events:none;z-index:0;background:radial-gradient(ellipse 80% 50% at 20% -10%,rgba(245,166,35,0.08) 0%,transparent 50%),radial-gradient(ellipse 60% 40% at 90% 100%,rgba(16,42,67,0.06) 0%,transparent 50%),linear-gradient(180deg,var(--cream-50) 0%,var(--cream-100) 100%)}
#npq-scope .bg-grid{position:fixed;inset:0;pointer-events:none;z-index:0;opacity:0.03;background-image:linear-gradient(var(--navy-900) 1px,transparent 1px),linear-gradient(90deg,var(--navy-900) 1px,transparent 1px);background-size:60px 60px}
#npq-scope .main-container{position:relative;z-index:1;min-height:100vh;min-height:100dvh;display:flex;flex-direction:column}
#npq-scope .header{padding:12px 20px;display:flex;align-items:center;justify-content:space-between}
#npq-scope .mobile-header-overlay{position:relative;z-index:2;background:transparent}
#npq-scope .phone-link-light{color:rgba(255,255,255,0.85);background:rgba(255,255,255,0.1);border-color:rgba(255,255,255,0.2)}
#npq-scope .phone-link-light:hover{color:white;background:rgba(255,255,255,0.15)}
#npq-scope .logo{height:44px;transition:transform 0.4s cubic-bezier(0.34,1.56,0.64,1)}
#npq-scope .logo:hover{transform:scale(1.05)}
#npq-scope .phone-link{display:flex;align-items:center;gap:10px;text-decoration:none;color:var(--navy-700);font-weight:500;font-size:14px;padding:10px 16px;border-radius:100px;background:rgba(255,255,255,0.7);border:1px solid var(--navy-100);transition:all 0.3s ease}
#npq-scope .phone-link:hover{background:var(--navy-900);color:white;border-color:var(--navy-900)}
#npq-scope .phone-link i{color:var(--gold-500)}
#npq-scope .phone-link:hover i{color:var(--gold-500)}
#npq-scope .hero{text-align:center;max-width:600px;margin:0 auto}
#npq-scope .mobile-hero{position:relative;padding:0;background:var(--cream-50)}
#npq-scope .mobile-hero-bg{display:none}
#npq-scope .mobile-hero-content{position:relative;min-height:clamp(410px,92vw,485px);margin:0 16px 6px;padding:20px 18px 22px;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;text-align:center;border-radius:18px;overflow:hidden}
#npq-scope .mobile-hero-content picture img{position:absolute!important;top:0!important;left:0!important;width:100%!important;height:100%!important;object-fit:cover!important;object-position:50% 28%!important;border-radius:18px!important;margin:0!important;box-shadow:none!important;z-index:0}
#npq-scope .mobile-hero-content::after{content:'';position:absolute;inset:0;border-radius:18px;z-index:1;pointer-events:none;background:linear-gradient(to bottom,rgba(10,25,41,0.05) 0%,rgba(10,25,41,0.32) 40%,rgba(10,25,41,0.9) 100%)}
#npq-scope .mobile-hero-content .trust-badges,#npq-scope .mobile-hero-content .headline,#npq-scope .mobile-hero-content .subheadline,#npq-scope .mobile-hero-content .google-rating{position:relative;z-index:2}
#npq-scope .mobile-hero-content .trust-badges{margin-bottom:10px}
#npq-scope .mobile-hero-content .badge-gold{background:rgba(245,166,35,0.22);color:#FFD089;border-color:rgba(245,166,35,0.5)}
#npq-scope .mobile-hero-content .badge-navy{background:rgba(255,255,255,0.15);color:rgba(255,255,255,0.95);border-color:rgba(255,255,255,0.3)}
#npq-scope .mobile-hero-content .headline{color:#fff;text-shadow:0 2px 14px rgba(0,0,0,0.55);margin-bottom:8px;font-size:clamp(30px,7.6vw,42px)}
#npq-scope .mobile-hero-content .headline em{color:#FFB840}
#npq-scope .mobile-hero-content .subheadline{color:rgba(255,255,255,0.92);text-shadow:0 1px 10px rgba(0,0,0,0.5);margin-bottom:12px;max-width:330px}
#npq-scope .headline-light{color:#ffffff;text-shadow:0 2px 8px rgba(0,0,0,0.3)}
#npq-scope .headline-light em{color:#FFB840;text-shadow:0 2px 12px rgba(245,166,35,0.4)}
#npq-scope .subheadline-light{color:rgba(255,255,255,0.95);text-shadow:0 1px 6px rgba(0,0,0,0.25)}
#npq-scope .badge-navy-light{background:rgba(255,255,255,0.12);color:rgba(255,255,255,0.85);border:1px solid rgba(255,255,255,0.2);padding:6px 14px;border-radius:100px;font-size:12px;font-weight:600}
#npq-scope .google-rating-light{background:white;border:1px solid rgba(16,42,67,0.1);box-shadow:0 4px 20px rgba(16,42,67,0.12)}
#npq-scope .google-rating-light .rating-text{color:var(--navy-600)}
#npq-scope .google-rating-light .rating-text strong{color:var(--navy-900)}
#npq-scope .trust-badges{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap;margin-bottom:12px}
#npq-scope .badge{display:flex;align-items:center;gap:5px;padding:5px 10px;border-radius:100px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:0.03em}
#npq-scope .badge-gold{background:linear-gradient(135deg,rgba(245,166,35,0.15) 0%,rgba(232,148,30,0.1) 100%);color:var(--gold-600);border:1px solid rgba(245,166,35,0.3)}
#npq-scope .badge-navy{background:rgba(16,42,67,0.05);color:var(--navy-600);border:1px solid var(--navy-100)}
#npq-scope .badge i{font-size:11px}
#npq-scope .headline{font-family:'Instrument Serif',Georgia,serif;font-size:clamp(32px,7vw,44px);font-weight:400;line-height:1.1;color:var(--navy-900);margin-bottom:8px;letter-spacing:-0.02em}
#npq-scope .headline em{font-style:italic;color:var(--gold-600);position:relative}
#npq-scope .headline em::after{content:'';position:absolute;bottom:4px;left:0;right:0;height:8px;background:var(--gold-glow);border-radius:4px;z-index:-1}
#npq-scope .subheadline{font-size:15px;color:var(--navy-500);line-height:1.5;max-width:380px;margin:0 auto 12px}
#npq-scope .google-rating{display:inline-flex;align-items:center;gap:8px;padding:6px 14px;background:white;border-radius:100px;box-shadow:0 2px 8px rgba(16,42,67,0.06);border:1px solid var(--navy-100)}
#npq-scope .google-icon{width:18px;height:18px;display:flex;align-items:center;justify-content:center}
#npq-scope .google-icon i{font-size:16px;background:linear-gradient(135deg,#4285f4,#34a853,#fbbc05,#ea4335);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
#npq-scope .rating-content{display:flex;align-items:center;gap:6px}
#npq-scope .rating-stars{display:flex;align-items:center;gap:1px}
#npq-scope .rating-stars i{color:var(--gold-500);font-size:11px}
#npq-scope .rating-text{font-size:13px;color:var(--navy-500);white-space:nowrap}
#npq-scope .rating-text strong{color:var(--navy-900);font-weight:600}
#npq-scope .form-section{padding:0 16px 120px;max-width:520px;margin:0 auto;margin-top:0;position:relative;z-index:2;width:100%}
#npq-scope .form-card{background:white;border-radius:28px;padding:24px 24px;box-shadow:0 4px 6px rgba(16,42,67,0.02),0 12px 24px rgba(16,42,67,0.06),0 24px 48px rgba(16,42,67,0.04);border:1px solid rgba(16,42,67,0.06)}
#npq-scope .progress-container{margin-bottom:20px}
#npq-scope .progress-steps{display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:16px}
#npq-scope .progress-step{display:flex;align-items:center;gap:8px}
#npq-scope .step-circle{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:600;transition:all 0.4s cubic-bezier(0.34,1.56,0.64,1);background:var(--navy-100);color:var(--navy-400)}
#npq-scope .step-circle.active{background:var(--navy-900);color:white;transform:scale(1.1)}
#npq-scope .step-circle.completed{background:var(--success);color:white}
#npq-scope .step-line{width:40px;height:3px;border-radius:2px;background:var(--navy-100);transition:background 0.4s ease}
#npq-scope .step-line.active{background:var(--navy-900)}
#npq-scope .progress-label{text-align:center;font-size:13px;color:var(--navy-600)}
#npq-scope .progress-label strong{color:var(--navy-900);font-weight:600}
#npq-scope .form-step{display:none;opacity:0}
#npq-scope .form-step.active{display:block;opacity:1;animation:stepSlideIn 0.35s cubic-bezier(0.25,0.46,0.45,0.94) both}
@keyframes stepSlideIn{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}
#npq-scope .input-group{margin-bottom:12px}
#npq-scope .input-label{display:block;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:0.08em;color:var(--navy-500);margin-bottom:8px}
#npq-scope .input-wrapper{position:relative}
#npq-scope .input-icon{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:var(--navy-300);font-size:16px;transition:color 0.3s ease;pointer-events:none}
#npq-scope .field-or{display:flex;align-items:center;gap:14px;margin:10px 2px 8px;font-size:11px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:var(--navy-400)}
#npq-scope .field-or>span{flex:0 0 auto;opacity:0.9;white-space:nowrap}
#npq-scope .field-or::before,#npq-scope .field-or::after{content:"";flex:1;height:1px;background:linear-gradient(90deg,transparent,rgba(16,42,67,0.18),transparent)}
#npq-scope .form-input{width:100%;padding:16px 16px 16px 48px;font-size:16px;font-family:inherit;color:var(--navy-900);background:var(--cream-50);border:2px solid var(--navy-100);border-radius:14px;transition:all 0.3s ease;-webkit-appearance:none}
#npq-scope .form-input:focus{outline:none;border-color:var(--gold-500);background:white;box-shadow:0 0 0 4px var(--gold-glow)}
#npq-scope .form-input:focus + .input-icon,#npq-scope .form-input:not(:placeholder-shown) + .input-icon{color:var(--gold-600)}
#npq-scope .form-input::placeholder{color:var(--navy-300)}
#npq-scope .date-input-wrapper{position:relative}
#npq-scope .date-display{width:100%;padding:16px 16px 16px 48px;font-size:16px;font-family:inherit;color:var(--navy-900);background:var(--cream-50);border:2px solid var(--navy-100);border-radius:14px;cursor:pointer;transition:all 0.3s ease;display:flex;align-items:center;justify-content:space-between}
#npq-scope .date-display:hover{border-color:var(--navy-200)}
#npq-scope .date-display.has-value{color:var(--navy-900)}
#npq-scope .date-display:not(.has-value){color:var(--navy-500)}
#npq-scope .date-display i.fa-chevron-down{color:var(--navy-300);font-size:12px}
#npq-scope .calendar-dropdown{position:absolute;top:calc(100% + 8px);left:0;right:0;background:white;border-radius:16px;box-shadow:0 12px 40px rgba(16,42,67,0.15);border:1px solid var(--navy-100);padding:20px;z-index:100;display:none}
#npq-scope .calendar-dropdown.open{display:block;animation:dropdownIn 0.3s ease}
@keyframes dropdownIn{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}
#npq-scope .calendar-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}
#npq-scope .calendar-nav{width:36px;height:36px;border-radius:50%;border:1px solid var(--navy-100);background:white;color:var(--navy-600);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all 0.2s ease}
#npq-scope .calendar-nav:hover{background:var(--navy-900);color:white;border-color:var(--navy-900)}
#npq-scope .calendar-month{font-family:'Instrument Serif',serif;font-size:18px;color:var(--navy-900)}
#npq-scope .calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:4px}
#npq-scope .calendar-weekday{text-align:center;font-size:11px;font-weight:600;color:var(--navy-400);padding:8px 0;text-transform:uppercase;letter-spacing:0.05em}
#npq-scope .calendar-day{aspect-ratio:1;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:500;color:var(--navy-700);border-radius:50%;cursor:pointer;transition:all 0.2s ease}
#npq-scope .calendar-day:hover:not(.disabled):not(.selected){background:var(--cream-100)}
#npq-scope .calendar-day.disabled{color:var(--navy-200);cursor:not-allowed}
#npq-scope .calendar-day.selected{background:var(--navy-900);color:white}
#npq-scope .calendar-day.today{border:2px solid var(--gold-500)}
#npq-scope .input-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}
#npq-scope .cta-button{width:100%;padding:18px 32px;font-size:17px;font-weight:600;font-family:inherit;color:var(--navy-950);background:linear-gradient(135deg,var(--gold-500) 0%,var(--gold-600) 100%);border:none;border-radius:14px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;transition:all 0.4s cubic-bezier(0.34,1.56,0.64,1);box-shadow:0 4px 12px rgba(245,166,35,0.3),inset 0 1px 0 rgba(255,255,255,0.3);margin-top:8px;position:relative;overflow:hidden}
#npq-scope .cta-button::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,0.3),transparent);transition:left 0.6s ease}
#npq-scope .cta-button:hover::before{left:100%}
#npq-scope .cta-button:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(245,166,35,0.4),inset 0 1px 0 rgba(255,255,255,0.3)}
#npq-scope .cta-button:active{transform:translateY(0) scale(0.97);transition-duration:0.1s}
@media (max-width:1023px){#npq-scope button,#npq-scope .size-option,#npq-scope .form-input,#npq-scope .date-display{touch-action:manipulation;-webkit-tap-highlight-color:transparent}}
#npq-scope .cta-button:disabled{opacity:0.6;cursor:not-allowed;transform:none}
#npq-scope .cta-button i{transition:transform 0.3s ease}
#npq-scope .cta-button:hover i{transform:translateX(4px)}
#npq-scope .back-button{display:flex;align-items:center;gap:8px;padding:12px 0;font-size:14px;font-weight:500;color:var(--navy-400);background:none;border:none;cursor:pointer;transition:color 0.3s ease;margin-bottom:16px}
#npq-scope .back-button:hover{color:var(--navy-700)}
#npq-scope .back-button i{font-size:12px}
#npq-scope .privacy-note{text-align:center;margin-top:16px;font-size:12px;color:var(--navy-400);display:flex;align-items:center;justify-content:center;gap:6px}
#npq-scope .privacy-note i{color:var(--success);font-size:11px}
#npq-scope .stats-section{padding:40px 24px;max-width:600px;margin:0 auto}
#npq-scope .stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
#npq-scope .stat-item{text-align:center;padding:20px 12px;background:white;border-radius:16px;border:1px solid var(--navy-100)}
#npq-scope .stat-number{font-family:'Instrument Serif',serif;font-size:32px;color:var(--navy-900);margin-bottom:4px}
#npq-scope .stat-label{font-size:12px;color:var(--navy-500);text-transform:uppercase;letter-spacing:0.05em;font-weight:500}
#npq-scope .gallery-section{padding:32px 24px;max-width:600px;margin:0 auto}
#npq-scope .gallery-header{text-align:center;margin-bottom:20px}
#npq-scope .gallery-title{font-family:'Instrument Serif',serif;font-size:24px;color:var(--navy-900);margin-bottom:8px}
#npq-scope .gallery-subtitle{font-size:14px;color:var(--navy-500)}
#npq-scope .gallery-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
#npq-scope .gallery-item{position:relative;border-radius:16px;overflow:hidden;aspect-ratio:4/3;background:var(--navy-100)}
#npq-scope .gallery-item.featured{grid-column:span 2;aspect-ratio:16/9}
#npq-scope .gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform 0.5s ease}
#npq-scope .gallery-item:hover img{transform:scale(1.05)}
#npq-scope .gallery-item::after{content:'';position:absolute;inset:0;background:linear-gradient(to top,rgba(16,42,67,0.4) 0%,transparent 50%);pointer-events:none}
#npq-scope .gallery-caption{position:absolute;bottom:0;left:0;right:0;padding:12px 14px;color:white;font-size:12px;font-weight:500;z-index:1}
#npq-scope .gallery-caption i{margin-right:6px;color:var(--gold-500)}
#npq-scope .testimonials-section{padding:20px 24px 60px;max-width:600px;margin:0 auto}
#npq-scope .section-title{font-family:'Instrument Serif',serif;font-size:24px;color:var(--navy-900);text-align:center;margin-bottom:24px}
#npq-scope .testimonial-card{background:white;border-radius:20px;padding:24px;border:1px solid var(--navy-100);margin-bottom:16px}
#npq-scope .testimonial-header{display:flex;align-items:center;gap:12px;margin-bottom:12px}
#npq-scope .testimonial-avatar{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,var(--navy-100) 0%,var(--navy-200) 100%);display:flex;align-items:center;justify-content:center;font-weight:600;font-size:16px;color:var(--navy-600)}
#npq-scope .testimonial-meta{flex:1}
#npq-scope .testimonial-name{font-weight:600;color:var(--navy-900);font-size:15px}
#npq-scope .testimonial-location{font-size:13px;color:var(--navy-600)}
#npq-scope .testimonial-stars{color:var(--gold-500);font-size:12px;display:flex;gap:2px}
#npq-scope .testimonial-text{font-size:15px;line-height:1.6;color:var(--navy-600)}
#npq-scope .fixed-bottom-cta{position:fixed;bottom:0;left:0;right:0;padding:16px 16px;padding-bottom:max(16px,env(safe-area-inset-bottom));background:rgba(255,254,249,0.95);backdrop-filter:blur(12px);border-top:1px solid var(--navy-100);z-index:50;display:none}
@keyframes fadeUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
#npq-scope .cta-button.loading{pointer-events:none}
#npq-scope .cta-button.loading .btn-text{opacity:0}
#npq-scope .cta-button.loading::after{content:'';position:absolute;width:24px;height:24px;border:3px solid rgba(10,25,41,0.2);border-top-color:var(--navy-950);border-radius:50%;animation:spin 0.8s linear infinite}
@keyframes spin{to{transform:rotate(360deg)}}
@keyframes shake{0%,100%{transform:translateX(0)}15%{transform:translateX(-6px)}30%{transform:translateX(5px)}45%{transform:translateX(-4px)}60%{transform:translateX(3px)}75%{transform:translateX(-2px)}}
#npq-scope .cta-button.shake{animation:shake 0.5s ease}
#npq-scope .input-group:has(.address-dropdown.open),#npq-scope .input-group:has(.calendar-dropdown.open){position:relative;z-index:300}
#npq-scope .address-dropdown{position:absolute;top:calc(100% + 6px);left:0;right:0;background:white;border:1px solid var(--navy-100);border-radius:14px;box-shadow:0 12px 40px rgba(16,42,67,0.15);z-index:200;display:none;overflow:hidden;font-family:'Outfit',system-ui,sans-serif}
#npq-scope .address-dropdown.open{display:block;animation:dropdownIn 0.2s ease}
#npq-scope .address-dropdown-item{padding:14px 16px;font-size:14px;color:var(--navy-700);cursor:pointer;transition:background 0.15s ease;display:flex;align-items:center;gap:12px;min-height:44px;border-bottom:1px solid var(--navy-100)}
#npq-scope .address-dropdown-item:last-of-type{border-bottom:none}
#npq-scope .address-dropdown-item:hover,#npq-scope .address-dropdown-item.highlighted{background:var(--cream-50)}
#npq-scope .address-dropdown-item .addr-icon{color:var(--navy-300);font-size:14px;flex-shrink:0}
#npq-scope .address-dropdown-item .addr-main{font-weight:500;color:var(--navy-900)}
#npq-scope .address-dropdown-item .addr-secondary{font-size:13px;color:var(--navy-400);margin-top:2px}
#npq-scope .address-dropdown-item .addr-matched{color:var(--gold-600);font-weight:600}
#npq-scope .address-dropdown-attribution{padding:8px 16px;font-size:11px;color:var(--navy-300);text-align:right;border-top:1px solid var(--navy-100);background:var(--cream-50);display:flex;align-items:center;justify-content:flex-end;gap:4px}
#npq-scope .address-dropdown-attribution img{height:14px;vertical-align:middle}
@media (max-width:1023px){#npq-scope body > .address-dropdown.open{display:block;border-radius:14px;box-shadow:0 8px 32px rgba(16,42,67,0.18);border:1px solid var(--navy-100);background:white;font-family:'Outfit',system-ui,sans-serif;overflow:hidden}}
#npq-scope .pac-container{display:none !important}
#npq-scope .input-wrapper .validation-icon{position:absolute;right:16px;top:50%;transform:translateY(-50%);font-size:14px;opacity:0;transition:opacity 0.3s ease;pointer-events:none}
#npq-scope .input-wrapper .validation-icon.valid{color:var(--success);opacity:1}
#npq-scope .input-wrapper .validation-icon.invalid{color:var(--error);opacity:1}
#npq-scope .input-group .validation-message{font-size:12px;color:var(--error);margin-top:6px;display:none}
#npq-scope .input-group .validation-message.visible{display:block;animation:fadeUp 0.2s ease}
#npq-scope .form-input.input-error{border-color:var(--error)}
#npq-scope .form-input.input-error:focus{box-shadow:0 0 0 4px rgba(239,68,68,0.15)}
#npq-scope .form-input.input-valid{border-color:var(--success)}
#npq-scope .form-input.input-valid:focus{box-shadow:0 0 0 4px rgba(16,185,129,0.15)}
#npq-scope .next-steps-note{text-align:center;margin-top:12px;font-size:13px;color:var(--navy-400);line-height:1.5}
#npq-scope .next-steps-note i{color:var(--gold-500);margin-right:4px}
#npq-scope .size-options{display:grid;gap:10px;margin-bottom:16px}
#npq-scope .size-option{display:flex;align-items:center;gap:14px;padding:16px;background:var(--cream-50);border:2px solid var(--navy-100);border-radius:14px;cursor:pointer;transition:all 0.3s ease}
#npq-scope .size-option:hover{border-color:var(--navy-200);background:white}
#npq-scope .size-option:active{transform:scale(0.98);transition-duration:0.1s}
#npq-scope .size-option.selected{border-color:var(--gold-500);background:white;box-shadow:0 0 0 4px var(--gold-glow)}
#npq-scope .size-icon{width:44px;height:44px;border-radius:10px;background:var(--navy-100);display:flex;align-items:center;justify-content:center;color:var(--navy-500);font-size:18px;transition:all 0.3s ease}
#npq-scope .size-option.selected .size-icon{background:var(--gold-500);color:white}
#npq-scope .size-content{flex:1}
#npq-scope .size-title{font-weight:600;color:var(--navy-900);font-size:15px;margin-bottom:2px}
#npq-scope .size-desc{font-size:13px;color:var(--navy-400)}
#npq-scope .size-check{width:24px;height:24px;border-radius:50%;border:2px solid var(--navy-200);display:flex;align-items:center;justify-content:center;transition:all 0.3s ease}
#npq-scope .size-option.selected .size-check{background:var(--gold-500);border-color:var(--gold-500)}
#npq-scope .size-option.selected .size-check::after{content:'\f00c';font-family:"Font Awesome 6 Free";font-weight:900;font-size:12px;color:white}
#npq-scope .inline-testimonial{text-align:center;margin-top:14px;font-size:13px;font-style:italic;color:var(--navy-500);line-height:1.5;padding:12px 16px;background:var(--cream-50);border-radius:12px;border:1px solid var(--navy-100)}
#npq-scope .inline-testimonial i{color:var(--gold-500);font-size:10px;margin-right:4px;font-style:normal}
#npq-scope .inline-testimonial-author{display:block;font-style:normal;font-weight:600;font-size:12px;color:var(--navy-700);margin-top:4px}
#npq-scope .availability-note{display:inline-flex;align-items:center;gap:8px;margin-top:10px;padding:6px 14px;border-radius:100px;font-size:12px;font-weight:700;letter-spacing:0.01em;color:var(--navy-700);background:rgba(16,185,129,0.1);border:1px solid rgba(16,185,129,0.25)}
#npq-scope .availability-note i{color:var(--success);font-size:11px}
#npq-scope .micro-review{margin-top:12px;font-size:12px;color:var(--navy-600);text-align:center}
#npq-scope .micro-review i{color:var(--gold-500);font-size:10px;margin-right:2px}
#npq-scope .micro-review strong{color:var(--navy-600);font-weight:600}
#npq-scope .desktop-security-nudge{margin-top:10px;font-size:11px;color:var(--navy-400);text-align:center;display:flex;align-items:center;justify-content:center;gap:5px}
#npq-scope .desktop-security-nudge i{font-size:10px;color:var(--navy-300)}
@media (min-width:768px){#npq-scope .header{padding:24px 48px}
#npq-scope .hero{padding:40px 48px 60px}
#npq-scope .headline{font-size:56px}
#npq-scope .form-section{padding:0 48px 80px}
#npq-scope .form-card{padding:40px}
#npq-scope .stats-section,#npq-scope .testimonials-section{padding-left:48px;padding-right:48px}}
@media (min-width:1024px){#npq-scope .main-container{display:block;height:100vh;overflow:hidden}
#npq-scope .left-panel{width:42%;height:100vh;position:fixed;left:0;top:0;background:var(--navy-950);display:flex;flex-direction:column;justify-content:center;align-items:center;padding:0;overflow:hidden}
#npq-scope .left-panel::before{content:'';position:absolute;inset:0;background:url('/quote/crew-main.webp') center/cover no-repeat;opacity:0.35;pointer-events:none}
#npq-scope .left-panel::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(10,25,41,0.6) 0%,rgba(10,25,41,0.4) 30%,rgba(10,25,41,0.5) 60%,rgba(10,25,41,0.85) 100%);pointer-events:none}
#npq-scope .left-content{position:relative;z-index:1;width:100%;max-width:660px;padding:8px 40px;text-align:center;margin:auto;display:grid;grid-template-columns:1.55fr 1fr;grid-template-areas:"head head" "sub sub" "pho proof" "test test";column-gap:15px;row-gap:14px;align-items:center}
#npq-scope .desktop-logo{display:none}
#npq-scope .desktop-headline{font-family:'Instrument Serif',serif;font-size:clamp(36px,3.4vw,52px);color:white;line-height:1.08;margin-bottom:0;letter-spacing:-0.02em;text-shadow:0 2px 20px rgba(0,0,0,0.3);grid-area:head}
#npq-scope .desktop-headline em{font-style:italic;color:var(--gold-500);text-shadow:0 0 40px rgba(245,166,35,0.3)}
#npq-scope .desktop-subheadline{font-size:16px;color:rgba(255,255,255,0.8);line-height:1.6;margin-bottom:0;max-width:440px;margin-left:auto;margin-right:auto;position:relative;padding-top:6px;grid-area:sub}
#npq-scope .desktop-subheadline::before{content:'';position:absolute;top:0;left:50%;transform:translateX(-50%);width:48px;height:3px;background:linear-gradient(90deg,var(--gold-500),var(--gold-600));border-radius:2px}
#npq-scope .desktop-photos{display:grid;grid-template-columns:3fr 2fr;grid-template-rows:1fr 1fr;gap:5px;margin-bottom:0;border-radius:18px;overflow:hidden;height:clamp(215px,33vh,320px);grid-area:pho;box-shadow:0 4px 16px rgba(0,0,0,0.2),0 12px 40px rgba(0,0,0,0.15);border:2px solid rgba(255,255,255,0.1)}
#npq-scope .desktop-photo-main{grid-column:1;grid-row:1 / 3;border-radius:0;overflow:hidden;height:100%}
#npq-scope .desktop-photo-small{border-radius:0;overflow:hidden;height:100%}
#npq-scope .desktop-photo-small:last-child{border-radius:0}
#npq-scope .desktop-photos img{width:100%;height:100%;object-fit:cover;display:block;transition:transform 0.6s cubic-bezier(0.25,0.46,0.45,0.94)}
#npq-scope .desktop-photo-main:hover img,#npq-scope .desktop-photo-small:hover img{transform:scale(1.06)}
#npq-scope .desktop-proof-row{display:flex;flex-direction:column;align-items:stretch;justify-content:center;gap:9px;margin-bottom:0;grid-area:proof}
#npq-scope .desktop-proof-row .desktop-google-badge{justify-content:center}
#npq-scope .desktop-proof-row .desktop-stat-pill{text-align:center}
#npq-scope .desktop-google-badge{display:flex;align-items:center;gap:10px;padding:14px 16px;background:rgba(255,255,255,0.18);border-radius:12px;border:1px solid rgba(255,255,255,0.35);backdrop-filter:blur(8px)}
#npq-scope .desktop-google-badge > i{font-size:22px;background:linear-gradient(135deg,#4285f4,#34a853,#fbbc05,#ea4335);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
#npq-scope .desktop-rating-stars{display:flex;align-items:center;gap:2px}
#npq-scope .desktop-rating-stars i{font-size:14px;color:#FBBC05;filter:drop-shadow(0 0 3px rgba(251,188,5,0.5))}
#npq-scope .desktop-rating-stars strong{color:white;font-size:16px;margin-left:6px;font-weight:700}
#npq-scope .desktop-rating-count{font-size:12px;color:rgba(255,255,255,0.7)}
#npq-scope .desktop-stat-pill{padding:14px 16px;background:rgba(255,255,255,0.18);border-radius:12px;border:1px solid rgba(255,255,255,0.35);font-size:15px;color:rgba(255,255,255,0.85);backdrop-filter:blur(8px)}
#npq-scope .desktop-stat-pill strong{color:#FBBC05;font-weight:700}
#npq-scope .desktop-testimonial-slideshow{position:relative;grid-area:test;margin-top:2px}
#npq-scope .desktop-testimonial{padding:17px 22px;background:rgba(255,255,255,0.08);border-radius:16px;border:1px solid rgba(255,255,255,0.12);opacity:0;position:absolute;top:0;left:0;right:0;transition:opacity 0.6s ease;pointer-events:none;backdrop-filter:blur(8px)}
#npq-scope .desktop-testimonial.active{opacity:1;position:relative;pointer-events:auto}
#npq-scope .desktop-testimonial-text{font-size:15px;color:rgba(255,255,255,0.85);line-height:1.55;font-style:italic;margin-bottom:10px}
#npq-scope .desktop-testimonial-author{display:flex;align-items:center;gap:12px}
#npq-scope .desktop-testimonial-avatar{width:38px;height:38px;border-radius:50%;background:linear-gradient(135deg,rgba(245,166,35,0.25),rgba(245,166,35,0.1));border:2px solid rgba(245,166,35,0.3);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:13px;color:var(--gold-500)}
#npq-scope .desktop-testimonial-name{font-weight:600;color:white;font-size:14px}
#npq-scope .desktop-testimonial-location{font-size:12px;color:rgba(255,255,255,0.75)}
#npq-scope .slideshow-dots{display:flex;justify-content:center;gap:8px;margin-top:14px}
#npq-scope .slideshow-dot{width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,0.2);cursor:pointer;transition:all 0.3s ease}
#npq-scope .slideshow-dot.active{background:var(--gold-500);transform:scale(1.3);box-shadow:0 0 10px rgba(245,166,35,0.5)}
#npq-scope .right-panel{width:58%;height:100vh;margin-left:42%;overflow-y:auto;overflow-x:hidden;background:linear-gradient(180deg,#f8f6f1 0%,var(--cream-50) 40%,#f5f2ec 100%);position:relative}
#npq-scope .mobile-header,#npq-scope .mobile-hero,#npq-scope .form-section,#npq-scope .stats-section,#npq-scope .gallery-section,#npq-scope .testimonials-section{display:none !important}
#npq-scope .desktop-form-section{display:flex;flex-direction:column;justify-content:center;min-height:100vh;padding:48px 64px;max-width:580px;margin:0 auto}
#npq-scope .desktop-form-header{margin-bottom:32px}
#npq-scope .desktop-form-title{font-family:'Instrument Serif',serif;font-size:34px;color:var(--navy-900);margin-bottom:10px;letter-spacing:-0.02em}
#npq-scope .desktop-form-subtitle{font-size:16px;color:var(--navy-500);line-height:1.6}
#npq-scope .desktop-form-section .form-card{box-shadow:0 1px 3px rgba(16,42,67,0.04),0 6px 16px rgba(16,42,67,0.06),0 20px 50px rgba(16,42,67,0.08);border:1px solid rgba(16,42,67,0.06);border-radius:24px;padding:40px 36px;background:white;overflow:visible}
#npq-scope .desktop-form-section .calendar-dropdown{padding:14px}
#npq-scope .desktop-form-section .calendar-day{font-size:13px}
#npq-scope .desktop-form-section .calendar-weekday{padding:4px 0;font-size:10px}
#npq-scope .desktop-form-section .calendar-grid{gap:2px}
#npq-scope .desktop-trust-row{display:flex;align-items:center;justify-content:center;gap:28px;margin-top:28px;padding-top:0;border-top:none}
#npq-scope .desktop-trust-item{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--navy-400);font-weight:500}
#npq-scope .desktop-trust-item i{color:var(--success);font-size:14px}
#npq-scope .desktop-phone-row{display:flex;align-items:center;justify-content:flex-end;margin-bottom:16px}
#npq-scope .desktop-phone-link{display:inline-flex;align-items:center;gap:8px;text-decoration:none;color:var(--navy-700);font-weight:600;font-size:14px;padding:10px 20px;border-radius:100px;background:white;border:1px solid var(--navy-100);transition:all 0.3s ease;box-shadow:0 2px 8px rgba(16,42,67,0.06)}
#npq-scope .desktop-phone-link:hover{background:var(--navy-900);color:white;border-color:var(--navy-900);box-shadow:0 4px 20px rgba(16,42,67,0.18)}
#npq-scope .desktop-phone-link i{color:var(--gold-500);font-size:13px}
#npq-scope .desktop-phone-link:hover i{color:var(--gold-500)}}
@media (max-width:1023px){#npq-scope .left-panel{display:none}
#npq-scope .right-panel{width:100%}
#npq-scope .desktop-form-section{display:none}}
@media (max-width:1023px){body.keyboard-open #npq-scope .input-group.focused{position:relative;z-index:50}
body.keyboard-open #npq-scope .calendar-dropdown.open{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:calc(100% - 32px);max-width:360px;max-height:80vh;overflow-y:auto;z-index:9999;animation:none}
body.keyboard-open #npq-scope .calendar-overlay{position:fixed;inset:0;background:rgba(16,42,67,0.5);z-index:9998}}
#npq-scope img[src*="/assets/logo/"],#npq-scope img[src*="next-phase-moving-logo"],#npq-scope img[src*="apex-logo"],#npq-scope .header-logo,#npq-scope .doc-header-logo,#npq-scope .logo-img,#npq-scope [class*="logo"] img{
  object-fit: contain !important;
  object-position: center !important;
  aspect-ratio: auto !important;
  width: auto !important;
  max-width: 100% !important;
  flex-shrink: 0 !important;
}
@media (min-width: 1024px){#npq-scope .desktop-form-section .form-card{
    position: relative !important;
  }
#npq-scope .desktop-form-section .input-group:has(.calendar-dropdown.open),#npq-scope .desktop-form-section .input-group:has(.address-dropdown.open){
    position: static !important;
  }
#npq-scope .desktop-form-section .calendar-dropdown{
    top: 50% !important;
    bottom: auto !important;
    left: 24px !important;
    right: 24px !important;
    transform: translateY(-50%) !important;
    z-index: 500 !important;
    box-shadow:
      0 16px 48px rgba(16,42,67,0.22),
      0 0 0 1px rgba(16,42,67,0.06) !important;
    background: white !important;
  }}
/* --- hoisting form controls (from landing page inline CSS) --- */
#npq-scope .left-panel::before{background:none !important;}
#npq-scope .mobile-hero-content{background:url('/assets/images/photos/crew-selfie-clients-4x3.webp') center 28%/cover no-repeat !important;}
#npq-scope .floor-options{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:12px;}
#npq-scope .floor-option{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:14px 8px;background:var(--cream-50);border:2px solid var(--navy-100);border-radius:14px;cursor:pointer;transition:all 0.3s ease;gap:4px;}
#npq-scope .floor-option:hover{border-color:var(--navy-200);background:white;}
#npq-scope .floor-option:active{transform:scale(0.97);transition-duration:0.1s;}
#npq-scope .floor-option.selected{border-color:var(--gold-500);background:white;box-shadow:0 0 0 4px var(--gold-glow);}
#npq-scope .floor-option .floor-num{font-size:20px;font-weight:700;color:var(--navy-900);}
#npq-scope .floor-option.selected .floor-num{color:var(--gold-600);}
#npq-scope .floor-option .floor-label{font-size:11px;color:var(--navy-400);text-transform:uppercase;letter-spacing:0.03em;font-weight:500;}
#npq-scope .access-options{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:12px;}
#npq-scope .access-option{display:flex;align-items:center;gap:12px;padding:14px 16px;background:var(--cream-50);border:2px solid var(--navy-100);border-radius:14px;cursor:pointer;transition:all 0.3s ease;}
#npq-scope .access-option:hover{border-color:var(--navy-200);background:white;}
#npq-scope .access-option:active{transform:scale(0.98);transition-duration:0.1s;}
#npq-scope .access-option.selected{border-color:var(--gold-500);background:white;box-shadow:0 0 0 4px var(--gold-glow);}
#npq-scope .access-option .access-icon{width:40px;height:40px;border-radius:10px;background:var(--navy-100);display:flex;align-items:center;justify-content:center;color:var(--navy-500);font-size:16px;transition:all 0.3s ease;flex-shrink:0;}
#npq-scope .access-option.selected .access-icon{background:var(--gold-500);color:white;}
#npq-scope .access-option .access-text{font-weight:600;color:var(--navy-900);font-size:14px;}
#npq-scope .access-option .access-desc{font-size:12px;color:var(--navy-400);margin-top:2px;}
#npq-scope .item-textarea{width:100%;padding:14px 16px;font-size:15px;font-family:inherit;color:var(--navy-900);background:var(--cream-50);border:2px solid var(--navy-100);border-radius:14px;transition:all 0.3s ease;resize:vertical;min-height:80px;-webkit-appearance:none;}
#npq-scope .item-textarea:focus{outline:none;border-color:var(--gold-500);background:white;box-shadow:0 0 0 4px var(--gold-glow);}
#npq-scope .item-textarea::placeholder{color:var(--navy-300);}
#npq-scope .hoist-items-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:12px;}
#npq-scope .hoist-item{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:16px 8px;background:var(--cream-50);border:2px solid var(--navy-100);border-radius:14px;cursor:pointer;transition:all 0.3s ease;gap:6px;text-align:center;}
#npq-scope .hoist-item:hover{border-color:var(--navy-200);background:white;}
#npq-scope .hoist-item:active{transform:scale(0.97);transition-duration:0.1s;}
#npq-scope .hoist-item.selected{border-color:var(--gold-500);background:white;box-shadow:0 0 0 4px var(--gold-glow);}
#npq-scope .hoist-item .hoist-item-icon{font-size:24px;color:var(--navy-400);transition:color 0.3s ease;}
#npq-scope .hoist-item.selected .hoist-item-icon{color:var(--gold-600);}
#npq-scope .hoist-item .hoist-item-label{font-size:12px;font-weight:600;color:var(--navy-700);}
@media (max-width:400px){#npq-scope .hoist-items-grid{grid-template-columns:repeat(2,1fr);}
#npq-scope .floor-options{grid-template-columns:repeat(2,1fr);}}
#npq-scope .size-options{display:flex;flex-direction:column;gap:10px;}
#npq-scope .size-option{display:flex;align-items:center;gap:14px;padding:16px;background:var(--cream-50);border:2px solid var(--navy-100);border-radius:14px;cursor:pointer;transition:all 0.3s ease;}
#npq-scope .size-option:hover{border-color:var(--navy-200);background:white;}
#npq-scope .size-option:active{transform:scale(0.98);transition-duration:0.1s;}
#npq-scope .size-option.selected{border-color:var(--gold-500);background:white;box-shadow:0 0 0 4px var(--gold-glow);}
#npq-scope .size-icon{font-size:22px;color:var(--navy-400);width:28px;text-align:center;flex-shrink:0;transition:color 0.3s ease;}
#npq-scope .size-option.selected .size-icon{color:var(--gold-600);}
#npq-scope .size-content{flex:1;min-width:0;}
#npq-scope .size-title{font-weight:700;color:var(--navy-800);font-size:15px;}
#npq-scope .size-desc{font-size:12px;color:var(--navy-400);margin-top:2px;}
#npq-scope .size-check{color:var(--navy-200);font-size:18px;flex-shrink:0;transition:all 0.3s ease;}
#npq-scope .size-option.selected .size-check{color:var(--gold-500);}
/* --- move-help chips (HOIST_MOVEHELP_V2) --- */
#npq-scope #movehelp-options,#npq-scope #desktop-movehelp-options{grid-template-columns:1fr!important}
#npq-scope #movehelp-options .access-option,#npq-scope #desktop-movehelp-options .access-option{padding:13px 15px}
#npq-scope #movehelp-options .access-icon,#npq-scope #desktop-movehelp-options .access-icon{flex:0 0 auto}
#npq-scope #movehelp-options .access-desc,#npq-scope #desktop-movehelp-options .access-desc{line-height:1.35}
/* --- mobile keyboard fix --- */
@media(max-width:1023px){html.npq-open,body.npq-open{ overflow:hidden!important; overscroll-behavior:none!important; }
body.npq-open #npq-scope .form-section{
    top:1.5svh!important;
    max-height:97svh!important;
    max-height:97dvh!important;
    min-height:min(80svh,580px)!important;
    overscroll-behavior:contain!important;
    -webkit-overflow-scrolling:touch!important;
  }
body.npq-open #npq-scope .address-dropdown,body.npq-open #npq-scope .calendar-dropdown{ overscroll-behavior:contain!important; }}
@media(max-width:1023px){#npq-scope .form-section,#npq-scope .mobile-form,#npq-scope .quote-container{ overscroll-behavior:contain; }}

/* modal state: everything hidden until a CTA opens it */
#npq-scope{display:none}
body.npq-open #npq-scope{display:block}
html.npq-open,body.npq-open{overflow:hidden!important}
#npq-scope .npq-backdrop{position:fixed;inset:0;background:rgba(10,25,41,.62);z-index:10000;opacity:0;visibility:hidden;transition:opacity .25s ease}
body.npq-open #npq-scope .npq-backdrop{opacity:1;visibility:visible}
#npq-scope .npq-close{position:fixed;top:14px;right:16px;z-index:10002;width:42px;height:42px;border-radius:50%;border:none;background:#fff;color:#11243b;font-size:22px;line-height:1;cursor:pointer;display:none;align-items:center;justify-content:center;box-shadow:0 4px 16px rgba(0,0,0,.3)}
body.npq-open #npq-scope .npq-close{display:flex}
@media(max-width:1023px){body.npq-open #npq-scope .form-section{position:fixed!important;top:1.5vh!important;left:50%!important;transform:translateX(-50%)!important;width:min(94vw,520px)!important;max-height:97vh!important;min-height:min(80vh,580px)!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch;background:#fff!important;border-radius:16px!important;z-index:10001!important;box-shadow:0 24px 70px rgba(0,0,0,.45)!important;padding:20px 16px!important}}
@media(min-width:1024px){body.npq-open #npq-scope .desktop-form-section{position:fixed!important;top:1.5vh!important;left:50%!important;transform:translateX(-50%)!important;width:min(92vw,560px)!important;max-height:97vh!important;min-height:min(80vh,580px)!important;overflow-y:auto!important;background:#fff!important;border-radius:16px!important;z-index:10001!important;box-shadow:0 24px 70px rgba(0,0,0,.45)!important;padding:30px!important}}
/* auto-advance: hide the next buttons the script clicks for the visitor */
#npq-scope #step1-next,#npq-scope #step3-next,#npq-scope #desktop-step1-next,#npq-scope #desktop-step3-next{display:none!important}
html.npq-manual #npq-scope #step1-next,html.npq-manual #npq-scope #step3-next,html.npq-manual #npq-scope #desktop-step1-next,html.npq-manual #npq-scope #desktop-step3-next{display:flex!important}

/* build-bump 20260827-2 */
