/* ============================================================
   Stackinova Footer
   ============================================================ */

.snf-footer *,
.snf-footer *::before,
.snf-footer *::after { box-sizing: border-box; margin: 0; padding: 0; }

.snf-footer {
    background-color: #07092b;
    color: rgba(255,255,255,0.65);
    line-height: 1.6;
    width: 100%;
}

.snf-container {
    max-width: 1439px;
    margin: 0 auto;
    padding: 0 48px;
}

/* CTA BANNER */
.snf-cta-wrap {
    background: linear-gradient(135deg, #1a2bcc 0%, #0f1580 100%);
    border-bottom: 1px solid rgba(255,255,255,0.08);
    padding: 60px 0;
}
.snf-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
}
.snf-cta-heading {
    font-size: clamp(1.5rem, 2.8vw, 2.5rem);
    font-weight: var(--fw-bold);
    color: #fff;
    letter-spacing: -0.02em;
    line-height: 1.2;
    margin-bottom: 8px;
}
.snf-cta-subtext { font-size: 1rem; color: rgba(255,255,255,0.7); }
.snf-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 36px;
    border: 2px solid #fff;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: var(--fw-semibold);
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.25s, color 0.25s;
    flex-shrink: 0;
    background: transparent;
}
.snf-cta-btn:hover { background: #fff; color: #0f1580; }

/* TOP ROW: logo + badges */
.snf-top-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 32px;
    padding: 56px 0 32px;
    flex-wrap: wrap;
}
.snf-logo-area { flex: 1; min-width: 0; }
.snf-logo { margin-bottom: 2px;  margin-left: -18px;}
.snf-logo a { display: inline-block; text-decoration: none; }
.snf-logo img { height: auto; display: block; }
.snf-logo-text { font-size: 1.75rem; font-weight: var(--fw-extrabold); color: #fff; letter-spacing: -0.03em; }
.snf-tagline { font-size: 0.9375rem; color: rgba(255,255,255,0.55); margin-bottom: 24px; max-width: 380px; }

/* SOCIAL PILLS */
.snf-social-icons { display: flex; gap: 10px; flex-wrap: wrap; }
.snf-social-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border: 1px solid rgba(255,255,255,0.18);
    border-radius: 50px;
    color: rgba(255,255,255,0.8);
    text-decoration: none;
    font-size: 0.8125rem;
    font-weight: var(--fw-medium);
    transition: border-color 0.2s, color 0.2s, background 0.2s;
}
.snf-social-link:hover {
    border-color: rgba(255,255,255,0.5);
    color: #fff;
    background: rgba(255,255,255,0.06);
}
.snf-social-link i,
.snf-social-link svg { font-size: 13px; width: 13px; height: 13px; flex-shrink: 0; }
.snf-social-label { line-height: 1; }

/* BADGES */
.snf-badges {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-shrink: 0;
    flex-wrap: wrap;
    align-self: flex-start;
}
.snf-badge {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 8px;
    padding: 10px 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-size: 0.8125rem;
    text-decoration: none;
    transition: border-color 0.2s;
}
.snf-badge:hover { border-color: rgba(255,255,255,0.3); }
.snf-badge img { height: 36px; width: auto; display: block; }
.snf-badge-clutch-rating { font-weight: var(--fw-bold); font-size: 0.9rem; }
.snf-badge-clutch-sub { font-size: 0.7rem; color: rgba(255,255,255,0.5); display: block; }
.snf-badge-star { color: #f5a623; }

/* OFFICE CARDS */
.snf-offices-section { padding: 0 0 40px; }
.snf-offices-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 14px;
}
.snf-office-card {
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 14px;
    padding: 20px;
    background: rgba(255,255,255,0.02);
    transition: border-color 0.2s, background 0.2s;
    text-decoration: none;
    display:        flex;
    flex-direction: column;
    gap:            16px;
}
.snf-office-card:hover { border-color: rgba(255,255,255,0.22); background: rgba(255,255,255,0.05); }
.snf-office-flag {
    font-size:   1.875rem;
    display:     block;
    line-height: 1;
    margin:      0;
    flex-shrink: 0;
}

