footer, .footer-content {
    background: #000;
    color: #fff;
    font-family: 'Dosis', sans-serif;
    border-top: 2px solid #120075;
    box-shadow: 0 -2px 16px 0 rgba(0,0,0,0.12);
}
.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2.5rem 1.5rem 1.5rem 1.5rem;
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
    justify-content: space-between;
    align-items: flex-start;
    border-radius: 0 0 1rem 1rem;
}
.footer-nav ul {
    list-style: none;
    padding: 0;
    margin: 0 0 1rem 0;
    display: flex;
    gap: 2rem;
}
.footer-nav a {
    color: #fff;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 500;
    transition: color 0.2s;
    border-radius: 0.3rem;
    padding: 0.2rem 0.7rem;
}
.footer-nav a:hover,
.footer-nav a:focus {
    color: #120075;
    background: #fff;
    text-decoration: none;
}
.footer-main-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 2.5rem;
    width: 100%;
}
.footer-logo {
    flex: 1 1 180px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    min-width: 180px;
    margin-top: 0;
}
.footer-logo h1.logo {
    font-family: 'JohnLennon', sans-serif;
    color: #F6F6F8;
    font-size: 2rem;
    font-weight: 300;
    margin: 0;
    letter-spacing: 0.05em;
    text-align: left;
}
.footer-nav {
    flex: 2 1 320px;
    min-width: 220px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.footer-info {
    flex: 1 1 180px;
    min-width: 180px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    justify-content: flex-start;
}
.footer-contact-form-area {
    flex: 1 1 250px;
    min-width: 250px;
    max-width: 350px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.footer-contact-form {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    background: #000;
    padding: 1rem 0.7rem 0.7rem 0.7rem;
    border-radius: 0.4rem;
    border: 1px solid #fff;
    max-width: 320px;
    min-width: 180px;
    margin: 0 auto;
    box-shadow: none;
}
.footer-contact-form h2 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.01em;
}
.footer-contact-form label {
    font-size: 0.98rem;
    margin-bottom: 0.05rem;
    color: #fff;
    letter-spacing: 0.01em;
    font-weight: 400;
}
.footer-contact-form input,
.footer-contact-form textarea {
    padding: 0.5rem 0.7rem;
    border: 1px solid #fff;
    border-radius: 0.3rem;
    background: #000;
    color: #fff;
    font-size: 0.98rem;
    font-family: inherit;
    transition: border 0.2s;
    box-shadow: none;
}
.footer-contact-form input:focus,
.footer-contact-form textarea:focus {
    border: 1px solid #fff;
    outline: none;
    background: #000;
}
.footer-contact-form textarea {
    min-height: 50px;
    max-height: 160px;
    resize: vertical;
}
.footer-contact-form button {
    margin-top: 0.5rem;
    padding: 0.5rem 1rem;
    border: 1px solid #fff;
    border-radius: 0.3rem;
    background: #000;
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.01em;
    cursor: not-allowed;
    opacity: 0.85;
    box-shadow: none;
    transition: background 0.2s, color 0.2s, opacity 0.2s;
}
.footer-contact-form button:hover,
.footer-contact-form button:focus {
    opacity: 1;
    background: #fff;
    color: #000;
}
.footer-info address {
    font-style: normal;
    color: #aaa;
    font-size: 0.98rem;
    margin-bottom: 0.5rem;
}
.footer-info a {
    color: #fff;
    text-decoration: underline;
}
.footer-info a:hover,
.footer-info a:focus {
    color: #120075;
    text-decoration: underline;
}
.footer-social {
    display: flex;
    gap: 0.7rem;
    margin-top: 0.5rem;
}
.footer-social a {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: #222;
    border-radius: 50%;
    text-align: center;
    line-height: 32px;
    color: #fff;
    font-size: 1.2rem;
    opacity: 0.7;
    transition: background 0.2s, opacity 0.2s;
}
.footer-social a:hover,
.footer-social a:focus {
    background: #120075;
    opacity: 1;
}
.footer-brand {
    flex-basis: 100%;
    text-align: center;
    margin-top: 2rem;
    color: #aaa;
    font-size: 0.95rem;
}
.footer-legal-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 2rem;
}
.footer-legal {
    flex: 2 1 320px;
    min-width: 220px;
}
.footer-divider {
    width: 100%;
    border: none;
    border-top: 1px solid #222;
    margin: 2rem 0 1rem 0;
}
.footer-contact-row {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 0.7rem;
    margin-bottom: 0.2rem;
    width: 100%;
}
.footer-social-inline {
    display: flex;
    align-items: center;
    margin-left: 0.2rem;
}
.footer-social-inline img {
    vertical-align: middle;
    display: inline-block;
    transition: filter 0.2s;
}
.footer-social-inline:hover img,
.footer-social-inline:focus img {
    filter: brightness(1.5) drop-shadow(0 0 2px #120075);
}
.footer-legal a {
    color: #fff;
    text-decoration: underline;
    transition: color 0.2s;
}
.footer-legal a:hover,
.footer-legal a:focus {
    color: #fff;
    text-decoration: underline;
}
.footer-info p {
    margin-bottom: 1rem;
}
@media (max-width: 900px) {
    .footer-content {
        flex-direction: column;
        align-items: stretch;
        gap: 1.5rem;
    }
    .footer-main-row, .footer-legal-row {
        flex-direction: column;
        align-items: stretch;
        gap: 1.5rem;
    }
    .footer-logo, .footer-info, .footer-contact-form-area, .footer-nav, .footer-legal {
        min-width: 0;
        width: 100%;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .footer-logo {
        margin-bottom: 1rem;
    }
    .footer-divider {
        margin: 1.5rem 0 1rem 0;
    }
    .footer-legal-row {
        gap: 0.5rem;
    }
}
@media (max-width: 700px) {
    .footer-contact-form {
        max-width: 100%;
        padding: 0.7rem 0.2rem 0.7rem 0.2rem;
    }
}
@media (max-width: 400px) {
    .footer-content, .footer-main-row, .footer-legal-row {
        flex-direction: column;
        gap: 0.3rem;
        padding: 0.2rem 0.1rem;
    }
    .footer-logo h1.logo {
        font-size: 0.9rem;
    }
    .footer-nav a {
        font-size: 0.8rem;
        padding: 0.05rem 0.2rem;
    }
    .footer-info, .footer-contact-form-area {
        font-size: 0.8rem;
        min-width: 0;
        max-width: 100vw;
    }
    .footer-contact-form {
        padding: 0.1rem 0.05rem 0.1rem 0.05rem;
        min-width: 0;
        max-width: 100vw;
    }
    .footer-divider {
        margin: 0.2rem 0 0.1rem 0;
    }
} 