.page-contact .contact-form-wrapper{background:var(--color-white);border-radius:12px;border-top:4px solid var(--color-accent);box-shadow:0 2px 12px rgba(0,0,0,0.06);padding:2rem}.wizard-intro{font-size:1.15rem;color:var(--color-gray-600);text-align:center;max-width:620px;margin:0 auto 0.35rem}.wizard-fastlane{font-size:0.9rem;color:var(--color-gray-500);text-align:center;margin:0 0 1.75rem}.wizard-fastlane a{color:#1a1a1a;font-weight:600;border-bottom:2px solid var(--color-accent);padding-bottom:1px;transition:border-color 0.15s ease}.wizard-fastlane a:hover{border-color:#e5b34a}.page-contact .contact-info-box a{color:#1a1a1a;font-weight:600;border-bottom:2px solid var(--color-accent);padding-bottom:1px}.page-contact .contact-info-box a:hover{text-decoration:none;border-color:#e5b34a}.contact-form.wizard-active .wizard-step{display:none}.contact-form.wizard-active .wizard-step.is-current{display:block;animation:wizard-step-in 0.28s ease both}.contact-form.wizard-active button[type="submit"]{display:none}.contact-form.wizard-active.on-last-step button[type="submit"]{display:inline-block}@keyframes wizard-step-in{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.wizard-step{border:0;padding:0;margin:0 0 1.75rem}.wizard-step legend{padding:0;font-family:var(--font-heading);font-size:1.4rem;font-weight:600;line-height:1.25;color:var(--color-black);margin-bottom:1.25rem;text-wrap:balance}.wizard-step legend:focus{outline:none}.wizard-progress{margin-bottom:1.5rem}.wizard-progress-text{display:block;font-size:0.72rem;font-weight:600;text-transform:uppercase;letter-spacing:0.12em;color:var(--color-gray-500);margin-bottom:0.45rem}.wizard-progress-track{height:6px;background:var(--color-gray-200);border-radius:3px;overflow:hidden}.wizard-progress-fill{height:100%;width:0;background:linear-gradient(90deg,var(--color-accent),#e5b34a);border-radius:3px;transition:width 0.35s ease}.chip-group{display:flex;flex-direction:column;gap:0.6rem}.chip-option{display:block;position:relative;cursor:pointer}.chip-option input{position:absolute;opacity:0;pointer-events:none}.chip-option span{display:block;padding:0.95rem 1.15rem;font-family:var(--font-primary);font-size:0.95rem;font-weight:500;color:var(--color-black);background:var(--color-white);border:1px solid var(--color-gray-300);border-radius:8px;transition:border-color 0.15s ease,box-shadow 0.15s ease,background 0.15s ease,transform 0.15s ease}.chip-option:hover span{border-color:var(--color-accent);box-shadow:0 2px 8px rgba(0,0,0,0.06);transform:translateY(-1px)}.chip-option input:focus-visible+span{outline:2px solid var(--color-accent);outline-offset:2px}.chip-option input:checked+span{border-color:var(--color-accent);box-shadow:inset 0 0 0 1px var(--color-accent);background:rgba(244,192,87,0.12);font-weight:600}.wizard-nav{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-top:1.75rem;padding-top:1.25rem;border-top:1px solid var(--color-gray-200)}.wizard-back{background:none;border:none;cursor:pointer;font-family:var(--font-primary);font-size:0.9rem;font-weight:500;color:var(--color-gray-500);padding:0.5rem 0;transition:color 0.15s ease}.wizard-back:hover{color:var(--color-black)}.wizard-back[hidden]{display:none}.wizard-error{color:#e74c3c;font-size:0.85rem;margin-top:0.75rem;display:none}.wizard-error.is-visible{display:block}.wizard-submit-error{border:1px solid #e74c3c;background:rgba(231,76,60,0.06);border-radius:8px;padding:0.85rem 1rem;margin-top:1rem;font-size:0.9rem;display:none}.wizard-submit-error.is-visible{display:block}.wizard-exit{animation:wizard-step-in 0.28s ease both;padding:0.25rem 0}.wizard-exit h3{font-family:var(--font-heading);font-size:1.4rem;line-height:1.25;margin-bottom:0.85rem;text-wrap:balance}.wizard-exit p{color:var(--color-gray-600);max-width:56ch}.wizard-exit .btn{margin-top:0.5rem}.estimate-screen{animation:wizard-step-in 0.35s ease both}.estimate-screen h3{font-size:0.78rem;font-weight:700;text-transform:uppercase;letter-spacing:0.14em;color:var(--color-gray-500);margin-bottom:0.75rem}.estimate-screen .estimate-headline{font-family:var(--font-heading);font-size:1.65rem;font-weight:600;line-height:1.25;color:var(--color-black);margin-bottom:0.75rem;text-wrap:balance;animation:wizard-step-in 0.35s ease 0.08s both}.estimate-screen p{margin-bottom:0.75rem}.estimate-screen .estimate-note{font-size:0.95rem;color:var(--color-gray-500)}.estimate-screen .estimate-extra{padding:0.85rem 1.1rem;border-left:3px solid var(--color-accent);background:rgba(244,192,87,0.1);border-radius:0 8px 8px 0;margin-bottom:0.75rem;font-size:0.95rem;animation:wizard-step-in 0.35s ease 0.16s both}.estimate-screen .booking-card{margin-top:1.75rem;box-shadow:none;border:1px solid var(--color-gray-200);border-top:4px solid var(--color-accent);animation:wizard-step-in 0.35s ease 0.24s both}@media (min-width:600px){.chip-group{flex-direction:row;flex-wrap:wrap}.chip-group .chip-option{flex:1 1 calc(50% - 0.6rem)}}@media (max-width:480px){.page-contact .contact-form-wrapper{padding:1.25rem}.wizard-step legend{font-size:1.2rem}.estimate-screen .estimate-headline{font-size:1.35rem}}@media (prefers-reduced-motion:reduce){.wizard-progress-fill,.chip-option span,.wizard-back,.wizard-fastlane a{transition:none}.chip-option:hover span{transform:none}.contact-form.wizard-active .wizard-step.is-current,.wizard-exit,.estimate-screen,.estimate-screen .estimate-headline,.estimate-screen .estimate-extra,.estimate-screen .booking-card{animation:none}}