body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}


.logo-img {
    width: 60px;
}

.my-blue {
    color: #1C78B2;
}

.my-text-logo {
    font-size: 25px;
}


#cookie-banner {
    position: fixed;
    bottom: 20px;
    left: 20px;
    right: 20px;
    background: rgba(0, 0, 0, 0.85);
    color: #fff;
    font-size: 14px;
    line-height: 1.5em;
    padding: 15px 20px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    display: none;
    z-index: 9999;
}

    #cookie-banner p {
        margin: 0 0 8px 0;
    }

    #cookie-banner button {
        background: #00bfa5;
        border: none;
        color: white;
        padding: 7px 16px;
        border-radius: 4px;
        cursor: pointer;
        font-size: 13px;
        margin-right: 10px;
    }

        #cookie-banner button:hover {
            background: #00a08c;
        }

    #cookie-banner a {
        color: #6cf;
        text-decoration: underline;
    }

/* ADDITIONAL */
.breadcrumb {
    background: transparent;
    padding: 0;
    margin: 10px 0 0;
}

    .breadcrumb .breadcrumb-item a {
        color: #fff;
        opacity: .9;
    }

    .breadcrumb .breadcrumb-item.active {
        color: #fff;
        opacity: 1;
    }

/* Post */
.post {

    border: 1px solid rgba(0,0,0,.06);
    border-radius: 10px;
    overflow: hidden;
}
.article-content p {
    margin-bottom: 1.1em;
}
.article-content h2,
.article-content h3 {
    margin-top: 2.2em;
    margin-bottom: 0.7em;
}
.article-content h2 {
    font-size: 1.6rem;
    font-weight: 700;
}
.article-content ul {
    padding-left: 1.2em;
    margin-bottom: 1.2em;
}

.article-content li {
    margin-bottom: 0.4em;
}
.article-callout {
    border-left: 4px solid rgba(0,0,0,0.08);
    padding: 1em 1.2em;
    margin: 2em 0;
    font-size: 0.95em;
}

.article-content h3 {
    font-size: 1.3rem;
    font-weight: 600;
    text-transform: none; /* na wypadek, gdyby szablon robił UPPERCASE */
}

.article-content {
    margin: 0 auto;
    font-size: 1.2rem;
}
    .article-content p {
        font-size: 1.2rem;
        line-height: 1.7;
    }
@media (max-width: 768px) {
    .article-content {
        padding: 0 1.2rem;
        max-width: 100%;
    }

    .article-content p {
        font-size: 16px;
        line-height: 1.7;
    }
}

.post__thumb {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
}

.post__body {
    padding: 22px;
}

.post__title {
    margin: 0 0 10px;
    line-height: 1.25;
}

.post__meta {
 
    font-size: .95rem;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.post__content {
    margin-top: 18px;

}

    .post__content h2, .post__content h3 {
        margin-top: 1.5rem;
    }

    .post__content img {
        max-width: 100%;
        height: auto;
        border-radius: 8px;
    }

    .post__content blockquote {
        border-left: 4px solid #eee;
        padding: 10px 16px;
      
        border-radius: 6px;
    }

.post__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px;
}

.tag-pill {
    font-size: .8rem;
    padding: 6px 10px;
    background: #fafafa;
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 999px;
}

.share {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 14px;
}

    .share a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 36px;
        border: 1px solid rgba(0,0,0,.1);
        border-radius: 50%;
    }

.post-nav {
    border-top: 1px solid rgba(0,0,0,.06);
    margin-top: 24px;
    padding-top: 16px;
    display: flex;
    justify-content: space-between;
    gap: 12px;
}

.author-box {
    display: flex;
    gap: 16px;
    background: #fff;
    border: 1px solid rgba(0,0,0,.06);
    border-radius: 10px;
    padding: 18px;
    margin-top: 22px;
}

    .author-box img {
        width: 64px;
        height: 64px;
        border-radius: 50%;
        object-fit: cover;
    }

/* Sidebar */
.sidebar .widget {
    background: #fff;
    border: 1px solid rgba(0,0,0,.06);
    border-radius: 10px;
    padding: 16px;
    margin-bottom: 20px;
}

.recent-item {
    display: flex;
    gap: 12px;
}

    .recent-item + .recent-item {
        margin-top: 12px;
    }

.recent-item__thumb {
    width: 80px;
    height: 60px;
    object-fit: cover;
    border-radius: 6px;
}

.recent-item__title {
    font-size: .98rem;
    margin: 0 0 4px;
    line-height: 1.25;
}

.recent-item__meta {
    font-size: .85rem;
    color: #6c757d;
}



#infrastructure .inf-icon {
    width: 22px;
    height: 22px;
    display: inline-block;
    flex: 0 0 22px;
    background: radial-gradient(circle at 50% 50%, #38bdf8 0 40%, transparent 41%), conic-gradient(#38bdf8 0 25%, transparent 0 100%);
    border: 2px solid #38bdf8;
    border-radius: 6px;
    box-shadow: 0 0 12px rgba(56,189,248,.3) inset;
}

#quality .q-icon {
    width: 22px;
    height: 22px;
    display: inline-block;
    flex: 0 0 22px;
    background: radial-gradient(circle at 50% 50%, #22c55e 0 40%, transparent 41%), conic-gradient(#22c55e 0 25%, transparent 0 100%); /* pseudo check vibe */
    border: 2px solid #22c55e;
    border-radius: 6px;
    box-shadow: 0 0 12px rgba(34,197,94,.3) inset;
}

