.cfwo-form { max-width: 1000px; margin:auto; }
.cfwo-heading { font-size:32px; font-weight:800; color:#f03e2c; margin-bottom:25px; }

.cfwo-row { display:flex; gap:20px; margin-bottom:20px; }
.cfwo-col { flex:1; display:flex; flex-direction:column; }
.cfwo-row.full { flex-direction:column; }

.cfwo-form input,
.cfwo-form textarea,
.cfwo-form select {
  padding:14px; border:1px solid #ccc; border-radius:6px;
  font-size:15px; font-family:inherit;
}

.cfwo-btn {
  margin-top:15px; width:100%; padding:16px;
  background:#f03e2c; color:#fff; font-weight:700;
  border:none; border-radius:16px;
  cursor:pointer; text-transform:uppercase;
}
.cfwo-btn:hover { background:#d6311e; }
