/* ======================================================
   Úvodní text
   ====================================================== */

.seo-intro{
    text-align:center;
    margin:15px 0 30px;
}

.seo-intro h1{
    margin:0;
    font-size:32px;
    color:#1e293b;
}

.seo-intro p{
    margin-top:8px;
    font-size:18px;
    color:#64748b;
}

/* ======================================================
   O projektu
   ====================================================== */

.o-projektu{

    max-width:1000px;
    margin:40px auto 15px;
    padding:25px 35px;

    background:#fff;

    border:1px solid #e3e8ef;
    border-radius:14px;

    box-shadow:0 2px 10px rgba(0,0,0,.04);

}

.o-projektu h2{

    margin-top:0;
    margin-bottom:25px;
    text-align:center;

}

.o-projektu > p{

    text-align:center;
    font-size:22px;
    margin-bottom:30px;

}

.o-projektu details{

    margin-top:20px;

}

.o-projektu summary{

    cursor:pointer;

    font-weight:700;

    color:#0b57c2;

    user-select:none;

}

.o-projektu summary:hover{

    text-decoration:underline;

}

.o-projektu-text{

    margin-top:20px;

}

.o-projektu-text p{

    margin-bottom:18px;

}

.o-projektu a{

    color:#0b57c2;

    text-decoration:none;

}

.o-projektu a:hover{

    text-decoration:underline;

}

.info-icon{

    margin-right:6px;
    color:#0b57c2;
    font-size:15px;
    font-weight:400;

}


.footer-copy{text-align:center;margin:0 0 12px;color:#777;font-size:14px}.footer-slogan{text-align:center;margin-bottom:16px;font-size:16px;font-weight:600}.footer-slogan span{font-size:14px;font-weight:400;color:#777}.footer-mail{text-align:center;margin-top:16px}.footer-details{text-align:center;margin:14px 0}.footer-details summary{display:inline-flex;align-items:center;gap:6px;cursor:pointer;color:#0b57c2;font-size:14px;font-weight:400}.footer-details summary:hover{text-decoration:underline}.o-projektu-text{max-width:900px;margin:20px auto 0;text-align:left;line-height:1.7}.info-icon{color:#0b57c2;font-size:14px}