/* RCAD PRO - Premium footer */
.rcad-footer {
    margin-top: 40px;
    padding: 48px 24px 24px;
    background: #071b46;
    color: #dbe4f0;
    font-family: system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
}

.rcad-footer *,
.rcad-footer *::before,
.rcad-footer *::after {
    box-sizing: border-box;
}

.rcad-footer-inner {
    width: min(1180px, 100%);
    margin: 0 auto;
}

.rcad-footer-grid {
    display: grid;
    grid-template-columns: minmax(240px, 1.15fr) repeat(4, minmax(150px, 1fr));
    gap: 34px;
    align-items: start;
}

.rcad-footer-logo {
    max-width: 230px;
    min-height: 48px;
    margin-bottom: 16px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.rcad-footer-logo-img {
    width: auto;
    max-width: 230px;
    max-height: 72px;
    object-fit: contain;
}

.rcad-footer-logo span {
    color: #fff;
    font-size: 30px;
    font-weight: 900;
    letter-spacing: -.04em;
    line-height: 1;
}

.rcad-footer-logo strong {
    color: #f6a800;
}

.rcad-footer-desc {
    max-width: 260px;
    margin: 0 0 18px;
    color: #d7dfec;
    font-size: 14px;
    line-height: 1.6;
}

.rcad-footer-share {
    max-width: 280px;
    margin-top: 16px;
    padding: 16px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 10px;
    background: rgba(255,255,255,.04);
}

.rcad-footer-share strong {
    display: block;
    margin-bottom: 7px;
    color: #fff;
    font-size: 14px;
    line-height: 1.25;
}

.rcad-footer-share p {
    margin: 0 0 14px;
    color: #d7dfec;
    font-size: 13px;
    line-height: 1.45;
}

.rcad-footer-main-btn {
    width: 100%;
    min-height: 38px;
    padding: 10px 14px;
    border-radius: 8px;
    background: #f6a800;
    color: #071b46 !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 850;
    line-height: 1;
    text-align: center;
    text-decoration: none;
}

.rcad-footer-col h3 {
    margin: 0 0 16px;
    color: #fff;
    font-size: 12px;
    font-weight: 850;
    letter-spacing: .04em;
    line-height: 1;
    text-transform: uppercase;
}

.rcad-footer-col h3::after {
    content: "";
    width: 38px;
    height: 2px;
    margin-top: 10px;
    border-radius: 999px;
    background: #f6a800;
    display: block;
}

.rcad-footer-col a {
    min-height: 28px;
    padding: 5px 0;
    color: #dbe4f0 !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.25;
    text-decoration: none;
}

.rcad-footer-col a::after {
    content: ">";
    color: #f6a800;
    font-size: 13px;
    font-weight: 900;
    line-height: 1;
}

.rcad-footer-col a:hover,
.rcad-footer-col a:focus-visible {
    color: #f6a800 !important;
    text-decoration: none;
}

.rcad-footer-col .rcad-footer-more {
    margin-top: 8px;
    color: #f6a800 !important;
    font-weight: 850;
}

.rcad-footer-bottom {
    margin-top: 38px;
    padding-top: 22px;
    border-top: 1px solid rgba(255,255,255,.14);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.rcad-footer-copy {
    color: #aeb9ca;
    font-size: 13px;
    line-height: 1.6;
}

.rcad-footer-copy span {
    color: #f6a800;
    font-weight: 800;
}

.rcad-footer-bottom-nav {
    min-width: 0;
}

.rcad-footer-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
    flex-wrap: wrap;
}

.rcad-footer-menu li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.rcad-footer-menu a {
    color: #dbe4f0 !important;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none;
}

.rcad-footer-menu a:hover,
.rcad-footer-menu a:focus-visible {
    color: #f6a800 !important;
    text-decoration: none;
}

@media (max-width: 1100px) {
    .rcad-footer-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .rcad-footer-brand {
        grid-column: 1 / -1;
    }
}

@media (max-width: 760px) {
    .rcad-footer {
        padding: 34px 18px 22px;
    }

    .rcad-footer-grid {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .rcad-footer-share,
    .rcad-footer-desc {
        max-width: none;
    }

    .rcad-footer-bottom {
        align-items: flex-start;
        flex-direction: column;
    }

    .rcad-footer-menu {
        justify-content: flex-start;
        gap: 10px 14px;
    }
}
