/* falar-especialista — estilos de seção extraídos do protótipo */
  .field{ width:100%; box-sizing:border-box; padding:.85rem 1rem; border-radius:11px; border:1px solid rgba(244,244,242,.16); background:rgba(244,244,242,.04); color:#F4F4F2; font-family:inherit; font-size:.98rem; font-weight:500; outline:none; }
  .field::placeholder{ color:rgba(244,244,242,.4); }
  .field:focus{ border-color:rgba(232,85,46,.5); background:rgba(244,244,242,.06); }
  textarea.field{ resize:none; line-height:1.4; }
  .flabel{ font-size:.82rem; font-weight:600; letter-spacing:.01em; color:rgba(244,244,242,.66); margin-bottom:.5rem; display:block; }
  .qbtn{ appearance:none; cursor:pointer; font-family:inherit; padding:.7rem .9rem; border-radius:10px; border:1px solid rgba(244,244,242,.16); background:rgba(244,244,242,.04); color:rgba(244,244,242,.82); font-size:.9rem; font-weight:600; text-align:left; transition:none; }
  .qbtn:hover{ background:rgba(244,244,242,.07); border-color:rgba(244,244,242,.28); }
  .qbtn.on{ background:rgba(232,85,46,.14); border-color:rgba(221,57,21,.5); color:#FF6A3D; }
  .submitbtn{ display:flex; align-items:center; justify-content:center; gap:.6rem; width:100%; box-sizing:border-box; padding:.95rem 1rem; border-radius:12px; background:#E8552E; color:#15131f; font-weight:700; font-size:1.02rem; border:0; cursor:pointer; font-family:inherit; box-shadow:0 14px 36px -12px rgba(221,57,21,.7); }
  .submitbtn:disabled{ opacity:.4; cursor:not-allowed; box-shadow:none; }
  .readybtn{ display:flex; align-items:center; gap:.85rem; width:100%; box-sizing:border-box; padding:1rem 1.1rem; border-radius:13px; text-decoration:none; cursor:pointer; font-family:inherit; text-align:left; border:1px solid rgba(244,244,242,.16); background:rgba(244,244,242,.03); }
  .readybtn:hover{ background:rgba(244,244,242,.06); }
  .readybtn.hot{ background:#E8552E; border-color:#E8552E; box-shadow:0 16px 40px -12px rgba(221,57,21,.7); }
  .stepdot{ width:24px; height:24px; border-radius:50%; background:rgba(244,244,242,.08); display:flex; align-items:center; justify-content:center; font-size:.78rem; font-weight:700; color:#FF6A3D; flex:none; }


