@import url(https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;600;700&family=Karla:wght@400;500;600;700&display=swap);:root{--stage-primary:#81a581;--stage-primary-dark:#379237;--stage-success:#379237;--stage-warning:#f39c12;--stage-danger:#e74c3c;--stage-text:#0F172A;--stage-text-light:#2F3B40;--stage-border:#D5EAD8;--stage-bg:#EDFBE2;--stage-white:#fff;--stage-radius:5px;--stage-shadow:0 2px 15px rgba(129, 165, 129, 0.15);--font-heading:'Rubik', sans-serif;--font-body:'Karla', sans-serif}.stage-form-container p,.stage-form p{margin:0!important;padding:0!important}.stage-form-container{max-width:750px!important;margin:2rem auto!important;padding:0 1rem;box-sizing:border-box}.stage-form{background:var(--stage-white);border-radius:var(--stage-radius);box-shadow:var(--stage-shadow);padding:2rem;font-family:var(--font-body);font-size:17px;line-height:1.6}.stage-form__title{color:var(--stage-text);margin:0 0 1.5rem;text-align:center;font-size:1.8rem;font-family:var(--font-heading);font-weight:700;line-height:1.2}.stage-form__fieldset{border:2px solid var(--stage-border);border-radius:var(--stage-radius);padding:1.25rem;margin:0 0 1.25rem;background:rgb(237 251 226 / .3)}.stage-form__fieldset legend{color:var(--stage-primary-dark);font-weight:700;padding:0 .5rem;font-size:1rem;font-family:var(--font-heading)}.stage-form__row{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:.75rem}.stage-form__row:last-child{margin-bottom:0}.stage-form__row>.stage-form__field{flex:1 1 calc(50% - 0.375rem);min-width:200px;margin-bottom:0}.stage-form__field{margin-bottom:.75rem}.stage-form__field:last-child{margin-bottom:0}.stage-form__label{display:block;color:var(--stage-text);font-weight:600;font-size:.9rem;margin-bottom:.4rem;font-family:var(--font-body)}.stage-form__field input[type="text"],.stage-form__field input[type="email"],.stage-form__field input[type="tel"],.stage-form__field select,.stage-form__field textarea{width:100%;padding:.75rem 1rem;border:2px solid var(--stage-border);border-radius:var(--stage-radius);font-size:1rem;font-family:var(--font-body);background:var(--stage-white);color:var(--stage-text);transition:all 0.3s;box-sizing:border-box}.stage-form__field input:focus,.stage-form__field select:focus,.stage-form__field textarea:focus{outline:none;border-color:var(--stage-primary-dark);box-shadow:0 0 0 3px rgb(129 165 129 / .2)}.stage-form__field textarea{resize:vertical;min-height:70px}.stage-form__radio-group{display:flex;flex-direction:column;gap:.4rem}.stage-form__radio-option{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;margin:0;background:var(--stage-white);border:2px solid var(--stage-border);border-radius:var(--stage-radius);cursor:pointer;transition:all 0.3s;font-weight:400}.stage-form__radio-option:hover{border-color:var(--stage-primary);background:rgb(129 165 129 / .06)}.stage-form__radio-option:has(input:checked){border-color:var(--stage-primary-dark);background:rgb(129 165 129 / .12);box-shadow:0 0 0 1px var(--stage-primary-dark)}.stage-form__radio-option input[type="radio"]{width:16px;height:16px;min-width:16px;margin:0;padding:0;flex-shrink:0;accent-color:var(--stage-primary);cursor:pointer}.stage-form__radio-content{display:flex;flex:1;justify-content:space-between;align-items:center;gap:.5rem}.stage-form__radio-label{font-weight:500;font-size:.95rem;color:var(--stage-text);margin:0;padding:0}.stage-form__radio-price{font-size:.95rem;font-weight:700;color:var(--stage-primary-dark);white-space:nowrap;margin:0;padding:0;flex-shrink:0}.stage-form__price-summary{background:var(--stage-bg);border-radius:var(--stage-radius);padding:1.5rem;margin-bottom:1.5rem;border:2px solid var(--stage-border)}.stage-form__price-summary h3{margin:0 0 .75rem;color:var(--stage-text);font-size:1.1rem;font-family:var(--font-heading);font-weight:700}.stage-form__price-details{display:flex;flex-direction:column}.stage-form__price-line{display:flex;justify-content:space-between;align-items:center;padding:.6rem 0;border-bottom:1px solid rgb(129 165 129 / .3);font-size:1rem;color:var(--stage-text-light)}.stage-form__price-line:last-child{border-bottom:none}.stage-form__price-line--total{font-weight:700;font-size:1.3rem;color:var(--stage-primary-dark);border-top:2px solid var(--stage-primary-dark);border-bottom:none;margin-top:.5rem;padding-top:.75rem}.stage-form__deposit-box{margin-top:1rem;padding:.75rem 1rem;background:linear-gradient(135deg,var(--stage-primary-dark) 0%,#2d7a2d 100%);border-radius:var(--stage-radius);color:#fff}.stage-form__deposit-box *{color:#fff}.stage-form__deposit-line{display:flex;justify-content:space-between;align-items:center;font-weight:700;font-size:1.05rem}.stage-form__deposit-note{font-size:.75rem;opacity:.9;margin-top:.25rem}.stage-form__field--checkbox{margin-bottom:1rem}.stage-form__checkbox-label{display:flex;align-items:flex-start;gap:.75rem;cursor:pointer;color:var(--stage-text);padding:.5rem}.stage-form__checkbox-label input[type="checkbox"]{width:18px;height:18px;min-width:18px;margin-top:.15rem;cursor:pointer;accent-color:var(--stage-primary-dark);flex-shrink:0}.stage-form__checkbox-label span{flex:1;font-size:.9rem;line-height:1.5}.stage-form__checkbox-label a{color:var(--stage-primary-dark);text-decoration:underline;font-weight:600}.stage-form__checkbox-label a:hover{color:#2d7a2d}.stage-form__errors{background:#fef2f2;border:2px solid var(--stage-danger);border-radius:var(--stage-radius);padding:1rem 1.25rem;margin-bottom:1.25rem;color:var(--stage-danger);font-size:.9rem;font-weight:500}.stage-form__actions{text-align:center;margin-bottom:.75rem}.stage-form__submit{background:var(--stage-primary-dark);color:var(--stage-white);border:none;padding:1rem 2rem;font-size:.95rem;font-weight:700;border-radius:var(--stage-radius);cursor:pointer;transition:background 0.3s,transform 0.1s;width:100%;max-width:320px;text-transform:uppercase;letter-spacing:1px}.stage-form__submit:hover{background:#2d7a2d;transform:translateY(-1px);box-shadow:0 4px 12px rgb(55 146 55 / .3)}.stage-form__submit:active{transform:scale(.98)}.stage-form__submit:disabled{background:var(--stage-text-light);cursor:not-allowed}.stage-form__secure{display:block;text-align:center;color:var(--stage-text-light);font-size:.85rem;margin-top:.75rem;opacity:.8}@media (max-width:600px){.stage-form-container{margin:1rem auto;padding:0 .5rem}.stage-form{padding:1rem;border-radius:6px}.stage-form__title{font-size:1.2rem;margin-bottom:.75rem}.stage-form__fieldset{padding:.75rem;margin-bottom:.75rem}.stage-form__fieldset legend{font-size:.85rem}.stage-form__row{flex-direction:column;gap:.6rem;margin-bottom:.6rem}.stage-form__row>.stage-form__field{flex:1 1 100%;min-width:100%}.stage-form__field{margin-bottom:.6rem}.stage-form__label{font-size:.8rem}.stage-form__field input[type="text"],.stage-form__field input[type="email"],.stage-form__field input[type="tel"],.stage-form__field select,.stage-form__field textarea{padding:.5rem .6rem;font-size:16px}.stage-form__radio-option{padding:.4rem .6rem;gap:.5rem}.stage-form__radio-label,.stage-form__radio-price{font-size:.8rem}.stage-form__price-summary{padding:.75rem;margin-bottom:.75rem}.stage-form__price-summary h3{font-size:.9rem}.stage-form__price-line{font-size:.85rem;padding:.35rem 0}.stage-form__price-line--total{font-size:1rem}.stage-form__deposit-box{padding:.6rem .75rem;margin-top:.75rem}.stage-form__deposit-line{font-size:.95rem}.stage-form__deposit-note{font-size:.7rem}.stage-form__submit{padding:.7rem 1.25rem;font-size:.95rem;max-width:none}}@media (max-width:380px){.stage-form-container{padding:0 .25rem}.stage-form{padding:.75rem}.stage-form__fieldset{padding:.6rem}.stage-form__radio-option{padding:.35rem .5rem}.stage-form__radio-content{flex-direction:column;align-items:flex-start;gap:.15rem}.stage-form__radio-label,.stage-form__radio-price{font-size:.75rem}}.stage-message{display:flex;flex-direction:column;align-items:center;gap:.75rem;max-width:450px;margin:2rem auto;padding:1.5rem;text-align:center;background:var(--stage-white);border-radius:var(--stage-radius);box-shadow:var(--stage-shadow)}.stage-message__icon{width:70px;height:70px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;color:var(--stage-white);flex-shrink:0}.stage-message--success .stage-message__icon{background:var(--stage-success)}.stage-message--warning .stage-message__icon{background:var(--stage-warning)}.stage-message__title{color:var(--stage-text);margin:0;font-size:1.4rem;font-family:var(--font-heading);font-weight:700}.stage-message__text{color:var(--stage-text-light);margin:0;font-size:1rem;font-family:var(--font-body);line-height:1.6}.stage-message__actions{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-top:.25rem}.stage-button{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;background:var(--stage-primary-dark);color:var(--stage-white);text-decoration:none;border-radius:var(--stage-radius);font-weight:700;font-size:.9rem;font-family:var(--font-body);text-transform:uppercase;letter-spacing:1px;transition:all 0.3s}.stage-button:hover{background:#2d7a2d;color:var(--stage-white);transform:translateY(-1px);box-shadow:0 4px 12px rgb(55 146 55 / .3)}.stage-button--secondary{background:#fff0;color:var(--stage-primary-dark);border:2px solid var(--stage-primary-dark)}.stage-button--secondary:hover{background:var(--stage-primary-dark);color:var(--stage-white)}.stage-form--loading .stage-form__submit{position:relative;color:#fff0}.stage-form--loading .stage-form__submit::after{content:'';position:absolute;top:50%;left:50%;width:18px;height:18px;margin:-9px 0 0 -9px;border:2px solid var(--stage-white);border-top-color:#fff0;border-radius:50%;animation:spin 0.8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width:600px){.stage-message{margin:1rem auto;padding:1rem}.stage-message__icon{width:56px;height:56px;font-size:1.75rem}.stage-message__title{font-size:1.1rem}.stage-button{width:100%;padding:.7rem 1rem}}