.gym-ask{box-sizing:border-box;width:min(1380px,calc(100% - 32px));margin:48px auto 80px;font-family:Arial,Helvetica,sans-serif;color:#171717}
.gym-ask *{box-sizing:border-box}
.gym-ask-card{max-width:920px;margin:0 auto;padding:clamp(26px,5vw,58px);border:3px solid #000;border-radius:16px;background:#fff;box-shadow:0 8px 24px rgba(0,0,0,.16)}
.gym-ask-kicker{margin:0 0 10px;color:#6f4e37;font-size:13px;font-weight:900;letter-spacing:.17em;text-transform:uppercase}
.gym-ask h1{margin:0 0 12px;font-size:clamp(42px,7vw,78px);line-height:.95;letter-spacing:-.05em}
.gym-ask-intro{max-width:680px;margin:0 0 24px;color:#555;font-size:18px;line-height:1.55}
.gym-ask-suggestions{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:20px}
.gym-ask-suggestions button{padding:10px 14px;border:1px solid #6f4e37;border-radius:999px;background:#fff;color:#6f4e37;font-weight:800;cursor:pointer}
.gym-ask-suggestions button:hover{background:#f3ece7}
.gym-ask-chat{height:min(48vh,430px);min-height:300px;padding:18px;border:1px solid #d8d0ca;border-radius:12px;background:#f7f5f3;overflow-y:auto}
.gym-ask-message{max-width:82%;margin:0 0 14px;padding:13px 15px;border-radius:12px;box-shadow:0 2px 7px rgba(0,0,0,.07)}
.gym-ask-message strong{display:block;margin-bottom:5px;font-size:12px;letter-spacing:.06em;text-transform:uppercase}
.gym-ask-message p{margin:0;font-size:16px;line-height:1.5}
.gym-ask-message--assistant{margin-right:auto;border:1px solid #ddd;background:#fff}
.gym-ask-message--user{margin-left:auto;background:#171717;color:#fff}
.gym-ask-form{display:grid;grid-template-columns:1fr auto;gap:10px;margin-top:14px}
.gym-ask-form input{min-width:0;height:52px;padding:0 15px;border:2px solid #171717;border-radius:9px;background:#fff;font-size:16px}
.gym-ask-form button{min-width:110px;border:0;border-radius:9px;background:#6f4e37;color:#fff;font-size:15px;font-weight:900;text-transform:uppercase;cursor:pointer}
.gym-ask-note{margin:12px 0 0;color:#777;font-size:13px;text-align:center}
@media(max-width:620px){
 .gym-ask{width:100%;margin:22px 0 50px;padding:0 10px;overflow-x:hidden}
 .gym-ask-card{width:100%;padding:24px 14px;border-radius:12px}
 .gym-ask h1{font-size:44px}
 .gym-ask-intro{font-size:16px}
 .gym-ask-chat{min-height:330px;padding:12px}
 .gym-ask-message{max-width:92%}
 .gym-ask-form{grid-template-columns:1fr}
 .gym-ask-form button{height:50px}
}