.snf-office-flag img {
    display:    block;
    object-fit: cover;
    max-width:  unset;
}
.snf-office-country { font-size: 0.9375rem; font-weight: var(--fw-semibold); color: #fff; display: block; margin: 0; }
.snf-office-address { font-size: 0.75rem; color: rgba(255,255,255,0.45); line-height: 1.6; display: block; }

/* LINK COLUMNS */
.snf-links-section {
    padding: 40px 0;
    border-top: 1px solid rgba(255,255,255,0.07);
}
.snf-columns {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 24px;
}
.snf-col-heading {
    font-size: 1rem;
    font-weight: var(--fw-semibold);
    color: #fff;
    margin-bottom: 20px;
    display: block;
}
.snf-link-list { list-style: none; display: flex; flex-direction: column; gap: 12px; }
.snf-link { font-size: 0.875rem; color: rgba(255,255,255,0.55); text-decoration: none; transition: color 0.18s; display: inline-block; }
.snf-link:hover { color: #fff; }
.snf-view-more {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.8125rem;
    color: rgba(255,255,255,0.45);
    text-decoration: underline;
    text-underline-offset: 3px;
    margin-top: 16px;
    transition: color 0.18s;
    text-decoration-color: rgba(255,255,255,0.2);
}
.snf-view-more:hover { color: #fff; text-decoration-color: rgba(255,255,255,0.6); }

/* BUSINESS UNITS */
.snf-business-section {
    padding: 40px 0;
    border-top: 1px solid rgba(255,255,255,0.07);
}
.snf-business-label {
    font-size: 0.8125rem;
    font-weight: var(--fw-medium);
    color: rgba(255,255,255,0.4);
    margin-bottom: 16px;
    display: block;
}
.snf-business-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 14px;
}
.snf-business-card {
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 14px;
    padding: 22px 28px;
    background: rgba(255,255,255,0.02);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    text-decoration: none;
    transition: border-color 0.2s, background 0.2s;
    flex-wrap: wrap;
}
.snf-business-card:hover { border-color: rgba(255,255,255,0.22); background: rgba(255,255,255,0.05); }
.snf-business-logo { font-size: 1.0625rem; font-weight: var(--fw-bold); color: #fff; }
.snf-business-logo img { height: 26px; width: auto; }
.snf-business-cta {
    font-size: 0.8125rem;
    color: rgba(255,255,255,0.55);
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-color: rgba(255,255,255,0.2);
    display: flex;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
    transition: color 0.18s;
}
.snf-business-card:hover .snf-business-cta { color: #fff; }
.snf-ext-arrow { font-size: 0.75rem; }

/* BOTTOM BAR */
.snf-bottom-bar {
    border-top: 1px solid rgba(255,255,255,0.07);
    padding: 20px 0;
}
.snf-bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}
.snf-bottom-links {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 0;
    flex-wrap: wrap;
}
.snf-bottom-links li { display: flex; align-items: center; }
.snf-bottom-links li + li::before { content: '|'; color: rgba(255,255,255,0.2); padding: 0 10px; }
.snf-bottom-link { font-size: 0.8125rem; color: rgba(255,255,255,0.5); text-decoration: underline; text-underline-offset: 3px; transition: color 0.18s; }
.snf-bottom-link:hover { color: #fff; }
.snf-copyright { font-size: 0.8125rem; color: rgba(255,255,255,0.4); }
.snf-dmca {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 6px;
    padding: 6px 12px;
    text-decoration: none;
    font-size: 0.6875rem;
    font-weight: var(--fw-bold);
    color: rgba(255,255,255,0.55);
    letter-spacing: 0.05em;
    flex-shrink: 0;
    transition: border-color 0.2s, color 0.2s;
}
.snf-dmca:hover { border-color: rgba(255,255,255,0.35); color: #fff; }
.snf-dmca-lock { font-size: 0.875rem; }

/* Mobile accordion */
@media (max-width: 768px) {
    .snf-col-heading.snf-accordion-trigger {
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-bottom: 12px;
        border-bottom: 1px solid rgba(255,255,255,0.07);
    }
    .snf-col-heading.snf-accordion-trigger::after {
        content: '+';
        font-size: 1.2rem;
        color: rgba(255,255,255,0.35);
        transition: transform 0.2s;
        font-weight: var(--fw-light);
        flex-shrink: 0;
    }
    .snf-col-heading.snf-accordion-trigger.snf-open::after { transform: rotate(45deg); }
}

/* RESPONSIVE */
@media (max-width: 1200px) {
    .snf-columns { grid-template-columns: repeat(3, 1fr); }
    .snf-offices-grid { grid-template-columns: repeat(3, 1fr); }
    .snf-container { padding: 0 32px; }
}

@media (max-width: 900px) {
    .snf-columns { grid-template-columns: repeat(2, 1fr); }
    .snf-offices-grid { grid-template-columns: repeat(2, 1fr); }
    .snf-top-row { flex-direction: column; }
    .snf-cta-inner { flex-direction: column; align-items: flex-start; }
    .snf-cta-btn { align-self: stretch; justify-content: center; }
}

@media (max-width: 600px) {
    .snf-columns { grid-template-columns: 1fr; }
    .snf-offices-grid { grid-template-columns: 1fr; }
    .snf-container { padding: 0 20px; }
    .snf-business-cards { grid-template-columns: 1fr; }
    .snf-bottom-inner { flex-direction: column; align-items: flex-start; }
    .snf-top-row { padding: 36px 0 24px; }
}