@media (max-width: 640px){main{padding-bottom:80px!important}body>div>footer{display:none!important}.step-container{padding:16px 14px 24px!important}.step-header{flex-direction:column!important;align-items:flex-start!important;gap:8px!important;margin-bottom:16px!important}.step-header button{align-self:flex-start!important}.section-title{font-size:17px!important}.card{padding:16px!important;border-radius:var(--r-md)!important}.mobile-product-grid{display:flex!important;flex-direction:row!important;overflow-x:auto!important;gap:12px!important;padding-bottom:8px!important;scrollbar-width:none!important;-webkit-overflow-scrolling:touch!important;scroll-snap-type:x mandatory!important}.mobile-product-grid::-webkit-scrollbar{display:none!important}.mobile-product-grid .product-card{min-width:160px!important;flex:0 0 160px!important;scroll-snap-align:start!important}.product-img{height:110px!important}.step-footer,.hide-on-mobile,.header-tagline{display:none!important}.mobile-gen-grid{grid-template-columns:1fr!important}.mobile-gen-cards{flex-direction:column!important}.option-chip{padding:7px 14px!important;font-size:12px!important}.btn-primary{padding:11px 22px!important;font-size:14px!important}.btn-secondary{padding:9px 16px!important;font-size:13px!important}.mobile-summary-row{flex-direction:column!important;gap:8px!important}.mobile-steamhead-options{flex-direction:column!important}.input-field{font-size:16px!important}.mobile-step-bar{padding:10px 14px!important}.scene-zoom-controls{display:none!important}.mobile-card-actions{flex-direction:column!important;align-items:stretch!important}.mobile-card-actions>span{text-align:center!important;font-size:16px!important;padding-top:2px!important}.mobile-card-actions .info-btn{flex:1!important}}:root{--brand-primary: #1a3a5c;--brand-secondary: #2d6da3;--brand-accent: #4a9fd4;--brand-light: #e8f1f8;--brand-dark: #0d1f33;--brand-cta: #39b4ea;--surface: #ffffff;--surface-2: #f7f9fb;--surface-3: #eef2f6;--text-1: #1a2332;--text-2: #5a6577;--text-3: #8a95a5;--border: #dde2e8;--border-light: #eef1f5;--success: #2d8a56;--warning: #c47f17;--error: #c43030;--r-sm: 8px;--r-md: 12px;--r-lg: 16px;--r-xl: 24px;--r-full: 999px;--shadow-sm: 0 1px 3px rgba(0,0,0,.05);--shadow-md: 0 4px 16px rgba(0,0,0,.07);--shadow-lg: 0 8px 32px rgba(0,0,0,.1);--font: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;font-family:var(--font);color:var(--text-1);background:var(--surface-2);-webkit-font-smoothing:antialiased}input,select,textarea,button{font-family:var(--font)}::selection{background:var(--brand-accent);color:#fff}.card{background:var(--surface);border:1px solid var(--border-light);border-radius:var(--r-lg);padding:24px;box-shadow:var(--shadow-sm)}.card-selected{border-color:var(--brand-accent);box-shadow:0 0 0 2px var(--brand-light),var(--shadow-md)}.btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 28px;font-size:15px;font-weight:600;border:none;border-radius:var(--r-full);cursor:pointer;background:var(--brand-cta);color:#fff;transition:all .2s}.btn-primary:disabled{background:var(--border);cursor:not-allowed}.btn-secondary{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 20px;font-size:14px;font-weight:600;border:1px solid var(--border);border-radius:var(--r-full);cursor:pointer;background:var(--surface);color:var(--text-2);transition:all .2s}@media (hover: hover) and (pointer: fine){.btn-primary:hover{background:#2da4d8}.btn-secondary:hover{border-color:var(--brand-accent);color:var(--brand-secondary)}.product-card:hover{border-color:var(--brand-accent);box-shadow:var(--shadow-md)}.info-btn:hover{border-color:var(--brand-accent);color:var(--brand-secondary)}}.section-title{font-size:22px;font-weight:700;color:var(--text-1);text-transform:uppercase;letter-spacing:.03em}.label{font-size:12px;font-weight:700;color:var(--text-2);text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px}.product-card{background:var(--surface);border:1px solid var(--border-light);border-radius:var(--r-lg);padding:16px;cursor:pointer;transition:all .2s;text-align:center}.product-card.selected{border:2px solid var(--brand-accent);box-shadow:0 0 0 3px var(--brand-light)}.product-img{width:100%;height:140px;object-fit:contain;margin-bottom:12px;border-radius:var(--r-sm)}.option-chip{padding:8px 18px;font-size:13px;font-weight:600;border:2px solid var(--border);border-radius:var(--r-full);cursor:pointer;background:var(--surface);color:var(--text-2);transition:all .15s}.option-chip.active{border-color:var(--brand-accent);background:var(--brand-primary);color:#fff}.info-btn{display:inline-flex;align-items:center;justify-content:center;padding:6px 16px;font-size:13px;font-weight:500;border:1px solid var(--border);border-radius:var(--r-full);cursor:pointer;background:var(--surface);color:var(--text-2);transition:all .15s;width:100%}.step-container{max-width:880px;margin:0 auto;padding:32px 24px}.step-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.step-footer{display:flex;justify-content:flex-end;gap:12px;margin-top:32px;padding-top:24px;border-top:1px solid var(--border-light)}.selected-summary{background:var(--surface);border:1px solid var(--border-light);border-radius:var(--r-lg);padding:16px;margin-top:20px}.input-field{width:100%;padding:10px 14px;font-size:15px;border:1px solid var(--border);border-radius:var(--r-md);outline:none;background:var(--surface);color:var(--text-1);transition:border-color .2s}.input-field:focus{border-color:var(--brand-accent)}@media print{header,footer,.step-footer,.step-header button,#email-form,.no-print,.btn-primary,.btn-secondary{display:none!important}header+div{display:none!important}body{background:#fff!important;color:#1a1a1a!important;font-size:12pt;-webkit-print-color-adjust:exact;print-color-adjust:exact}.step-container{max-width:100%!important;padding:0!important}.card{box-shadow:none!important;border:1px solid #ddd!important;break-inside:avoid;page-break-inside:avoid}.print-header{display:flex!important;justify-content:space-between;align-items:flex-start;padding:20px 0;border-bottom:3px solid #1a3a5c;margin-bottom:24px}.print-header .logo{font-size:24pt;font-weight:300;letter-spacing:.12em;color:#1a3a5c}.print-header .logo strong{font-weight:700}.print-header .quote-info{text-align:right;font-size:10pt;color:#666}img{-webkit-print-color-adjust:exact;print-color-adjust:exact}.card:last-of-type{border:2px solid #1a3a5c!important}}.print-header{display:none}@keyframes fadeSlideDown{0%{opacity:0;transform:translateY(-16px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeSlideDownOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-16px)}}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeSlideRight{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@keyframes fadeSlideRightOut{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(40px)}}.animate-fade-slide-down{animation:fadeSlideDown .45s cubic-bezier(.4,0,.2,1) both}.animate-fade-slide-down-out{animation:fadeSlideDownOut .35s cubic-bezier(.4,0,.2,1) both}.animate-fade-slide-up{animation:fadeSlideUp .45s cubic-bezier(.4,0,.2,1) both}.animate-fade-in{animation:fadeIn .45s cubic-bezier(.4,0,.2,1) both}.animate-panel-in{animation:fadeSlideRight .45s cubic-bezier(.4,0,.2,1) both}.animate-panel-out{animation:fadeSlideRightOut .35s cubic-bezier(.4,0,.2,1) both}
