.cloudbox-footer {
    --cloudbox-footer-bg: #080b10;
    --cloudbox-footer-text: #b9c2cf;
    --cloudbox-footer-heading: #ffffff;
    --cloudbox-footer-line: rgba(255, 255, 255, 0.16);
    --cloudbox-footer-muted: rgba(185, 194, 207, 0.68);
    position: relative;
    display: block;
    width: 100%;
    min-height: 403px;
    margin: 0;
    padding: 28px 0 12px;
    overflow: hidden;
    background: var(--cloudbox-footer-bg);
    color: var(--cloudbox-footer-text);
    font-family: 'Montserrat', sans-serif;
}

.cloudbox-footer,
.cloudbox-footer * {
    box-sizing: border-box;
}

.cloudbox-footer__container {
    width: calc(100% - 40px);
    max-width: 1560px;
    min-height: 363px;
    margin-inline: auto;
    padding: 0;
}

.cloudbox-footer__grid {
    display: block;
    min-height: 294px;
}

.cloudbox-footer__brand {
    display: grid;
    grid-template-columns: 134px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    height: 38px;
    min-width: 0;
}

.cloudbox-footer__brand-copy,
.cloudbox-footer__contacts {
    min-width: 0;
    max-width: 100%;
}

.cloudbox-footer__logo {
    display: flex;
    align-items: center;
    width: 134px;
    max-width: none;
    color: var(--cloudbox-footer-heading);
    text-decoration: none;
}

.cloudbox-footer__logo img {
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
}

