.new-customer{font-family:Poppins,sans-serif;background-color:#f9f9f9;padding:3rem 1.5rem;color:#004225}.new-customer__wrapper{width:100%;max-width:600px;margin:auto;background-color:#fff;padding:.5rem;border-radius:10px;box-shadow:0 6px 20px #00000014;border-top:5px solid #f2a900}@media (min-width: 992px){.new-customer__wrapper{max-width:700px;padding:2rem 3rem}}@media (min-width: 1200px){.new-customer__wrapper{max-width:750px}}.new-customer__title{font-size:1.5rem;font-weight:600;color:#004225;margin-bottom:1rem;text-align:center}.new-customer__intro{text-align:center;margin-bottom:2rem;color:#555;font-size:.8rem}.new-customer form{display:grid;grid-template-columns:1fr;gap:1rem}@media (min-width: 768px){.new-customer form{grid-template-columns:repeat(2,1fr)}}.new-customer__form-group{display:flex;flex-direction:column;margin-bottom:1rem}.new-customer__form-group label{font-weight:500;margin-bottom:.4rem;color:#004225}.new-customer__form-group input,.new-customer__form-group select{padding:.75rem;font-size:1rem;border:1px solid #cccccc;border-radius:6px;transition:border-color .2s ease-in-out}.new-customer__form-group input:focus,.new-customer__form-group select:focus{border-color:#f2a900;outline:none;box-shadow:0 0 0 2px #f2a90033}.new-customer__form-group--radio .new-customer__radio-options{display:flex;gap:1.2rem;margin-top:.5rem}.new-customer__form-group--radio .new-customer__radio-options label{display:flex;align-items:center;gap:.5rem;font-weight:400}.new-customer__section{grid-column:span 2;margin-bottom:1rem}.new-customer__section legend{font-size:1.2rem;font-weight:600;margin-bottom:1rem;color:#004225}.new-customer__buttons{grid-column:span 2;display:flex;justify-content:space-between;margin-top:2rem}.new-customer__buttons button{padding:.8rem 1.5rem;background-color:#f2a900;color:#fff;font-size:1.1rem;font-weight:500;border:none;border-radius:8px;cursor:pointer;transition:background .2s ease-in-out}.new-customer__buttons button:hover{background-color:#cc8900}.new-customer__progress-wrapper{max-width:900px;margin:0 auto 1.5rem}.new-customer__progress{height:8px;background:#eee;border-radius:4px;overflow:hidden;margin-bottom:1.5rem}.new-customer__progress-bar{height:100%;background-color:#28a745;transition:width .3s ease}.new-customer__thank-you{text-align:center;padding:1.5rem;background-color:#dff7e1;border:1px solid #a5d6af;color:#2e7d32;font-weight:600;border-radius:6px}.new-customer__info-message{background:#f0f4ff;padding:1rem;border-left:4px solid #0073e6;font-size:.95rem}.new-customer__info-message a{color:#0073e6;text-decoration:underline}
