*{box-sizing:border-box}body,html{margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#fafafa;color:#111;line-height:1.5}.container{max-width:720px;margin:0 auto;padding:24px 20px 64px}.header{border-bottom:2px solid #00e5e5;padding-bottom:12px;margin-bottom:24px}.header h1{margin:0;font-size:1.6rem}.tagline{margin:4px 0 0;color:#666;font-size:.95rem}.card{background:#fff;border:1px solid #e5e5e5;border-radius:8px;padding:20px;margin-bottom:16px}.card h2{margin:0 0 12px;font-size:1.2rem}label{display:block;font-weight:500;margin:12px 0 4px;font-size:.95rem}.required-mark{color:#c00}input[type=email],input[type=number],input[type=tel],input[type=text],select,textarea{width:100%;padding:10px 12px;border:1px solid #ccc;border-radius:6px;font-size:1rem;font-family:inherit}textarea{min-height:80px;resize:vertical}input:focus,select:focus,textarea:focus{outline:2px solid #00E5E5;border-color:#00E5E5}.button-row{margin-top:20px;display:flex;gap:10px;flex-wrap:wrap}.button,button{background:#111;color:#fff;border:none;padding:12px 20px;border-radius:6px;font-size:1rem;font-weight:500;cursor:pointer;text-decoration:none;display:inline-block}.button:hover,button:hover{background:#00E5E5;color:#111}.button.secondary,button.secondary{background:#fff;color:#111;border:1px solid #ccc}.button.secondary:hover,button.secondary:hover{background:#f5f5f5;color:#111}.radio-group{display:block;margin:8px 0}.radio-option{padding:10px 12px;border:1px solid #e5e5e5;border-radius:6px;margin-bottom:8px;cursor:pointer}.radio-option:hover{border-color:#00E5E5}.radio-option input{margin-right:8px}.radio-option .label{font-weight:500}.radio-option .desc{color:#666;font-size:.9rem;margin-top:4px}.checkbox-row{display:flex;align-items:flex-start;gap:8px;padding:8px 0}.checkbox-row input[type=checkbox]{margin-top:4px}.muted{color:#666;font-size:.9rem}.error{background:#fee;color:#900}.error,.success{padding:10px 12px;border-radius:6px;margin-bottom:16px}.success{background:#efe;color:#060}.dancer-block{padding:16px;border:1px solid #e5e5e5;border-radius:8px;margin-bottom:20px}.dancer-block h3{margin-top:0;color:#00B0B0}.summary-line{display:flex;justify-content:space-between;padding:6px 0}.summary-line.bold{font-weight:600;border-top:2px solid #111;padding-top:10px;margin-top:8px;font-size:1.15rem}.summary-line .discount{color:#060}.row{display:flex;gap:12px}.row>*{flex:1 1}@media (max-width:480px){.row{flex-direction:column;gap:0}}fieldset{border:1px solid #e5e5e5;border-radius:6px;padding:12px;margin:12px 0}fieldset legend{padding:0 8px;font-weight:500;color:#00B0B0}.progress{display:flex;gap:4px;margin-bottom:16px;font-size:.85rem;color:#666}.progress .step{padding:4px 10px;border-radius:12px;background:#eee}.progress .step.active{background:#00E5E5;color:#111;font-weight:500}.progress .step.done{background:#ccc}