.delivery-start__holder {
    padding: 40px 0;
    background: var(--primary-color);
}

.delivery-start {
    display: flex;
    gap: 20px;
    padding: 40px;
    background: #fff;
    border-radius: 20px;
    @media (width <= 768px) {
        flex-wrap: wrap;
        padding: 20px;
    }
}

.delivery-start__text {
    max-width: 100%;
    flex-shrink: 0;
    & h1 {
        font: 700 40px/49px var(--primary-font);
        margin-bottom: 30px;
    }
    & .main-block__benefits {
        font: 600 18px/27px var(--primary-font);
        margin: 30px 0 0 0;
    }
    & .btns-holder {
        margin: 30px 0;
        justify-content: start;
        flex-wrap: wrap;
    }
    @media (width <= 768px) {
        flex-shrink: 1;
        & h1 {
            font-size: 24px;
            line-height: 30px;
        }
    }
}


section{padding:56px 0}
.delivery-regions h2,.delivery-types h2,.delivery-pricing h2,.delivery-faq h2,.delivery-cta h2,.delivery-links h2{font-size:28px;color:#1f4e7a;margin:0 0 22px}
.regions-grid{
    display:grid;
    grid-template-columns:repeat(4, 1fr);
    gap:14px;
    margin:24px 0 36px;
    @media (width <= 768px) {
        grid-template-columns: 100%;
    }
}
.region-card{background:#fff;border:1px solid #e3e8ef;border-left:4px solid var(--primary-color);padding:18px 20px;border-radius:8px;transition:.2s}
.region-card:hover{border-left-color:#ff8a3d;box-shadow:0 4px 14px rgba(0,0,0,.06)}
.region-card h3{margin:0;font-size:17px;color:#1f4e7a}
.region-card .region-subtitle{margin:4px 0 0;font-size:13px;color:#777}
.cities-columns{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:30px;background:#fff;padding:28px;border:1px solid #e3e8ef;border-radius:8px}
.cities-col h4{font-size:18px;color:var(--primary-color);margin:0 0 10px;border-bottom:1px dashed #cfd8e3;padding-bottom:6px}
.cities-col h4:not(:first-child){margin-top:18px}
.cities-col ul{list-style:none;padding:0;margin:0 0 8px;font-size:14px}
.cities-col ul li{padding:3px 0}
.note{margin-top:24px;background:#fff8ec;border-left:4px solid #ff8a3d;padding:14px 18px;border-radius:6px;font-size:15px}
.delivery-types{background:var(--bg-gray);}
.delivery-type{background:#fff;padding:28px 30px;margin-bottom:22px;border-radius:10px;border:1px solid #e3e8ef}
.delivery-type h3{font-size:22px;color:#1f4e7a;margin:0 0 14px}
.delivery-meta{display:flex;flex-wrap:wrap;gap:18px;margin-top:18px;font-size:15px;color:#1f4e7a;font-weight:600}
.highlight{background:#fff8ec;border-left:4px solid #ff8a3d;padding:10px 14px;border-radius:6px;font-weight:600}
.highlight-card{border:2px solid #ff8a3d;background:linear-gradient(180deg,#fff8ec 0,#fff 60%)}
.timing-table-wrap{overflow-x:auto}
.timing-table{width:100%;border-collapse:collapse;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.04)}
.timing-table th,.timing-table td{padding:14px 16px;text-align:left;border-bottom:1px solid #eef2f6;font-size:15px}
.timing-table th{background:var(--primary-color);color:#fff;font-weight:600}
.timing-table tr:last-child td{border-bottom:none}
.timing-table tr:hover td{background:#f9fbfc}
.timing-note{margin-top:18px;font-size:15px;color:#555}
.delivery-faq details{background:#fff;padding:18px 22px;margin-bottom:12px;border-radius:8px;border:1px solid #e3e8ef;transition:.2s}
.delivery-faq details[open]{border-left:4px solid var(--primary-color)}
.delivery-faq summary{cursor:pointer;font-weight:600;color:#1f4e7a;font-size:17px;list-style:none}
.delivery-faq details p{margin:12px 0 0;color:#444}
.delivery-cta{background:linear-gradient(135deg,#1f4e7a 0,var(--primary-color) 100%);color:#fff;text-align:center;border-radius:0}
.delivery-cta h2{color:#fff}
.delivery-cta p{font-size:17px;max-width:780px;margin:0 auto 26px}
.cta-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
    & .navbar__callback-btn {
        cursor: default;
        height: 46px;
    }
    @media (width <= 768px) {
        & >.btn {
            width: 100%;
        }
    }
}
.delivery-links ul{list-style:none;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:8px;margin: 0;}
.delivery-links ul li a{color:var(--primary-color);text-decoration:none;font-weight:600;padding:8px 12px;display:block;background:#fff;border-radius:6px;border:1px solid #e3e8ef}
.delivery-links ul li a:hover{background:#f3f6fa;border-color:var(--primary-color)}