:root{--cream: #fdf6ec;--cream-dark: #f5ead9;--teal: #1c7f8e;--teal-dark: #14636f;--orange: #e8891f;--orange-dark: #cf761c;--red: var(--teal);--red-dark: var(--teal-dark);--error: #c8322b;--text: #33302c;--text-muted: #7a6a60;--card-bg: #ffffff;--border: #e6d8c4;--success: #2e7d32}*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:var(--cream);color:var(--text);-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent}.app.wizard{max-width:560px;margin:0 auto;min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;padding:0 1rem 2.5rem}.wiz-header{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.9rem 0 .75rem}.wiz-brand{font-size:1rem;font-weight:800;color:var(--red);letter-spacing:.01em;text-align:center;display:flex;justify-content:center}.wiz-logo{height:42px;width:auto;display:block}.rp-logo{height:56px;width:auto;margin:0 auto .75rem;display:block}.wiz-step-count{font-size:.9rem;font-weight:700;color:var(--text-muted);min-width:44px;text-align:right}.back-button{min-width:44px;min-height:44px;border:none;background:none;font-size:1.5rem;line-height:1;color:var(--text);cursor:pointer;border-radius:10px;touch-action:manipulation}.back-button:active{background:var(--cream-dark)}.back-button.spacer{visibility:hidden;cursor:default}.progress-track{height:6px;border-radius:3px;background:var(--cream-dark);overflow:hidden;margin-bottom:1.5rem}.progress-fill{height:100%;border-radius:3px;background:var(--red);transition:width .35s ease}.step{display:flex;flex-direction:column;flex:1;animation:step-in .3s ease both}@keyframes step-in{0%{opacity:0;transform:translate(24px)}to{opacity:1;transform:translate(0)}}.step-title{font-size:1.5rem;line-height:1.25;margin-bottom:.35rem}.step-subtitle{font-size:1rem;color:var(--text-muted);margin-bottom:1.25rem}.card-grid{display:grid;grid-template-columns:1fr;gap:.9rem}.option-card{position:relative;display:grid;grid-template-columns:132px 1fr;grid-template-rows:auto auto;column-gap:1rem;align-items:center;align-content:center;background:var(--card-bg);border:3px solid var(--border);border-radius:14px;padding:.6rem .9rem;min-height:108px;cursor:pointer;font:inherit;color:inherit;text-align:left;touch-action:manipulation;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}@media (hover: hover){.option-card:hover{transform:translateY(-2px);box-shadow:0 8px 20px #3b2f2a26}}.option-card:active{transform:scale(.98)}.option-card.selected{border-color:var(--red);box-shadow:0 6px 20px #1c7f8e47}.card-image{grid-row:1 / span 2;display:block;width:132px;border-radius:8px;background:var(--cream-dark);overflow:hidden}.card-image svg{display:block;width:100%;height:auto}.card-label{align-self:end;font-size:1.15rem;font-weight:800}.card-sublabel{align-self:start;font-size:.9rem;color:var(--text-muted);margin-top:.15rem}.check-badge{position:absolute;top:-.65rem;right:-.65rem;width:1.9rem;height:1.9rem;border-radius:50%;background:var(--orange);color:#fff;font-size:1.05rem;font-weight:700;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px #00000040;z-index:1}.email-form{display:flex;flex-direction:column;gap:.9rem;background:var(--cream-dark);border-radius:16px;padding:1.5rem 1.25rem}.email-form input{font-size:16px;padding:1rem;border:2px solid var(--border);border-radius:10px;background:#fff;color:var(--text);width:100%}.email-form input:focus{outline:none;border-color:var(--red)}.quote-button{font-size:1.1rem;font-weight:700;min-height:52px;padding:1rem 1.75rem;border:none;border-radius:10px;background:var(--orange);color:#fff;cursor:pointer;touch-action:manipulation;transition:background .15s ease,transform .1s ease}@media (hover: hover){.quote-button:hover{background:var(--orange-dark)}}.quote-button:active{transform:scale(.98);background:var(--orange-dark)}.form-error{color:var(--error);font-weight:600}.form-success{color:var(--success);font-weight:700;font-size:1.1rem}.privacy-note{font-size:.85rem;color:var(--text-muted);text-align:center}.result-step{align-items:center;justify-content:center;text-align:center;gap:.75rem;padding-bottom:3rem}.result-badge{width:64px;height:64px;border-radius:50%;background:var(--success);color:#fff;font-size:2rem;font-weight:800;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 18px #2e7d324d;animation:pop-in .35s cubic-bezier(.34,1.56,.64,1) both}@keyframes pop-in{0%{transform:scale(.3);opacity:0}to{transform:scale(1);opacity:1}}.result-price{font-size:3rem;font-weight:800;color:var(--red);line-height:1.1}.result-summary{font-size:1rem;color:var(--text-muted)}.result-note{font-size:.85rem;color:var(--text-muted);max-width:34ch}.restart-button{margin-top:1rem;width:100%;max-width:320px}@media (min-width: 640px){.step-title{font-size:1.8rem}}.result-page{max-width:760px;margin:0 auto;padding:1.5rem 1rem 7.5rem;display:flex;flex-direction:column;gap:1.25rem}.rp-section-title{font-size:1.25rem;margin-bottom:1rem}.rp-card{background:var(--card-bg);border:2px solid var(--border);border-radius:16px;padding:1.5rem 1.25rem}.rp-hero{text-align:center;padding:.5rem 0 0}.rp-booked-banner{background:#e8f3e9;border:2px solid var(--success);color:var(--success);font-weight:700;border-radius:12px;padding:.9rem 1rem;margin-bottom:1.25rem;animation:pop-in .35s cubic-bezier(.34,1.56,.64,1) both}.rp-kicker{font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:.4rem}.rp-greeting{font-size:1.65rem;line-height:1.2;margin-bottom:.6rem}.rp-trust{display:flex;align-items:center;justify-content:center;gap:.5rem;color:var(--text-muted);font-size:.95rem;font-weight:600}.stars{color:#f0b429;letter-spacing:.1em;font-size:1.05rem}.rp-system{border-color:var(--red);border-width:3px}.rp-badge{display:inline-block;background:var(--red);color:#fff;font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;border-radius:999px;padding:.3rem .8rem;margin-bottom:.6rem}.rp-system h2{font-size:1.45rem;line-height:1.2}.rp-system-sub{color:var(--text-muted);font-weight:600;margin:.25rem 0 1rem}.rp-spec-list{list-style:none;display:flex;flex-direction:column;gap:.55rem;margin-bottom:1rem;font-size:.95rem}.rp-install-soon{background:var(--cream);border-radius:10px;padding:.7rem .9rem;font-size:.95rem;margin-bottom:1rem}.rp-cta-row{display:flex;flex-direction:column;gap:.6rem}.rp-call-button{display:flex;align-items:center;justify-content:center;min-height:52px;border:2px solid var(--red);border-radius:10px;color:var(--red);font-weight:700;font-size:1.05rem;text-decoration:none;touch-action:manipulation}.rp-call-button:active{background:var(--cream-dark)}.rp-price-cols{display:grid;grid-template-columns:1fr 1fr;gap:.9rem;margin-bottom:1rem}.rp-price-col{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.3rem;background:var(--cream);border-radius:12px;padding:1rem .75rem}.rp-price-col.high{background:var(--cream-dark)}.rp-price-label{font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted)}.rp-price-num{font-size:1.9rem;font-weight:800;color:var(--red);line-height:1.1}.rp-price-hint{font-size:.78rem;color:var(--text-muted)}.rp-disclaimer{font-size:.85rem;color:var(--text-muted);font-style:italic;margin-bottom:.75rem}.rp-guarantee{font-size:.95rem;background:var(--cream);border-radius:10px;padding:.7rem .9rem}.rp-plan-row{display:grid;grid-template-columns:repeat(3,1fr);gap:.6rem;margin-bottom:1rem}.rp-plan{display:flex;flex-direction:column;align-items:center;gap:.2rem;background:var(--cream);border:2.5px solid var(--border);border-radius:12px;padding:.8rem .4rem;font:inherit;cursor:pointer;touch-action:manipulation;transition:border-color .15s ease,background .15s ease}.rp-plan.selected{border-color:var(--red);background:#fff}.rp-plan-term{font-weight:800;font-size:.98rem}.rp-plan-note{font-size:.8rem;color:var(--text-muted);font-weight:600}.rp-monthly{text-align:center;font-size:1.05rem}.rp-monthly strong{font-size:1.6rem;color:var(--red)}.rp-monthly-note{display:block;font-size:.8rem;color:var(--text-muted);margin-top:.3rem}.rp-promo{background:var(--red);color:#fff;border-radius:16px;padding:1.4rem 1.25rem;text-align:center;display:flex;flex-direction:column;gap:.4rem;align-items:center}.rp-promo-amount{font-size:2rem;font-weight:800;line-height:1}.rp-promo-text{font-size:.98rem;opacity:.95}.rp-promo-cta{margin-top:.6rem;background:#fff;color:var(--red);width:100%;max-width:320px}.rp-promo-cta:active{background:var(--cream)}@media (hover: hover){.rp-promo-cta:hover{background:var(--cream);color:var(--red)}}.rp-perks{display:grid;grid-template-columns:1fr;gap:.75rem}.rp-perk{display:flex;flex-direction:column;gap:.2rem;background:var(--card-bg);border:2px solid var(--border);border-radius:12px;padding:1rem 1.1rem;font-size:.9rem;color:var(--text-muted)}.rp-perk strong{color:var(--text);font-size:1rem}.rp-perk-icon{font-size:1.4rem}.rp-process-row{display:grid;grid-template-columns:1fr;gap:1rem}.rp-process-step{display:flex;flex-direction:column;gap:.35rem;background:var(--cream);border-radius:12px;padding:1rem 1.1rem}.rp-process-icon{font-size:1.6rem}.rp-process-step p{font-size:.9rem;color:var(--text-muted);line-height:1.45}.rp-faq{padding-bottom:.75rem}.faq-item{border-bottom:1.5px solid var(--border)}.faq-item:last-child{border-bottom:none}.faq-question{display:flex;justify-content:space-between;align-items:center;gap:.75rem;width:100%;background:none;border:none;font:inherit;font-weight:700;font-size:.98rem;color:var(--text);text-align:left;padding:.9rem .15rem;cursor:pointer;touch-action:manipulation}.faq-chevron{color:var(--red);font-size:1.3rem;font-weight:800;flex-shrink:0}.faq-answer{font-size:.92rem;color:var(--text-muted);line-height:1.5;padding:0 .15rem .9rem}.rp-testimonial-row{display:grid;grid-template-columns:1fr;gap:.75rem}.rp-testimonial{background:var(--card-bg);border:2px solid var(--border);border-radius:12px;padding:1.1rem 1.2rem;display:flex;flex-direction:column;gap:.5rem}.rp-testimonial blockquote{font-size:.92rem;line-height:1.5}.rp-testimonial figcaption{font-weight:700;font-size:.9rem;color:var(--text-muted)}.rp-final-cta{text-align:center;display:flex;flex-direction:column;align-items:center;gap:.6rem;padding:1rem 0}.rp-final-cta h2{font-size:1.4rem}.rp-final-cta p{color:var(--text-muted);font-size:.95rem}.rp-final-cta .quote-button{width:100%;max-width:340px;margin-top:.4rem}.rp-call-link{color:var(--red);font-weight:700;text-decoration:none}.rp-footer{display:flex;flex-direction:column;align-items:center;gap:.35rem;text-align:center;color:var(--text-muted);font-size:.88rem;padding-top:1rem;border-top:1.5px solid var(--border)}.rp-footer-note{color:var(--success);font-weight:700}.rp-restart{background:none;border:none;color:var(--text-muted);font:inherit;font-size:.85rem;text-decoration:underline;cursor:pointer;margin-top:.4rem;padding:.5rem}.rp-sticky{position:fixed;left:0;right:0;bottom:0;z-index:10;display:flex;align-items:center;justify-content:space-between;gap:.75rem;background:#fff;border-top:3px solid var(--red);padding:.75rem 1rem;padding-bottom:calc(.75rem + env(safe-area-inset-bottom));box-shadow:0 -4px 16px #3b2f2a26}.rp-sticky-price{display:flex;flex-direction:column;min-width:0}.rp-sticky-label{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted)}.rp-sticky-value{font-size:1.25rem;font-weight:800;color:var(--red);line-height:1.15;white-space:nowrap}.rp-sticky-cta{flex-shrink:0;padding:.8rem 1.6rem}@media (min-width: 640px){.rp-greeting{font-size:2rem}.rp-cta-row{flex-direction:row}.rp-cta-row .quote-button,.rp-call-button{flex:1}.rp-perks,.rp-process-row,.rp-testimonial-row{grid-template-columns:repeat(3,1fr)}}