#quality .q-kpi {
    background: #141823;
    border: 1px solid #273043;
    border-radius: 12px;
    padding: 14px 16px;
    text-align: center;
}

#quality .q-kpi-num {
    color: #fff;
    font-weight: 700;
    font-size: 1.25rem;
    letter-spacing: .3px
}

#quality .q-kpi-label {
    color: #9aa3af;
    font-size: .8rem;
    text-transform: uppercase;
    letter-spacing: .6px
}

#delivery .q-icon {
    width: 22px;
    height: 22px;
    display: inline-block;
    flex: 0 0 22px;
    background: radial-gradient(circle at 50% 50%, #38bdf8 0 40%, transparent 41%), conic-gradient(#38bdf8 0 25%, transparent 0 100%);
    border: 2px solid #38bdf8;
    border-radius: 6px;
    box-shadow: 0 0 12px rgba(56,189,248,.3) inset;
}
#contact .form-control,
#contact .form-select {
    border-color: #d7dbe2;
}

    #contact .form-control:focus,
    #contact .form-select:focus {
        border-color: #ff3b3b;
        box-shadow: 0 0 0 .2rem rgba(255,59,59,.15);
    }

#contact .btn:hover {
    filter: brightness(0.95);
}

#contact .btn:active {
    transform: translateY(1px);
}

#contact .form-check-label {
    color: #e9eef5;
}

#contact .form-check-input:checked {
    background-color: #ff3b3b;
    border-color: #ff3b3b;
}
#contact .form-check-label, .form-label {
    color: #6c757d !important;
}
/* Akcenty bloga w Twoich kolorach */
body {
    background: #0b0d12;
    color: #e9eef5;
}

.post-header h1 {
    color: #fff;
}

.post-meta {
    color: #9aa3af;
    font-size: 0.95rem;
}

.post a {
    color: #0d6efd;
    text-decoration: underline;
    text-decoration-thickness: 1px;
}

    .post a:hover {
        text-decoration-thickness: 2px;
    }

/* Obrazki + podpisy */
figure {
    margin: 1.5rem 0;
}

    figure img {
        width: 100%;
        height: auto;
        border-radius: .5rem;
    }

    figure figcaption {
        color: #9aa3af;
        font-size: .9rem;
        margin-top: .5rem;
    }

/* Cytaty */
blockquote {
    border-left: 4px solid #ff3b3b;
    margin: 1.5rem 0;
    padding: .75rem 1rem;
    background: #141823;
    color: #e9eef5;
    border-radius: .25rem;
}

/* Kod: kontener + kopia */
pre[class*="language-"] {
    position: relative;
    background: #151a22;
    border-radius: .5rem;
    box-shadow: inset 0 0 0 1px #273043;
}

.code-toolbar-button {
    position: absolute;
    top: .5rem;
    right: .5rem;
    padding: .25rem .5rem;
    font-size: .8rem;
    border: 1px solid #273043;
    border-radius: .375rem;
    background: #0b0d12;
    color: #e9eef5;
    cursor: pointer;
}

    .code-toolbar-button:hover {
        background: #141823;
    }

.token.comment {
    color: #7a869a !important;
}

/* Tabela treści (opcjonalnie) */
.toc {
    background: #141823;
    border: 1px solid #273043;
    border-radius: .5rem;
    padding: 1rem;
}

    .toc a {
        text-decoration: none;
    }

        .toc a:hover {
            text-decoration: underline;
        }

/* Sidebar */
.sidebar-card {
    background: #141823;
    border: 1px solid #273043;
    border-radius: .75rem;
}

    .sidebar-card .list-group-item {
        background: transparent;
        color: #e9eef5;
        border-color: #273043;
    }

        .sidebar-card .list-group-item small {
            color: #9aa3af;
        }

.post__content pre,
.post__content pre code {
    max-width: 100%;
    overflow-x: auto;
}

.post__content pre {
 
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 12px 14px;
    margin: 1rem 0;
}

.post__content code {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 0.95rem;
    line-height: 1.5;
    white-space: pre; 
}


.post__content pre.line-numbers {
    padding-left: 3.5rem; 
}

.provider-box {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: all 0.2s ease;
}

    .provider-box:hover {
        background: rgba(255, 255, 255, 0.06);
        border-color: rgba(255, 255, 255, 0.15);
    }

    .provider-box a {
        transition: color 0.2s ease;
    }

        .provider-box a:hover {
            color: #0d6efd;
        }

.text-light-emphasis {
    color: #bbb;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.blog_single_img img {
    border-radius: 16px;
    object-fit: cover;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .blog_single_img img:hover {
        transform: scale(1.02);
        box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
    }
.blog-card {
    background: rgba(255, 255, 255, 0.03);
    transition: all 0.25s ease-in-out;
    border-radius: 12px;
}

    .blog-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    }

    .blog-card img {
        height: 220px;
        width: 100%;
        object-fit: cover;
    }

    .blog-card h2 {
        color: #fff;
    }

    .blog-card p {
        color: #ccc;
    }

    .blog-card .card-body {
        padding: 1.25rem 1.5rem;
    }

.btn-outline-light:hover {
    background: #0d6efd;
    border-color: #0d6efd;
    color: #fff !important;
}
.success-box {
    background-color: #28a745; 
    color: white; 
    padding: 12px 18px;
    font-size: 1.1rem; 
    border-radius: 6px;
    font-weight: 600; 
    margin-top: 10px;
    display: inline-block; 
}


/* update */
.carousel-caption {
    background: rgba(0, 0, 0, 0.5) !important;
}

#testimonials .owl-dots {
    display: none;
}
