/* 9. Секция DELIVERY */
.delivery-section {
    padding: 4rem 0;
    background-color: #1a1a1a;
    text-align: center;
}

.delivery-content p {
    font-size: 1.2rem;
    color: var(--text-secondary);
    max-width: 600px;
    margin: 0 auto 2rem auto;
}

.delivery-content .button {
    margin-top: 1rem;
}
