@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600&display=swap");*{margin:0;padding:0;box-sizing:border-box}body{font-family:Montserrat,sans-serif;background:#faf7f5;color:#3d3d3d;display:flex;justify-content:center;align-items:center;min-height:100vh;padding:2rem}.form-wrapper{background:#fff;width:100%;max-width:600px;border-radius:28px;padding:2.4rem 2rem;text-align:center;box-shadow:0 8px 38px rgba(0,0,0,.08)}.checkbox{display:flex;align-items:center;gap:12px}.checkbox input[type=checkbox]{margin-top:0;width:20px;height:20px}h2{font-weight:600;font-size:1.6rem;margin-bottom:1.4rem;color:#3d3d3d}input,select,textarea{width:100%;padding:1rem;border-radius:14px;font-size:1rem;border:2px solid #eadada;color:#3d3d3d;background:#fff;transition:border .2s}input:focus,select:focus,textarea:focus{border-color:#d7a6a0;outline:none}textarea{min-height:100px;resize:none}.step-indicator{display:flex;justify-content:center;gap:8px;margin:1.2rem 0 2rem}.step-indicator div{width:12px;height:12px;border-radius:50%;background:#e8d3d0;transition:.3s}.step-indicator div.active{background:#d7a6a0}.footer-buttons{display:flex;justify-content:space-between;margin-top:2rem}button{flex:1 1;padding:1rem;border-radius:18px;border:none;font-size:1rem;font-weight:500;cursor:pointer;transition:opacity .2s,transform .2s}button:active{transform:scale(.97)}button:first-child{margin-right:.6rem;background:#d7a6a0;color:#fff}button:last-child{margin-left:.6rem;background:#ede3e1;color:#7f7f7f}button:disabled{opacity:.35;cursor:default}.logo{display:block;margin:0 auto 1.4rem;width:120px}@media (max-width:480px){.form-wrapper{padding:1.8rem 1.4rem}h2{font-size:1.4rem}}.therapist-card{background:#fff;border-radius:22px;padding:1.4rem;margin-bottom:1.6rem;text-align:center;border:1.5px solid #e6d6d4;box-shadow:0 6px 18px rgba(0,0,0,.04);transition:transform .25s ease,box-shadow .25s ease}.therapist-card:hover{transform:translateY(-3px);box-shadow:0 10px 26px rgba(0,0,0,.08)}.therapist-card.unavailable{opacity:.45;pointer-events:none}.therapist-img{width:100%;max-width:230px;height:auto;border-radius:18px;margin-bottom:1.2rem;object-fit:cover}.therapist-card h3{font-size:1.3rem;font-weight:600;margin-bottom:.4rem;color:#3d3d3d}.therapist-card p{font-size:.95rem;line-height:1.4;margin-bottom:1.2rem;color:#6a5e5c}.therapist-card button{background:#d7a6a0;color:#fff;font-weight:500;padding:.9rem 1.4rem;border-radius:14px;border:none;width:100%;cursor:pointer;transition:background .25s ease}.therapist-card button:hover{background:#c7928a}.therapist-card button:disabled{background:#e7dada;color:#a8a8a8}.carousel-wrapper{text-align:center;margin-bottom:1.5rem}.carousel-scroll{display:flex;gap:1.2rem;overflow-x:auto;scroll-snap-type:x mandatory;padding:1rem 0}.carousel-card{min-width:260px;max-width:260px;scroll-snap-align:center;border-radius:18px;background:#fff;padding:1rem;box-shadow:0 4px 24px rgba(0,0,0,.06);cursor:pointer;transition:transform .3s}.carousel-card.active{transform:scale(1.05);border:2px solid #d7a6a0}.carousel-img{border-radius:14px;object-fit:cover}.carousel-controls{margin-top:.5rem;display:flex;justify-content:center;gap:1rem}.carousel-controls button{padding:.7rem 1.1rem;border-radius:14px;border:none;background:#d7a6a0;color:#fff}.team-detail{margin-top:1rem}.detail-img{border-radius:18px;margin-bottom:1rem}.detail-video{margin-top:1rem}.detail-video,.select-btn{width:100%;border-radius:18px}.select-btn{margin-top:1.3rem;padding:1rem;border:none;background:#d7a6a0;color:#fff;font-size:1.1rem}.team-detail{margin-top:2rem;text-align:center}.team-detail-img{width:180px;height:180px;object-fit:cover;border-radius:20px;margin-bottom:1rem}.role{font-size:.95rem;color:#7a6b6b;margin-bottom:.6rem}.short-desc{font-size:1.05rem;color:#3d3d3d;margin-bottom:1.2rem;font-weight:500}.long-desc{max-height:220px;overflow-y:auto;padding:0 8px;margin-bottom:1.4rem;text-align:left;line-height:1.6}.video-wrapper{margin:1.4rem auto;width:100%;max-width:420px;aspect-ratio:16/9;border-radius:14px;overflow:hidden}.video-wrapper iframe{width:100%;height:100%;border:none}.select-button{background:#d7a6a0;color:#fff;padding:1rem 1.4rem;border-radius:18px;border:none;cursor:pointer;font-size:1rem;width:100%}