.site-footer {
    background-color: #0B1E19;
    color: #FFF9EF;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

/* SiteSettings ViewComponent footer (legacy) */
.public-site-footer__dark-band {
    background-color: #2b2b2b;
}

.public-site-footer__logo {
    width: 280px;
}

/* Logo */
.footer-logo {
    width: 140px;
    height: auto;
    margin-bottom: 20px;
    display: block;
}

/* Tagline */
.footer-tagline {
    font-weight: 400;
    font-size: 15px !important;
    line-height: 1.6;
    color: rgba(255, 249, 239, 0.75);
    margin-bottom: 24px;
    max-width: 350px;
}

/* Social icons */
.footer-social {
    display: flex;
    gap: 12px;
}

.footer-social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: 1px solid rgba(255, 249, 239, 0.3);
    border-radius: 6px;
    color: #FFF9EF;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-social-link:hover {
    background-color: var(--nalltech-brightred);
    border-color: var(--nalltech-brightred);
    color: #fff;
}

/* Column heading */
.footer-col-heading {
    font-weight: 700;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #FFF9EF;
    margin-bottom: 20px;
}

/* Nav links */
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links a {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.5;
    color: rgba(255, 249, 239, 0.75);
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-links a:hover {
    color: #FFF9EF;
}

/* Newsletter */
.footer-newsletter-desc {
    font-weight: 400;
    font-size: 12px !important;
    line-height: 1.5 !important;
    color: rgba(255, 249, 239, 0.75);
    margin-bottom: 16px;
}

.footer-newsletter-form {
    display: flex;
    gap: 8px;
}

.footer-newsletter-input {
    flex: 1;
    background-color: transparent;
    border: 1px solid #5BA0B9;
    border-radius: 4px;
    color: #5BA0B9;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 12px;
    padding: 8px 12px;
    outline: none;
}

.footer-newsletter-input::placeholder {
    color: #5BA0B9;
    opacity: 1;
}

.footer-newsletter-input:focus {
    border-color: #5BA0B9;
    box-shadow: 0 0 0 2px rgba(91, 160, 185, 0.25);
}

.footer-newsletter-btn {
    background-color: var(--nalltech-brightred);
    color: #fff;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 700;
    font-size: 10px;
    letter-spacing: 0.5px;
    border: none;
    border-radius: 4px;
    padding: 8px 16px;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.3s ease;
}

.footer-newsletter-btn:hover {
    background-color: var(--nalltech-darkpink);
}

/* Newsletter honeypot: hidden from real users, only bots fill it. */
.hp-field {
    position: absolute;
    left: -9999px;
    top: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
}

.newsletter-alert {
    margin-bottom: 12px;
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4;
}

.newsletter-alert-success {
    background-color: #0f5132;
    color: #ffffff;
}

.newsletter-alert-danger {
    background-color: #ffffff;
    color: #b02a37;
    border-left: 4px solid #b02a37;
}

/* Divider */
.footer-divider {
    border-top: 1px solid rgba(255, 249, 239, 0.1);
    margin-bottom: 24px;
}

/* Social outline buttons (above acknowledgement) */
.footer-social-outline {
    display: flex;
    gap: 10px;
}

.footer-social-outline-btn {
    /* display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px; */
    /* border: 1px solid #5BA0B9; */
    border-radius: 6px;
    color: var(--nalltech-brightred);
    font-size: 16px;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.footer-social-outline-btn:hover {
    background-color: #5BA0B9;
    color: #0B1E19;
}

/* Acknowledgement */
.footer-acknowledgement {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 400;
    font-size: 12px !important;
    line-height: 1.5;
    letter-spacing: 0;
    color: #5BA0B9;
    margin-bottom: 24px;
    max-width: 520px;
}

/* Bottom bar */
.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    padding: 20px 0;
    border-top: 1px solid rgba(255, 249, 239, 0.1);
}

.footer-copyright {
    font-weight: 400;
    font-size: 12px;
    color: rgba(255, 249, 239, 0.6);
}

.footer-bottom-links {
    display: flex;
    gap: 24px;
}

.footer-bottom-links a {
    font-weight: 400;
    font-size: 12px;
    color: rgba(255, 249, 239, 0.6);
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-bottom-links a:hover {
    color: #FFF9EF;
}
