/* Footer Section - Based on Figma Design */
.footer-section {
    background: #ffffff;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: center;
    justify-content: flex-start;
    padding: 64px;
    position: relative;
    width: 100%;
}

.footer-container {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
    position: relative;
    flex-shrink: 0;
    width: 100%;
    max-width: 1200px;
}

.footer-card {
    background: #163fd9;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    gap: 64px;
    align-items: flex-start;
    justify-content: center;
    padding: 64px;
    position: relative;
    border-radius: 16px;
    box-shadow: 0px 12px 56px 0px rgba(6, 28, 61, 0.12);
    flex-shrink: 0;
    width: 100%;
}

.footer-newsletter {
    flex-basis: 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 24px;
    flex-grow: 1;
    align-items: flex-start;
    justify-content: flex-start;
    min-height: 1px;
    min-width: 1px;
    padding: 0;
    position: relative;
    flex-shrink: 0;
}

.footer-newsletter-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    position: relative;
    flex-shrink: 0;
    color: #ffffff;
    text-align: left;
    min-width: max-content;
    font-variation-settings: 'wdth' 100;
}

.footer-cta {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    flex-shrink: 0;
}

.footer-input {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    position: relative;
    flex-shrink: 0;
    color: #a6a6a6;
    text-align: left;
    white-space: nowrap;
    border: none;
    outline: none;
    background: transparent;
    flex-grow: 1;
    padding: 0 8px;
}

.footer-input::placeholder {
    color: #a6a6a6;
}

.footer-button {
    background: #1649ff;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: center;
    justify-content: center;
    max-width: 300px;
    padding: 0 32px;
    position: relative;
    border-radius: 7px;
    flex-shrink: 0;
    height: 48px;
    text-transform: capitalize;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 48px;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.footer-button:hover {
    background: #0b63e5;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(22, 73, 255, 0.3);
}

.footer-disclaimer {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0;
    position: relative;
    flex-shrink: 0;
    width: 456px;
    max-width: 100%;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.5;
    color: #ffffff;
    text-align: left;
    font-variation-settings: 'wdth' 100;
}

.footer-link-text {
    text-decoration-line: underline;
    text-decoration-skip-ink: none;
    text-decoration-style: solid;
    text-underline-position: from-font;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-variation-settings: 'wdth' 100;
}

.footer-links {
    flex-basis: 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    gap: 40px;
    flex-grow: 1;
    align-items: flex-start;
    justify-content: flex-start;
    min-height: 1px;
    min-width: 1px;
    padding: 0;
    position: relative;
    align-self: stretch;
    flex-shrink: 0;
}

.footer-column {
    flex-basis: 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex-grow: 1;
    align-items: flex-start;
    justify-content: flex-start;
    min-height: 1px;
    min-width: 1px;
    padding: 0;
    position: relative;
    flex-shrink: 0;
}

.footer-column-social {
    align-items: flex-end;
}

.footer-column-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    position: relative;
    flex-shrink: 0;
    color: #ffffff;
    text-align: left;
    min-width: max-content;
    font-variation-settings: 'wdth' 100;
}

.footer-social-links {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
    justify-content: center;
    padding: 0;
    position: relative;
    flex-shrink: 0;
}

.footer-social-item {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    position: relative;
    flex-shrink: 0;
    color: #ffffff;
    text-align: left;
    white-space: nowrap;
    font-variation-settings: 'wdth' 100;
}

.footer-contact-info {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
    justify-content: center;
    padding: 0;
    position: relative;
    flex-shrink: 0;
}

.footer-contact-item {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 15.622px;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0;
    position: relative;
    flex-shrink: 0;
}

.footer-contact-item {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    gap: 8.435px;
    height: 20.033px;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
    position: relative;
    flex-shrink: 0;
}

.footer-contact-icon {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    gap: 7.839px;
    align-items: center;
    justify-content: flex-start;
    padding: 3.92px;
    position: relative;
    border-radius: 4.647px;
    flex-shrink: 0;
}

.footer-contact-icon img {
    position: relative;
    flex-shrink: 0;
    width: 23.517px;
    height: 23.517px;
    display: block;
    max-width: none;
}

.footer-contact-text {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 12.652px;
    line-height: 1.5;
    position: relative;
    flex-shrink: 0;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    text-decoration-line: underline;
    text-decoration-skip-ink: none;
    text-decoration-style: solid;
    text-underline-position: from-font;
    font-variation-settings: 'wdth' 100;
}

.footer-social-media {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0;
    position: relative;
    flex-shrink: 0;
    width: 100%;
}

.footer-social-link {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: center;
    justify-content: flex-start;
    padding: 8px 0;
    position: relative;
    flex-shrink: 0;
}

.footer-social-icon {
    position: relative;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
}

.footer-social-icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.footer-social-text {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    position: relative;
    flex-shrink: 0;
    color: #ffffff;
    text-align: left;
    white-space: nowrap;
    font-variation-settings: 'wdth' 100;
}

.footer-credits {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0;
    position: relative;
    flex-shrink: 0;
    width: 100%;
}

.footer-credits-row {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0;
    position: relative;
    flex-shrink: 0;
    width: 100%;
}

.footer-copyright {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    position: relative;
    flex-shrink: 0;
    color: #061c3d;
    text-align: left;
    white-space: nowrap;
    font-variation-settings: 'wdth' 100;
}

.footer-privacy {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0;
    position: relative;
    flex-shrink: 0;
}

.footer-privacy-link {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    position: relative;
    flex-shrink: 0;
    color: #061c3d;
    text-align: left;
    white-space: nowrap;
    text-decoration-line: underline;
    text-decoration-skip-ink: none;
    text-decoration-style: solid;
    text-underline-position: from-font;
    font-variation-settings: 'wdth' 100;
    cursor: pointer;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .footer-section {
        padding: 48px 32px;
    }
    
    .footer-card {
        padding: 48px 32px;
        gap: 48px;
    }
    
    .footer-links {
        gap: 32px;
    }
}

@media (max-width: 768px) {
    .footer-section {
        padding: 32px 20px;
        gap: 24px;
    }
    
    .footer-card {
        flex-direction: column;
        padding: 32px 24px;
        gap: 32px;
    }
    
    .footer-newsletter {
        width: 100%;
    }
    
    .footer-disclaimer {
        width: 100%;
    }
    
    .footer-links {
        flex-direction: column;
        gap: 24px;
        width: 100%;
    }
    
    .footer-column-social {
        align-items: flex-start;
    }
    
    .footer-cta {
        flex-direction: column;
        gap: 16px;
        padding: 20px;
    }
    
    .footer-button {
        width: 100%;
        max-width: none;
    }
    
    .footer-credits-row {
        flex-direction: column;
        gap: 16px;
        align-items: center;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .footer-section {
        padding: 24px 16px;
    }
    
    .footer-card {
        padding: 24px 16px;
    }
    
    .footer-newsletter-title {
        font-size: 14px;
    }
    
    .footer-input {
        font-size: 16px;
    }
    
    .footer-button {
        font-size: 14px;
        height: 44px;
        line-height: 44px;
    }
}