/*
 * Strona startowa ankiety 2 (szablon apz/ankieta-rozwoj.html).
 *
 * Układ hero jest ten sam co w ankiecie 1 (apz/ankieta.css): na wąskich
 * ekranach zdjęcie jest zwykłym blokiem pod tekstem, od 992 px wypełnia prawą
 * połowę sekcji, a karty obszarów leżą na nim przy prawej krawędzi.
 */

.ankieta-rozwoj-hero {
    position: relative;
    background: #fff;
    overflow: hidden;
}

.ankieta-rozwoj-text {
    padding-top: 40px;
    padding-bottom: 40px;
}

.ankieta-rozwoj-eyebrow {
    margin: 0 0 18px;
    color: #94cc23;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

/* zielona kreska pod nadlinią */
.ankieta-rozwoj-eyebrow:after {
    content: "";
    display: block;
    width: 46px;
    height: 3px;
    margin-top: 14px;
    background: #94cc23;
}

.ankieta-rozwoj-hero h1 {
    margin: 0 0 26px;
    color: #17334f;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.2;
}

.ankieta-rozwoj-hero h1 span {
    color: #1f86cc;
}

/* ----------------------------------------------------------- BOLĄCZKI */

.ankieta-rozwoj-pains {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 26px;
    padding: 0;
    list-style: none;
}

.ankieta-rozwoj-pains li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 6px 0;
    padding: 2px 12px 2px 0;
    color: #4a5560;
    font-size: 12px;
    line-height: 1.35;
}

.ankieta-rozwoj-pains li + li {
    padding-left: 12px;
    border-left: 1px solid #e2e9ef;
}

.ankieta-rozwoj-pains i {
    margin-right: 8px;
    color: #94cc23;
    font-size: 18px;
}

/* --------------------------------------------------------- WEZWANIE */

.ankieta-rozwoj-lead {
    margin: 0 0 26px;
    color: #33383d;
    font-size: 17px;
    line-height: 1.6;
}

.ankieta-rozwoj-lead strong {
    color: #1f86cc;
    font-weight: 700;
}

.ankieta-rozwoj-cta {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 18px 32px;
    border-radius: 8px;
    background: #9ac831;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-box-shadow: 0 8px 18px rgba(154, 200, 49, .3);
    box-shadow: 0 8px 18px rgba(154, 200, 49, .3);
    -webkit-transition: background-color .2s ease;
    transition: background-color .2s ease;
}

.ankieta-rozwoj-cta:hover,
.ankieta-rozwoj-cta:focus {
    background: #88b628;
    color: #fff;
    text-decoration: none;
}

.ankieta-rozwoj-cta .fa {
    margin-left: 16px;
    font-size: 20px;
}

.ankieta-rozwoj-disclaimer {
    position: relative;
    margin: 26px 0 0;
    padding-left: 32px;
    color: #6b7783;
    font-size: 14px;
    line-height: 1.6;
}

.ankieta-rozwoj-disclaimer .fa {
    position: absolute;
    top: 3px;
    left: 0;
    color: #1f86cc;
    font-size: 19px;
}

/* ------------------------------------------------------ ZDJĘCIE I KARTY */

/* Zdjęcie hero podmienia się tutaj, w jednym miejscu. hero-2.jpg jest wycięty
   z wizualizacji (540x763 px) - jeśli pojawi się oryginał w pełnej
   rozdzielczości, wystarczy nadpisać plik. */
.ankieta-rozwoj-photo {
    position: relative;
    height: 380px;
    background: #f4f6f5 url('../images/ankieta/hero-2.jpg') no-repeat center top;
    background-size: cover;
}

.ankieta-rozwoj-cards {
    padding: 24px 15px 4px;
}

.ankieta-rozwoj-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 16px;
    padding: 14px 18px;
    border-radius: 10px;
    background: #fff;
    -webkit-box-shadow: 0 8px 22px rgba(23, 51, 79, .12);
    box-shadow: 0 8px 22px rgba(23, 51, 79, .12);
}

.ankieta-rozwoj-card-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48px;
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    margin-right: 14px;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    line-height: 48px;
    text-align: center;
}

.ankieta-rozwoj-card-icon.is-blue {
    background: #1a7fc1;
}

.ankieta-rozwoj-card-icon.is-green {
    background: #8bc53f;
}

.ankieta-rozwoj-card h3 {
    margin: 0 0 4px;
    color: #17334f;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .6px;
    text-transform: uppercase;
}

.ankieta-rozwoj-card p {
    margin: 0;
    color: #6b7783;
    font-size: 13px;
    line-height: 1.35;
}

/* ------------------------------------------------------------- ATUTY */

.ankieta-rozwoj-features {
    padding: 22px 0;
    background: #f4f8fb;
}

.ankieta-rozwoj-feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 14px;
    padding-bottom: 14px;
}

.ankieta-rozwoj-feature img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 48px;
    height: auto;
    margin-right: 14px;
}

.ankieta-rozwoj-feature h3 {
    margin: 0 0 4px;
    color: #17334f;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .3px;
    text-transform: uppercase;
}

.ankieta-rozwoj-feature p {
    margin: 0;
    color: #6b7783;
    font-size: 12.5px;
    line-height: 1.45;
}

/* ------------------------------------------------------------- >= 768 px */

@media (min-width: 768px) {
    .ankieta-rozwoj-hero h1 {
        font-size: 42px;
    }

    .ankieta-rozwoj-lead {
        font-size: 18px;
    }
}

/* ------------------------------------------------------------- >= 992 px */

@media (min-width: 992px) {
    .ankieta-rozwoj-text {
        min-height: 720px;
        padding-top: 58px;
        padding-bottom: 70px;
    }

    .ankieta-rozwoj-hero h1 {
        font-size: 48px;
    }

    /* zdjęcie wypełnia prawą połowę sekcji */
    .ankieta-rozwoj-photo {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 50%;
        height: auto;
    }

    .ankieta-rozwoj-cards {
        position: absolute;
        top: 20%;
        right: 22px;
        width: 264px;
        padding: 0;
    }

    .ankieta-rozwoj-card {
        margin-bottom: 22px;
    }

    .ankieta-rozwoj-feature + .ankieta-rozwoj-feature {
        border-left: 1px solid #dae8f4;
    }
}

/* ------------------------------------------------------------ >= 1200 px */

@media (min-width: 1200px) {
    .ankieta-rozwoj-cards {
        top: 19%;
        right: 46px;
        width: 274px;
    }
}

/* -------------------------------------------------------------- < 768 px */

@media (max-width: 767px) {
    .ankieta-rozwoj-pains li,
    .ankieta-rozwoj-pains li + li {
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
        padding-left: 0;
        border-left: 0;
    }

    .ankieta-rozwoj-cta {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 16px 20px;
        font-size: 15px;
    }
}
