.wf-cf {
  width: 100%;
}

.wf-cf__layout{
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 40px;
  align-items: start;
}

@media (max-width: 992px){
  .wf-cf__layout{ grid-template-columns: 1fr; gap: 24px; }
}

/* LEWA KOLUMNA */
.wf-cf__left{
  color: #111;
}

.wf-cf__brand{
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 10px;
}

.wf-cf__info{
  font-size: 14px;
  line-height: 1.6;
}

.wf-cf__info-row{
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 10px;
  margin: 6px 0;
}

.wf-cf__info-label{
  font-weight: 600;
  color: #333;
}

.wf-cf__info-val{
  color: #222;
}

.wf-cf__link{
  color: #111;
  text-decoration: underline;
}

/* PRAWA KOLUMNA */
.wf-cf__right{
  width: 100%;
}

.wf-cf__title{
  text-align: left;
  font-size: 24px;
  letter-spacing: 0.04em;
  font-weight: 700;
  margin-bottom: 22px;
  color: #111;
}

/* ALERTY */
.wf-cf__alert{
  border: 1px solid #d6d6d6;
  padding: 12px 14px;
  margin-bottom: 16px;
  font-size: 14px;
  background: #fff;
  border-radius:10px;
}

.wf-cf__alert--success{
  border-color: #cfead6;
  background: #eefaf1;
}

.wf-cf__alert--error{
  border-color: #f0c5c5;
  background: #fff1f1;
}

.wf-cf__alert-title{
  font-weight: 700;
  margin-bottom: 6px;
}

.wf-cf__alert-list{
  margin: 0;
  padding-left: 18px;
}

/* FORM – układ: label po lewej, kontrolka po prawej */
.wf-cf__form{
  width: 100%;
}

.wf-cf__row{
  align-items: center;
  margin-bottom: 14px;
}

.wf-cf__label{
  font-size: 14px;
  color: #333;
}

.wf-cf__req{
  color: #d11;
}

.wf-cf__control{
  width: 100%;
}

/* INPUTY jak w starym formularzu */
.wf-cf__input,
.wf-cf__select,
.wf-cf__textarea{
  width: 100%;
  border: 1px solid #d6d6d6;
  background: #fff;
  padding: 10px 12px;
  font-size: 14px;
  outline: none;
  box-sizing: border-box;
  border-radius:10px;
}

.wf-cf__input:focus,
.wf-cf__select:focus,
.wf-cf__textarea:focus{
  border-color: #bdbdbd;
}

.wf-cf__textarea{
  min-height: 140px;
  resize: vertical;
}

/* SELECT ze strzałką */
.wf-cf__select-wrap{
  position: relative;
}

.wf-cf__select{
  appearance: none;
  -webkit-appearance: none;
  padding-right: 36px;
}

.wf-cf__chev{
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 13px;
  opacity: 0.7;
}

/* RADIO w jednej linii */
.wf-cf__radios{
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
}

.wf-cf__radio{
  display: inline-flex;
  gap: 8px;
  align-items: center;
  font-size: 14px;
  user-select: none;
}

.wf-cf__radio input{
  width: 16px;
  height: 16px;
}

/* ZGODA */
.wf-cf__consent{
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 13px;
  line-height: 1.35;
  color: #333;
}

.wf-cf__consent input{
  margin-top: 2px;
  width: 16px;
  height: 16px;
}

.wf-cf__consent a{
  text-decoration: underline;
  color: #111;
}

/* PRZYCISK jak w starym */
.wf-cf__actions{
  display: flex;
  justify-content: flex-end;
  margin-top: 18px;
}

.wf-cf__btn{
  border: none;
  background: #f28c00;
  color: #fff;
  font-weight: 700;
  padding: 10px 18px;
  cursor: pointer;
  box-shadow: 0 2px 0 rgba(0,0,0,0.15);
  font-size: 14px;
  border-radius:10px;
}

.wf-cf__btn:hover{
  background: #d97900;
}

/* honeypot */
.wf-cf__hp{
  position: absolute !important;
  left: -99999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}
.wf-cf__hp{
  position: absolute !important;
  left: -99999px !important;
  top: auto !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
.wf-cf__right{
	max-width:500px;
}