.btjek-footer {
    --btjek-footer-bg: #14212f;
    --btjek-footer-bg-soft: #1d2a37;
    --btjek-footer-border: rgba(255, 255, 255, 0.14);
    --btjek-footer-text: #d8e0e8;
    --btjek-footer-muted: #9eabb8;
    --btjek-footer-heading: #ffffff;
    --btjek-footer-accent: #16a34a;
    --btjek-footer-accent-dark: #0f7a36;
    background: var(--btjek-footer-bg);
    color: var(--btjek-footer-text);
    font-size: 16px;
}

.btjek-footer a {
    color: inherit;
    text-decoration: none;
}

.btjek-footer a:hover,
.btjek-footer a:focus {
    color: #ffffff;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.btjek-footer__inner {
    max-width: 1180px;
    margin: 0 auto;
    padding-inline: 24px;
}

.btjek-footer__cta {
    background: var(--btjek-footer-bg-soft);
    border-bottom: 1px solid var(--btjek-footer-border);
}

.btjek-footer__cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    padding-top: 44px;
    padding-bottom: 44px;
}

.btjek-footer__eyebrow {
    margin: 0 0 10px;
    color: #a7f3d0;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.btjek-footer__cta h2 {
    margin: 0;
    color: var(--btjek-footer-heading);
    font-size: 34px;
    line-height: 1.15;
}

.btjek-footer__cta p {
    max-width: 650px;
    margin: 12px 0 0;
    color: var(--btjek-footer-text);
    font-size: 18px;
    line-height: 1.55;
}

.btjek-footer__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 48px;
    padding: 0 22px;
    border-radius: 6px;
    background: var(--btjek-footer-accent);
    color: #ffffff;
    font-weight: 800;
    white-space: nowrap;
    box-shadow: 0 14px 30px rgba(22, 163, 74, 0.22);
}

.btjek-footer__button:hover,
.btjek-footer__button:focus {
    background: var(--btjek-footer-accent-dark);
    color: #ffffff;
    text-decoration: none;
}

.btjek-footer__main {
    padding: 54px 0 46px;
}

.btjek-footer__grid {
    display: grid;
    grid-template-columns: minmax(240px, 1.35fr) repeat(4, minmax(150px, 1fr));
    gap: 34px;
}

.btjek-footer__brand {
    max-width: 340px;
}

.btjek-footer__logo {
    display: inline-flex;
    margin-bottom: 16px;
    color: #ffffff;
    font-size: 28px;
    font-weight: 900;
    line-height: 1;
}

.btjek-footer__brand p {
    margin: 0;
    color: var(--btjek-footer-text);
    line-height: 1.65;
}

.btjek-footer__trust {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 22px;
}

.btjek-footer__trust span {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 10px;
    border: 1px solid var(--btjek-footer-border);
    border-radius: 999px;
    color: #e8eef4;
    font-size: 13px;
    font-weight: 700;
}

.btjek-footer__nav h3 {
    margin: 0 0 16px;
    color: var(--btjek-footer-heading);
    font-size: 15px;
    font-weight: 900;
}

.btjek-footer__nav ul {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.btjek-footer__nav li {
    margin: 0;
}

.btjek-footer__nav a {
    color: var(--btjek-footer-muted);
    line-height: 1.35;
}

.btjek-footer__bottom {
    border-top: 1px solid var(--btjek-footer-border);
}

.btjek-footer__bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.btjek-footer__bottom p {
    margin: 0;
    color: var(--btjek-footer-muted);
    font-size: 14px;
}

@media (max-width: 980px) {
    .btjek-footer__cta-inner {
        align-items: flex-start;
        flex-direction: column;
    }

    .btjek-footer__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .btjek-footer__brand {
        grid-column: 1 / -1;
        max-width: 620px;
    }
}

@media (max-width: 640px) {
    .btjek-footer__inner {
        padding-inline: 18px;
    }

    .btjek-footer__cta-inner {
        padding-top: 34px;
        padding-bottom: 34px;
    }

    .btjek-footer__cta h2 {
        font-size: 27px;
    }

    .btjek-footer__cta p {
        font-size: 16px;
    }

    .btjek-footer__button {
        width: 100%;
        white-space: normal;
    }

    .btjek-footer__main {
        padding: 40px 0 34px;
    }

    .btjek-footer__grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .btjek-footer__bottom-inner {
        align-items: flex-start;
        flex-direction: column;
    }
}
