/* ===== TABLET.DELIVERY.CSS - Планшетные стили страницы "Доставка" ===== */

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

.delivery-title {
    font-size: 36px;
    margin-bottom: 12px;
}

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

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

.delivery-panel {
    padding: 40px;
}

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

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

.delivery-section {
    padding: 25px;
}

.delivery-section-header {
    gap: 12px;
    margin-bottom: 20px;
}

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

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

.delivery-list li {
    font-size: 15px;
    padding-left: 18px;
    margin-bottom: 10px;
}

.delivery-list li::before {
    width: 5px;
    height: 5px;
    top: 7px;
}

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

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

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

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

.note-content p {
    font-size: 15px;
    margin-bottom: 6px;
}

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

.features-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.feature-card {
    padding: 30px 25px;
}

.feature-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
}

.feature-card h3 {
    font-size: 18px;
    margin-bottom: 12px;
}

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

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

.cta-title {
    font-size: 28px;
    margin-bottom: 16px;
}

.cta-description {
    font-size: 16px;
    margin-bottom: 30px;
}

.cta-button {
    padding: 14px 28px;
    font-size: 15px;
}