/* praca.css – style specyficzne dla praca.html
   Bazowy arkusz: style-v2.1.css (ładowany wcześniej)
   ================================================= */

/* ---- Sekcja: Korzyści ---- */
#sekcja-korzysci .section-header {
    padding-top: 3rem;
    margin-bottom: 2rem;
}

#sekcja-korzysci .stats-grid {
    margin-top: 0;
    padding-bottom: 3rem;
}

.benefit-icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.benefit-title {
    font-size: 1.15rem;
    color: var(--dark-blue);
    margin: 0 0 0.5rem;
}

.benefit-desc {
    font-size: 0.95rem;
    font-weight: 400;
    color: var(--text-color);
    text-transform: none;
    letter-spacing: normal;
    margin-top: 0;
}

/* ---- Sekcja: Wymagania ---- */
.wymagania-card {
    max-width: 750px;
    margin: 0 auto;
}

.wymagania-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.wymagania-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.wymagania-check {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    background: var(--primary-color);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.9rem;
}

/* ---- Sekcja: Proces rekrutacji ---- */
#sekcja-proces {
    background: var(--bg-color);
}

.proces-wrapper {
    max-width: 700px;
    margin: 0 auto;
}

/* ---- Sekcja: Formularz aplikacyjny ---- */
.form-subtitle {
    color: #666;
    margin-top: -1rem;
    margin-bottom: 2rem;
}

.form-fields {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.form-label {
    display: block;
    font-weight: 600;
    margin-bottom: 0.4rem;
    color: var(--dark-blue);
}

.form-input,
.form-textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid var(--glass-border);
    border-radius: var(--border-radius);
    font-family: var(--font-family);
    font-size: 1rem;
    background: rgba(255, 255, 255, 0.7);
    color: var(--text-color);
    box-sizing: border-box;
    outline: none;
    transition: border-color 0.3s;
}

.form-input:focus,
.form-textarea:focus {
    border-color: var(--primary-color);
}

.form-textarea {
    resize: vertical;
}

.form-submit {
    text-align: center;
    margin-top: 0.5rem;
}

.form-submit .btn {
    min-width: 220px;
}

/* ---- Sticky footer: stopka zawsze na dole ---- */
body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main {
    flex: 1;
}

/* ---- Stan: Rekrutacja zamknięta ---- */
.rekrutacja-zamknieta #hero {
    min-height: 60vh;
}

.rekrutacja-zamknieta .custom-shape-divider-bottom-1685458925 {
    display: none;
}
