.form-smartpiano{background-color:#0c4451;padding:2rem;max-width:900px;margin:auto;color:white;border-radius:10px;display:flex;flex-direction:column;gap:1.5rem}.form-smartpiano label{color:white!important;font-family:'Aboreto',cursive;margin-bottom:4px}.form-smartpiano input,.form-smartpiano select,.form-smartpiano textarea{background:white;color:black;width:100%;max-width:400px;box-sizing:border-box;border:none;border-bottom:1px solid #BF9E59;padding:6px 8px;font-family:Arial,sans-serif}.form-smartpiano .radio-group{display:flex;gap:20px;align-items:center;flex-wrap:wrap}.form-smartpiano .radio-option{display:inline-flex;align-items:center;gap:8px;color:white;white-space:nowrap}.form-smartpiano button{background:white;color:#0c4451;padding:10px 16px;border:none;font-size:1.1em;cursor:pointer;border-radius:6px;font-family:Arial,sans-serif;width:fit-content}@media (max-width:768px){.form-smartpiano{padding:1rem}.form-smartpiano input,.form-smartpiano select,.form-smartpiano textarea{max-width:100%}}@media (min-width:769px){.form-smartpiano .row{display:flex;flex-wrap:wrap;gap:20px}.form-smartpiano .col{flex:1 1 45%;min-width:250px}.form-smartpiano .row.full,.form-smartpiano .col.full{flex:1 1 100%}}