/* patronat.css — Patronat medialny (F13). Port 1:1 z handoff/patronat-styles.css.
   Reużywa coop-* (hero/prose/contact/btn) z wspolpraca.css (ładowany obok). Tu tylko bloki pat-*.
   Formularz wniosku = Gravity Forms (forms-gf.css). */

.pat-sec { margin-top: 44px; }

/* Nagłówek sekcji */
.pat-head { max-width: 62ch; margin-bottom: 22px; }
.pat-head .k { font-size: 11.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--accent-2); margin: 0 0 12px; }
.pat-head h2 { font-size: 27px; line-height: 1.15; letter-spacing: -0.02em; font-weight: 600; margin: 0; color: var(--ink); text-wrap: balance; }
.pat-head p.sub { margin: 12px 0 0; font-size: 15px; line-height: 1.6; color: var(--ink-2); max-width: 60ch; }

/* Zakres wsparcia — karty */
.pat-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.pat-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--rad-lg); padding: 20px; transition: border-color 0.13s, box-shadow 0.13s, transform 0.13s; }
.pat-card:hover { border-color: var(--line-2); box-shadow: var(--shadow-sm); transform: translateY(-2px); }
.pat-card .ic { width: 42px; height: 42px; border-radius: 11px; display: grid; place-items: center; background: var(--accent-soft); color: var(--accent-2); margin-bottom: 14px; }
.pat-card .ic svg { width: 21px; height: 21px; }
.pat-card h3 { font-size: 15.5px; font-weight: 600; letter-spacing: -0.01em; margin: 0 0 6px; line-height: 1.3; }
.pat-card p { font-size: 13.5px; line-height: 1.55; color: var(--ink-2); margin: 0; }

/* Kryteria — checklist */
.pat-criteria { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.pat-crit { display: flex; gap: 13px; padding: 16px 18px; background: var(--card); border: 1px solid var(--line); border-radius: var(--rad-md); }
.pat-crit .chk { width: 26px; height: 26px; border-radius: 8px; flex-shrink: 0; display: grid; place-items: center; background: var(--accent-soft); color: var(--accent-2); margin-top: 1px; }
.pat-crit .chk svg { width: 16px; height: 16px; }
.pat-crit .tt { font-size: 14px; font-weight: 600; color: var(--ink); line-height: 1.35; }
.pat-crit .dd { font-size: 12.8px; color: var(--ink-2); line-height: 1.5; margin-top: 4px; }

/* Obowiązki organizatora — lista */
.pat-give { background: var(--card); border: 1px solid var(--line); border-radius: var(--rad-lg); padding: 8px 22px; }
.pat-give .row { display: flex; gap: 13px; align-items: flex-start; padding: 15px 0; border-bottom: 1px solid var(--line); }
.pat-give .row:last-child { border-bottom: 0; }
.pat-give .row .n { font-family: 'Source Sans 3', sans-serif; font-size: 12px; font-weight: 500; color: var(--primary-2); width: 22px; flex-shrink: 0; padding-top: 1px; }
.pat-give .row .tx { font-size: 14px; color: var(--ink-2); line-height: 1.55; }
.pat-give .row .tx b { color: var(--ink); font-weight: 600; }

/* Proces — kroki */
.pat-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; counter-reset: step; }
.pat-step { position: relative; background: var(--card); border: 1px solid var(--line); border-radius: var(--rad-lg); padding: 20px 18px; }
.pat-step .num { width: 34px; height: 34px; border-radius: 10px; display: grid; place-items: center; background: var(--primary); color: #fff; font-family: 'Source Sans 3', sans-serif; font-size: 15px; font-weight: 500; margin-bottom: 13px; }
.pat-step h3 { font-size: 14.5px; font-weight: 600; margin: 0 0 6px; letter-spacing: -0.01em; line-height: 1.3; }
.pat-step p { font-size: 13px; color: var(--ink-2); line-height: 1.55; margin: 0; }
.pat-step .when { font-family: 'Source Sans 3', sans-serif; font-size: 10.5px; letter-spacing: 0.04em; color: var(--accent-2); margin-top: 10px; display: block; }

/* Wykluczenia */
.pat-exclude { background: rgba(204,50,102,0.06); border: 1px solid rgba(204,50,102,0.22); border-radius: var(--rad-lg); padding: 22px 24px; }
.pat-exclude .hd { display: flex; align-items: center; gap: 11px; margin-bottom: 14px; }
.pat-exclude .hd .ic { width: 32px; height: 32px; border-radius: 9px; display: grid; place-items: center; background: rgba(204,50,102,0.14); color: var(--warn); flex-shrink: 0; }
.pat-exclude .hd .ic svg { width: 18px; height: 18px; }
.pat-exclude .hd h2 { font-size: 19px; font-weight: 600; letter-spacing: -0.015em; margin: 0; }
.pat-exclude ul { margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 9px 22px; }
.pat-exclude li { list-style: none; position: relative; padding-left: 26px; font-size: 13.5px; color: var(--ink-2); line-height: 1.5; }
.pat-exclude li::before { content: ''; position: absolute; left: 4px; top: 6px; width: 11px; height: 11px;
	background: no-repeat center/contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23cc3266' stroke-width='3' stroke-linecap='round'%3E%3Cpath d='M6 6l12 12M18 6 6 18'/%3E%3C/svg%3E"); }
.pat-exclude li b { color: var(--ink); font-weight: 600; }

/* FAQ — accordion */
.pat-faq { display: flex; flex-direction: column; gap: 8px; max-width: 760px; }
.pat-q { border: 1px solid var(--line); border-radius: var(--rad-md); background: var(--card); overflow: hidden; }
.pat-q .qh { display: flex; align-items: center; gap: 14px; width: 100%; text-align: left; padding: 16px 18px; font-size: 14.5px; font-weight: 600; color: var(--ink); cursor: pointer; background: none; border: 0; }
.pat-q .qh .arr { margin-left: auto; flex-shrink: 0; color: var(--ink-3); transition: transform 0.18s ease; }
.pat-q .qh .arr svg { width: 18px; height: 18px; display: block; }
.pat-q.open .qh .arr { transform: rotate(180deg); color: var(--primary-2); }
.pat-q .qa { max-height: 0; overflow: hidden; transition: max-height 0.22s ease; }
.pat-q .qa .inner { padding: 0 18px 16px; font-size: 13.8px; color: var(--ink-2); line-height: 1.6; }
.pat-q.open .qa { max-height: 320px; }

.pat-form-note { font-size: 12.5px; color: var(--ink-3); line-height: 1.5; margin: 14px 0 0; }

@media (max-width: 900px) {
	.pat-cards { grid-template-columns: 1fr; }
	.pat-criteria { grid-template-columns: 1fr; }
	.pat-steps { grid-template-columns: 1fr 1fr; }
	.pat-exclude ul { grid-template-columns: 1fr; }
}
@media (max-width: 560px) { .pat-steps { grid-template-columns: 1fr; } }
