/* ===== MOBILE.DELIVERY.CSS - Мобильные стили страницы "Доставка" ===== */

/* Hero Section */
.delivery-hero {
    padding: 40px 0;
}

.delivery-title {
    font-size: 28px;
    margin-bottom: 10px;
}

.delivery-subtitle {
    font-size: 16px;
}

/* Delivery Conditions */
.delivery-conditions {
    padding: 40px 0;
}

.delivery-panel {
    padding: 24px 16px;
}

.delivery-panel-title {
    font-size: 24px;
    margin-bottom: 24px;
}

.delivery-sections {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 30px;
}

.delivery-section {
    padding: 20px;
}

.delivery-section-header {
    gap: 10px;
    margin-bottom: 16px;
}

.delivery-icon {
    width: 40px;
    height: 40px;
}

.delivery-icon svg {
    width: 24px;
    height: 24px;
}

.delivery-section h3 {
    font-size: 16px;
}

.delivery-list li {
    font-size: 14px;
    padding-left: 16px;
    margin-bottom: 8px;
}

.delivery-list li::before {
    width: 4px;
    height: 4px;
    top: 6px;
}

.delivery-list li.highlighted {
    gap: 5px;
}

.delivery-list li.highlighted svg {
    width: 14px;
    height: 14px;
}

/* Note Section */
.delivery-note {
    padding: 20px;
}

.note-header {
    gap: 8px;
    margin-bottom: 10px;
}

.note-header h3 {
    font-size: 15px;
}

.note-content p {
    font-size: 14px;
    margin-bottom: 5px;
}

/* Delivery Features */
.delivery-features {
    padding: 40px 0;
}

.features-grid {
    grid-template-columns: 1fr;
    gap: 20px;
}

.feature-card {
    padding: 24px 20px;
}

.feature-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 16px;
}

.feature-icon svg {
    width: 32px;
    height: 32px;
}

.feature-card h3 {
    font-size: 16px;
    margin-bottom: 10px;
}

.feature-card p {
    font-size: 14px;
}

/* CTA Section */
.delivery-cta {
    padding: 40px 0;
}

.cta-content {
    padding: 0 20px;
}

.cta-title {
    font-size: 24px;
    margin-bottom: 12px;
}

.cta-description {
    font-size: 15px;
    margin-bottom: 24px;
}

.cta-button {
    padding: 12px 24px;
    font-size: 14px;
    width: 100%;
    text-align: center;
}