/* Footer */
.footer {
    background-color: var(--text-primary);
    color: var(--bg-surface);
    padding: 50px 0;
}

.footer-container {
    max-width: 1600px;
    padding: 0 40px;
    margin: 0 auto;
}

.footer-content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0;
    padding-bottom: 50px;
    padding-top: 0;
}

.footer-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer-info {
    width: 162px;
    gap: 20px;
}

.footer-support {
    width: 203px;
    gap: 20px;
}

.footer-column h4 {
    font-family: var(--font-family-roboto);
    font-size: var(--font-size-14);
    font-weight: var(--font-weight-700);
    line-height: 17.23px;
    letter-spacing: var(--letter-spacing-1);
    text-transform: uppercase;
    color: var(--bg-surface);
    margin: 0;
}

.footer-column ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.footer-column ul li {
    margin: 0;
    padding: 0;
}

.footer-column ul li:not(:first-child) {
    padding-top: 6px;
}

.footer-column a {
    color: var(--bg-surface);
    text-decoration: none;
    font-family: var(--font-family-roboto);
    font-size: var(--font-size-16);
    font-weight: var(--font-weight-400);
    line-height: var(--line-height-28);
    white-space: nowrap;
    transition: opacity 0.3s;
}

.footer-column a:hover {
    opacity: 0.8;
}

.footer-newsletter {
    width: 570px;
    padding-left: 90px;
    gap: 19.4px;
}

.footer-newsletter h4 {
    font-family: var(--font-family-inter);
    font-size: var(--font-size-16);
    font-weight: var(--font-weight-700);
    line-height: var(--line-height-28);
    color: var(--bg-surface);
    margin: 0;
    text-transform: none;
    letter-spacing: 0;
}

.footer-newsletter p {
    font-family: var(--font-family-roboto);
    font-size: var(--font-size-16);
    font-weight: var(--font-weight-400);
    line-height: var(--line-height-28);
    color: var(--bg-surface);
    margin: 0;
}

.newsletter-bold {
    font-weight: var(--font-weight-700);
}

.newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}

.newsletter-input-wrapper {
    position: relative;
    width: 100%;
    height: 52px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 30px;
    display: flex;
    align-items: center;
}

.newsletter-form input {
    flex: 1;
    padding: 0 5px;
    border: none;
    background: transparent;
    font-family: var(--font-family-roboto);
    font-size: var(--font-size-body);
    font-weight: var(--font-weight-400);
    line-height: 16px;
    color: rgba(255, 255, 255, 0.7);
    padding-left: 20px;
    padding-right: 120px;
    height: 100%;
    border-radius: 30px 0 0 30px;
}

.newsletter-form input::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.newsletter-form input:focus {
    outline: none;
}

.btn-newsletter {
    /* Special footer button - extends base .btn with newsletter-specific styling */
    position: absolute;
    right: 2px;
    top: 1.92%;
    bottom: 1.92%;
    background-color: rgba(255, 255, 255, 0.15);
    border: none;
    border-radius: var(--btn-border-radius);
    padding: 11px 24px;
    font-family: var(--font-family-roboto);
    font-size: var(--btn-font-size-standard);
    font-weight: var(--font-weight-400);
    line-height: 27.73px;
    text-transform: uppercase;
    color: var(--bg-surface);
    white-space: nowrap;
}

.social-icons-wrapper {
    width: 100%;
    max-width: 480px;
}

.social-icons-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 25px;
}

.social-logo {
    width: 150px;
    height: 48px;
    flex-shrink: 0;
}

.social-logo-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.social-icons {
    display: flex;
    gap: 0;
    align-items: center;
    height: 55px;
}

.social-icon-link {
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    box-shadow: 1px 0px 0px 0px #484848, 0px 1px 0px 0px #484848, 1px 1px 0px 0px #484848;
    position: relative;
}

.social-icon-link:first-child {
    border-radius: 30px 0 0 30px;
}

.social-icon-link:last-child {
    border-radius: 0 30px 30px 0;
}

.social-icon-link::before {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    box-shadow: 1px 0px 0px 0px inset #484848, 0px 1px 0px 0px inset #484848;
}

.social-icon {
    object-fit: contain;
}

.social-icon-facebook {
    width: 9px;
    height: 17px;
}

.social-icon-instagram {
    width: 16px;
    height: 16px;
}

/* Footer Copyright */
.footer-copyright {
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    text-align: center;
}

.footer-copyright p {
    font-family: var(--font-family-roboto);
    font-size: var(--font-size-14);
    font-weight: var(--font-weight-400);
    line-height: var(--line-height-20);
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
}

/* Floating Discount Banner */
.floating-banner {
    position: fixed;
    bottom: 0;
    left: 20px;
    z-index: 1000;
    width: 184px;
    text-decoration: none;
    display: block;
    cursor: pointer;
}

.floating-banner:hover {
    text-decoration: none;
}

.floating-banner:visited {
    color: inherit;
}

.floating-banner-content {
    background-color: #FFB829;
    border-radius: var(--radius-4) var(--radius-4) 0 0;
    padding: 16px;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
}

.floating-banner-content p {
    font-family: 'Arial', sans-serif;
    font-weight: var(--font-weight-700);
    font-size: var(--font-size-body-large);
    color: var(--text-primary);
    text-align: center;
    margin: 0;
    line-height: 1.4;
}

