footer.footer-shell {
    background-color: #ffffff;
    width: 100%;
    padding: 3rem 2rem 1.5rem;
    font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    margin-top: auto;
    border-top: 1px solid #e8edf2;
    box-sizing: border-box;
}

.footer-shell .footer-inner {
    max-width: 1280px;
    margin: 0 auto;
    box-sizing: border-box;
}

.footer-shell .footer-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 2.5rem;
    margin-bottom: 2.5rem;
    box-sizing: border-box;
}

.footer-shell .footer-contact {
    flex: 2;
    min-width: 240px;
    box-sizing: border-box;
}

.footer-shell .footer-title {
    font-size: 1.125rem;
    font-weight: 600;
    letter-spacing: -0.01em;
    margin: 0 0 1.5rem 0;
    color: #1a2c3e;
    position: relative;
    display: inline-block;
    border-bottom: 2px solid #1e3a5f;
    padding-bottom: 0.5rem;
}

.footer-shell .footer-list {
    list-style: none;
    margin: 1rem 0 0 0;
    padding: 0;
}

.footer-shell .footer-list-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
    font-size: 0.9rem;
    color: #4a5b6e;
}

.footer-shell .footer-icon {
    font-size: 1.125rem;
    min-width: 28px;
    text-align: center;
}

.footer-shell .footer-link {
    color: #1e3a5f;
    text-decoration: none;
    border-bottom: 1px solid #d0dae4;
}

.footer-shell .footer-search {
    flex: 1.5;
    min-width: 260px;
    background-color: #fafcfd;
    border-radius: 20px;
    padding: 1.5rem 1.8rem;
    border: 1px solid #eef2f6;
    box-sizing: border-box;
    transition: all 0.2s ease;
}

.footer-shell .footer-search-copy {
    font-size: 0.85rem;
    margin: 0.9rem 0 1.25rem 0;
    color: #5f6f80;
    line-height: 1.5;
}

.footer-shell .footer-search-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background-color: #1e3a5f;
    padding: 0.75rem 1.8rem;
    border-radius: 40px;
    font-weight: 500;
    font-size: 0.9rem;
    color: white;
    text-decoration: none;
    transition: all 0.2s ease;
    border: 1px solid #2c4a6e;
    cursor: pointer;
}

.footer-shell .footer-search-icon {
    font-size: 1rem;
}

.footer-shell .footer-search-note {
    font-size: 0.7rem;
    margin-top: 1rem;
    color: #8c9aab;
}

.footer-shell .footer-bottom {
    border-top: 1px solid #eef2f6;
    padding-top: 1.5rem;
    margin-top: 0.5rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    font-size: 0.75rem;
    color: #7c8b9c;
    box-sizing: border-box;
}

.footer-shell .footer-bottom-links {
    display: flex;
    gap: 1.8rem;
    flex-wrap: wrap;
}

.footer-shell .footer-bottom-link {
    color: #7c8b9c;
    text-decoration: none;
    transition: color 0.2s;
}

.footer-shell .footer-copy {
    letter-spacing: 0.2px;
}
