/* RCAD PRO v72 - Footer CMS */
.rcad-footer.rcad-footer-cms {
    margin-top: 0;
    padding: 34px 24px 16px;
    background: #071b46;
    color: #dbe4f0;
    font-family: system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
}

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

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

.rcad-footer-cms .rcad-footer-grid {
    display: grid;
    grid-template-columns: minmax(220px, 1.45fr) minmax(120px, .75fr) minmax(120px, .75fr) minmax(120px, .8fr) minmax(260px, 1.4fr);
    gap: 42px;
    align-items: start;
}

.rcad-footer-cms .rcad-footer-brand { min-width: 0; }

.rcad-footer-cms .rcad-footer-logo {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    max-width: 225px;
    margin: 0 0 10px;
    color: #fff;
    text-decoration: none;
}

.rcad-footer-cms .rcad-footer-logo-img {
    display: block;
    width: auto;
    max-width: 225px;
    max-height: 58px;
    object-fit: contain;
}

.rcad-footer-cms .rcad-footer-logo span {
    color: #fff;
    font-size: 27px;
    font-weight: 850;
    letter-spacing: -.04em;
    line-height: 1;
}
.rcad-footer-cms .rcad-footer-logo strong { color: #f6a800; }

.rcad-footer-cms .rcad-footer-desc {
    max-width: 265px;
    margin: 0;
    color: #d7dfec;
    font-size: 13px;
    line-height: 1.65;
}

.rcad-footer-cms .rcad-footer-col,
.rcad-footer-cms .rcad-footer-newsletter { min-width: 0; }

.rcad-footer-cms .rcad-footer-col h3,
.rcad-footer-cms .rcad-footer-newsletter h3 {
    margin: 0 0 14px;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .02em;
    line-height: 1.2;
    text-transform: uppercase;
}

.rcad-footer-cms .rcad-footer-col h3::after,
.rcad-footer-cms .rcad-footer-newsletter h3::after { display: none !important; }

.rcad-footer-cms .rcad-footer-col a {
    display: block;
    min-height: 0;
    padding: 0;
    margin: 0 0 11px;
    color: #e4eaf3 !important;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.35;
    text-decoration: none !important;
}

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

.rcad-footer-cms .rcad-footer-newsletter > p {
    margin: 0 0 14px;
    color: #e1e7f0;
    font-size: 13px;
    line-height: 1.5;
}

.rcad-footer-newsletter-form { margin: 0; }

.rcad-footer-newsletter-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    width: 100%;
    min-height: 38px;
    margin-bottom: 10px;
}

.rcad-footer-newsletter-row input {
    width: 100%;
    min-width: 0;
    height: 38px;
    padding: 0 12px;
    border: 1px solid #cfd8e6;
    border-right: 0;
    border-radius: 5px 0 0 5px;
    outline: none;
    background: #fff;
    color: #152238;
    font-size: 12px;
}

.rcad-footer-newsletter-row input:focus {
    border-color: #f6a800;
    box-shadow: 0 0 0 2px rgba(246,168,0,.14);
}

.rcad-footer-newsletter-row button {
    height: 38px;
    min-width: 92px;
    padding: 0 14px;
    border: 0;
    border-radius: 0 5px 5px 0;
    background: #f6a800;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    cursor: pointer;
}
.rcad-footer-newsletter-row button:hover { background: #e99800; }

.rcad-footer-consent {
    display: grid;
    grid-template-columns: 14px 1fr;
    gap: 7px;
    align-items: start;
    color: #cdd7e5;
    font-size: 10.5px;
    line-height: 1.45;
    cursor: pointer;
}
.rcad-footer-consent input { margin: 2px 0 0; accent-color: #f6a800; }

.rcad-footer-cms .rcad-footer-bottom {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 24px;
    margin-top: 30px;
    padding-top: 16px;
    border-top: 1px solid rgba(255,255,255,.14);
}

.rcad-footer-secure,
.rcad-footer-copy,
.rcad-footer-made {
    color: #b9c5d6;
    font-size: 10.5px;
    line-height: 1.4;
}

.rcad-footer-secure {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    justify-self: start;
}
.rcad-footer-secure svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: #35c46a;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.rcad-footer-copy { justify-self: center; text-align: center; }
.rcad-footer-made { justify-self: end; text-align: right; }

@media (max-width: 1050px) {
    .rcad-footer-cms .rcad-footer-grid {
        grid-template-columns: 1.25fr repeat(3, minmax(120px, .8fr));
        gap: 30px;
    }
    .rcad-footer-cms .rcad-footer-newsletter { grid-column: 1 / -1; max-width: 520px; }
}

@media (max-width: 760px) {
    .rcad-footer.rcad-footer-cms { padding: 30px 18px 18px; }
    .rcad-footer-cms .rcad-footer-grid { grid-template-columns: 1fr 1fr; gap: 28px 24px; }
    .rcad-footer-cms .rcad-footer-brand,
    .rcad-footer-cms .rcad-footer-newsletter { grid-column: 1 / -1; }
    .rcad-footer-cms .rcad-footer-desc { max-width: 420px; }
    .rcad-footer-cms .rcad-footer-bottom {
        grid-template-columns: 1fr;
        gap: 9px;
    }
    .rcad-footer-secure,
    .rcad-footer-copy,
    .rcad-footer-made { justify-self: start; text-align: left; }
}

@media (max-width: 480px) {
    .rcad-footer-cms .rcad-footer-grid { grid-template-columns: 1fr; }
    .rcad-footer-cms .rcad-footer-col,
    .rcad-footer-cms .rcad-footer-newsletter { grid-column: 1; }
    .rcad-footer-newsletter-row { grid-template-columns: 1fr; gap: 8px; }
    .rcad-footer-newsletter-row input {
        border-right: 1px solid #cfd8e6;
        border-radius: 5px;
    }
    .rcad-footer-newsletter-row button { width: 100%; border-radius: 5px; }
}
