/* ============ azdziebko.pl — formularze CF7 (stylizacja 1:1) ============ */

/* CF7 owija pola w <span.wpcf7-form-control-wrap> — robimy je blokowe. */
.az-cf .wpcf7-form-control-wrap { display: block; }
.az-cf .wpcf7-spinner { margin: 0 0 0 10px; }

/* Komunikaty CF7 (walidacja / status) */
.az-cf .wpcf7-not-valid-tip { font-size: 12px; color: #d63a3a; margin-top: 5px; }
.wpcf7 form .wpcf7-response-output { margin: 16px 0 0; padding: 10px 14px; font-size: 13px; line-height: 1.5; border: 1px solid rgba(10,10,10,.2); }

/* ---- KONTAKT (jasny panel) ---- */
.az-cf-lab { font-size: 13px; font-weight: 600; color: #3d3b38; }
.az-cf-inp { width: 100%; background: #fff; border: 1px solid rgba(10,10,10,.18); color: #0A0A0A; font-family: inherit; font-size: 16px; padding: 14px 16px; }
.az-cf-inp:focus { outline: none; border-color: #FF6400 !important; }
.az-cf-submit { width: 100%; margin-top: 4px; background: #FF6400; color: #0A0A0A; border: none; font-family: inherit; font-weight: 600; font-size: 17px; padding: 17px; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease; }
.az-cf-submit:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(255,100,0,.4); }

/* Zgoda (acceptance) — jasny */
.az-cf .wpcf7-acceptance .wpcf7-list-item { margin: 0; }
.az-cf .wpcf7-acceptance label { display: flex; gap: 11px; align-items: flex-start; cursor: pointer; }
.az-cf .wpcf7-acceptance input[type="checkbox"] { margin-top: 3px; width: 18px; height: 18px; accent-color: #FF6400; flex-shrink: 0; }
.az-cf .wpcf7-acceptance .wpcf7-list-item-label { font-size: 13px; line-height: 1.5; color: #6b6862; }
.az-cf .wpcf7-acceptance a { color: #FF6400; border-bottom: 1px solid rgba(255,100,0,.5); }

/* ---- LEAD MAGNET (ciemny panel, wiersz e-mail/imię/submit) ---- */
.az-cf-lead .az-cf-row { display: flex; flex-wrap: wrap; gap: 12px; }
.az-cf-lead .az-cf-row .wpcf7-form-control-wrap { flex: 1 1 180px; }
.az-cf-inp-dark { width: 100%; min-width: 0; background: #161513; border: 1px solid rgba(243,242,239,.22); color: #F3F2EF; font-family: inherit; font-size: 16px; padding: 15px 16px; }
.az-cf-inp-dark:focus { outline: none; border-color: #FF6400 !important; }
.az-cf-submit-sm { flex: 0 0 auto; background: #FF6400; color: #0A0A0A; border: none; font-family: inherit; font-weight: 600; font-size: 16px; padding: 15px 26px; cursor: pointer; white-space: nowrap; transition: transform .18s ease, box-shadow .18s ease; }
.az-cf-submit-sm:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(255,100,0,.4); }
.az-cf-accept-dark label { display: flex; gap: 11px; align-items: flex-start; cursor: pointer; }
.az-cf-accept-dark input[type="checkbox"] { margin-top: 3px; width: 17px; height: 17px; accent-color: #FF6400; flex-shrink: 0; }
.az-cf-accept-dark .wpcf7-list-item-label { font-size: 13px; line-height: 1.5; color: #8a8782; }
.az-cf-accept-dark .wpcf7-list-item { margin: 0; }
.az-cf-accept-dark a { color: #FF6400; }

/* Stan „wysłano" (custom, pokazywany przez JS na wpcf7mailsent) */
.az-form-sent { display: none; }
.az-form-wrap.is-sent .az-form-sent { display: block; }
.az-form-wrap.is-sent .az-form-live { display: none; }
