.drivebit-footer-shell {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 40px 40px;
    box-sizing: border-box;
    min-width: 320px;
}

.drivebit-site-footer {
    margin-top: 24px;
    padding: 32px 40px;
    box-sizing: border-box;
    background-color: #09052b;
    border-radius: 24px;
    width: 100%;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.drivebit-footer-phone {
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    color: #ffffff;
    text-decoration: none;
    margin-bottom: 32px;
}

.drivebit-footer-phone:hover {
    opacity: 0.85;
}

.drivebit-footer-bottom {
    display: flex;
    align-items: center;
    width: 80%;
    margin: 0 auto;
    gap: 8px;
}

.drivebit-footer-copy {
    flex: 1;
    font-size: 14px;
    line-height: 1.5;
    color: #ffffff;
}

.drivebit-footer-link {
    font-size: 16px;
    line-height: 1.5;
    color: #ffffff;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.drivebit-footer-link:hover {
    opacity: 0.85;
}

.drivebit-footer-link--offer {
    flex: 0 0 auto;
}

.drivebit-footer-link--cookies {
    flex: 0 0 auto;
}

.drivebit-footer-link--privacy {
    flex: 1;
    text-align: right;
}

@media (max-width: 768px) {
    .drivebit-footer-shell {
        padding: 0 20px 16px;
    }

    .drivebit-site-footer {
        padding: 32px 20px;
    }

    .drivebit-footer-bottom {
        flex-direction: column;
        align-items: center;
        width: 100%;
        text-align: center;
        gap: 8px;
    }

    .drivebit-footer-copy {
        flex: none;
        font-size: 16px;
        text-align: center;
        display: block;
    }

    .drivebit-footer-link {
        display: block;
        text-align: center;
    }

    .drivebit-footer-link--cookies {
        flex: none;
        text-align: center;
    }

    .drivebit-footer-link--privacy {
        flex: none;
        text-align: center;
    }
}