.cloudbox-footer__logo span {
    color: var(--cloudbox-footer-heading);
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.cloudbox-footer__description {
    display: none;
    max-width: 330px;
    margin: 14px 0 0;
    color: var(--cloudbox-footer-text);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.75;
}

.cloudbox-footer__contacts {
    display: grid;
    gap: 6px;
    justify-items: end;
    align-self: center;
    margin-top: 0;
    text-align: right;
}

.cloudbox-footer__contact {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 6px;
    width: fit-content;
    min-width: 0;
    max-width: 100%;
    color: var(--cloudbox-footer-heading);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4;
    text-align: right;
    text-decoration: none;
    transition: color 0.2s ease;
}

.cloudbox-footer__contact:hover,
.cloudbox-footer__contact:focus-visible {
    color: var(--color-accent, #ffc300);
    text-decoration: none;
}

.cloudbox-footer__contact-icon {
    flex: 0 0 auto;
    width: 16px;
    height: 16px;
    margin-top: 1px;
    fill: var(--color-accent, #ffc300);
}

.cloudbox-footer__contact-value--phone {
    white-space: pre;
}

.cloudbox-footer__contact-value--email {
    white-space: nowrap;
}

.cloudbox-footer__navigation {
    display: grid;
    grid-template-columns: 1fr;
    min-height: 232px;
    margin-top: 24px;
    border-top: 0;
    box-shadow: inset 0 1px 0 var(--cloudbox-footer-line);
}

.cloudbox-footer__column {
    min-width: 0;
    min-height: 58px;
    border-bottom: 0;
    box-shadow: inset 0 -1px 0 var(--cloudbox-footer-line);
}

.cloudbox-footer__column-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 58px;
    min-height: 58px;
    margin: 0;
    padding: 16px 0;
    border: 0;
    border-radius: 0;
    outline: 0;
    background: transparent;
    color: var(--cloudbox-footer-heading);
    font: inherit;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0.07em;
    text-align: left;
    text-transform: uppercase;
    cursor: pointer;
}

.cloudbox-footer__column-toggle:focus-visible {
    outline: 2px solid var(--color-accent, #ffc300);
    outline-offset: 4px;
}

.cloudbox-footer__column-toggle:disabled {
    opacity: 1;
    color: var(--cloudbox-footer-heading);
}

.cloudbox-footer__chevron {
    display: block;
    flex: 0 0 auto;
    fill: none;
    stroke: var(--color-accent, #ffc300);
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform 0.2s ease;
}

.cloudbox-footer__column-toggle[aria-expanded="true"] .cloudbox-footer__chevron {
    transform: rotate(180deg);
}

.cloudbox-footer__column-panel {
    padding: 0 0 20px;
}

.cloudbox-footer__links {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.cloudbox-footer__link-item {
    margin: 0;
    padding: 0;
    color: var(--cloudbox-footer-text);
    font-size: 13px;
    font-weight: 400;
    line-height: 1.55;
}

.cloudbox-footer__link-item a,
.cloudbox-footer__link-item span {
    display: inline-block;
    color: inherit;
    text-decoration: none;
    overflow-wrap: anywhere;
}

.cloudbox-footer__link-item a {
    transition: color 0.2s ease, transform 0.2s ease;
}

.cloudbox-footer__link-item a:hover,
.cloudbox-footer__link-item a:focus-visible {
    color: var(--color-accent, #ffc300);
    text-decoration: none;
    transform: translateX(2px);
}

.cloudbox-footer__link-item span {
    color: var(--cloudbox-footer-muted);
}

.cloudbox-footer__bottom {
    min-height: 45px;
    margin-top: 24px;
    padding-top: 12px;
    border-top: 0;
    box-shadow: inset 0 1px 0 var(--cloudbox-footer-line);
}

.cloudbox-footer__copyright {
    max-width: 230px;
    margin: 0;
    color: var(--cloudbox-footer-muted);
    font-size: 11px;
    line-height: 1.5;
}

.cloudbox-footer__copyright-company,
.cloudbox-footer__copyright-rights {
    display: block;
}

.cloudbox-footer__copyright-rights::before {
    content: none;
}

@media (max-width: 767.98px) {
    .cloudbox-footer__container {
        width: calc(100% - 40px);
    }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
    .cloudbox-footer {
        min-height: 315px;
        padding: 32px 0 14px;
    }

    .cloudbox-footer__container {
        width: calc(100% - 64px);
        min-height: 269px;
        padding: 0;
    }

    .cloudbox-footer__grid {
        min-height: 198px;
    }

    .cloudbox-footer__brand {
        grid-template-columns: 190px minmax(260px, 1fr);
        gap: 40px;
        align-items: start;
        height: 54px;
    }

    .cloudbox-footer__logo {
        width: 190px;
    }

    .cloudbox-footer__contacts {
        gap: 10px;
    }

    .cloudbox-footer__contact {
        gap: 12px;
        font-size: 14px;
        line-height: 1.55;
    }

    .cloudbox-footer__contact-icon {
        width: 20px;
        height: 20px;
    }

    .cloudbox-footer__navigation {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 48px;
        min-height: 116px;
        margin-top: 28px;
    }

    .cloudbox-footer__bottom {
        min-height: 31px;
        margin-top: 40px;
        padding-top: 14px;
    }

    .cloudbox-footer__copyright {
        max-width: none;
        color: #b9c2cf;
        font-size: 12px;
        line-height: 1.4;
    }

    .cloudbox-footer__copyright-company,
    .cloudbox-footer__copyright-rights {
        display: inline;
    }

    .cloudbox-footer__copyright-rights::before {
        content: ' ';
    }
}

@media (min-width: 1024px) {
    .cloudbox-footer {
        min-height: 360px;
        padding: 35px 0 14px;
    }

    .cloudbox-footer__container {
        width: min(calc(100% - 48px), 1560px);
        min-height: 311px;
        padding: 0;
    }

    .cloudbox-footer__grid {
        display: grid;
        grid-template-columns: 384.584px minmax(0, 1fr);
        gap: 36px;
        align-items: start;
        min-height: 230px;
        height: 230px;
    }

    .cloudbox-footer__brand {
        display: block;
        height: 230px;
    }

    .cloudbox-footer__logo {
        width: 184px;
    }

    .cloudbox-footer__description {
        display: block;
    }

    .cloudbox-footer__contacts {
        justify-items: start;
        gap: 15px;
        margin-top: 28px;
        text-align: left;
    }

    .cloudbox-footer__contact {
        justify-content: flex-start;
        gap: 12px;
        font-size: 14px;
        line-height: 1.55;
        text-align: left;
    }

    .cloudbox-footer__contact-icon {
        width: 20px;
        height: 20px;
    }

    .cloudbox-footer__navigation {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 36px;
        min-height: 160px;
        height: 160px;
        margin-top: 0;
        border-top: 0;
        box-shadow: none;
    }

    .cloudbox-footer__column {
        min-height: 0;
        border-bottom: 0;
        box-shadow: none;
    }

    .cloudbox-footer__column-toggle {
        height: auto;
        min-height: auto;
        padding: 0;
        cursor: default;
    }

    .cloudbox-footer__chevron {
        display: none;
    }

    .cloudbox-footer__column-panel {
        padding: 14px 0 0;
    }

    .cloudbox-footer__links {
        gap: 14px;
    }

    .cloudbox-footer__bottom {
        min-height: 52px;
        margin-top: 29px;
        padding-top: 15px;
    }

    .cloudbox-footer__copyright {
        max-width: none;
        color: var(--cloudbox-footer-muted);
        font-size: 12px;
    }

    .cloudbox-footer__copyright-company,
    .cloudbox-footer__copyright-rights {
        display: inline;
    }

    .cloudbox-footer__copyright-rights::before {
        content: ' ';
    }
}

@media (prefers-reduced-motion: reduce) {
    .cloudbox-footer *,
    .cloudbox-footer *::before,
    .cloudbox-footer *::after {
        scroll-behavior: auto;
        transition: none;
        animation: none;
    }
}

/* CB 1.6.6 RESPONSIVE POLISH — Figma sync 2026-08-18 */
@media (min-width: 768px) and (max-width: 1023.98px) {
    .cloudbox-footer__column:nth-child(2),
    .cloudbox-footer__column:nth-child(4) {
        text-align: right;
    }

    .cloudbox-footer__column:nth-child(2) .cloudbox-footer__column-toggle,
    .cloudbox-footer__column:nth-child(4) .cloudbox-footer__column-toggle {
        justify-content: flex-end;
    }

    .cloudbox-footer__column:nth-child(2) .cloudbox-footer__links,
    .cloudbox-footer__column:nth-child(4) .cloudbox-footer__links {
        align-items: flex-end;
    }
}

/* CB 1.6.7 MAIN COMPACT DESKTOP 1366 — Figma 1195:2 */
@media (min-width: 1024px) and (max-width: 1366.98px) {
    .cloudbox-footer__container {
        width: min(calc(100% - 48px), 1080px);
    }

    .cloudbox-footer__grid {
        grid-template-columns: 276px minmax(0, 1fr);
        gap: 36px;
    }

    .cloudbox-footer__navigation {
        min-height: 176.55px;
        height: 176.55px;
    }

    .cloudbox-footer__logo {
        width: 132px;
    }

    .cloudbox-footer__navigation {
        gap: 36px;
    }
}
