/* ===================================================
   Delivery Page — /delivery/
   =================================================== */

#pagetitle {
    display: none !important;
}

.dv-page {
    padding-bottom: 80px;
}

/* ===== HERO ===== */
.dv-hero {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 50px;
    background: linear-gradient(135deg, #111 0%, #1e1e24 50%, #252530 100%);
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 40px;
    padding: 50px 60px;
    min-height: 280px;
}

.dv-hero__bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 5% 50%, rgba(133,198,53,0.13) 0%, transparent 50%),
        radial-gradient(circle at 85% 15%, rgba(133,198,53,0.07) 0%, transparent 45%),
        radial-gradient(circle at 60% 90%, rgba(133,198,53,0.05) 0%, transparent 40%);
    pointer-events: none;
}

.dv-hero__body {
    position: relative;
    z-index: 2;
}

.dv-hero__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(133,198,53,0.15);
    border: 1px solid rgba(133,198,53,0.3);
    color: #85c635;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 50px;
    margin-bottom: 18px;
    width: fit-content;
}

.dv-hero__title {
    font-size: 44px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 10px;
    line-height: 1.15;
}

.dv-hero__sub {
    font-size: 17px;
    color: rgba(255,255,255,0.5);
    margin-bottom: 24px;
}

.dv-hero__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.dv-hero__chips span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.12);
    color: rgba(255,255,255,0.75);
    font-size: 13px;
    font-weight: 600;
    padding: 7px 14px;
    border-radius: 50px;
}

.dv-hero__chips span i {
    color: #85c635;
}

.dv-hero__stats {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 14px;
    flex-shrink: 0;
}

.dv-hero__stat {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 14px;
    padding: 16px 28px;
    text-align: center;
    min-width: 155px;
}

.dv-hero__stat-val {
    display: block;
    font-size: 30px;
    font-weight: 800;
    color: #85c635;
    line-height: 1;
    margin-bottom: 4px;
}

.dv-hero__stat-lbl {
    font-size: 12px;
    color: rgba(255,255,255,0.5);
    font-weight: 500;
}

/* ===== INTRO ===== */
.dv-intro {
    background: #f8f8f8;
    border-radius: 14px;
    padding: 28px 36px;
    margin-bottom: 40px;
    border-left: 4px solid #85c635;
}

.dv-intro p {
    font-size: 15px;
    color: #555;
    line-height: 1.75;
    margin-bottom: 12px;
}

.dv-intro p:last-child {
    margin-bottom: 0;
}

/* ===== BLOCKS ===== */
.dv-blocks {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 50px;
}

.dv-block {
    background: #fff;
    border: 1px solid #efefef;
    border-radius: 16px;
    padding: 36px 40px;
    display: flex;
    gap: 28px;
    align-items: flex-start;
    transition: box-shadow 0.25s;
}

.dv-block:hover {
    box-shadow: 0 6px 24px rgba(0,0,0,0.07);
}

.dv-block--accent {
    background: linear-gradient(135deg, #f6fff0 0%, #eefce0 100%);
    border-color: rgba(133,198,53,0.3);
}

.dv-block__icon {
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    background: #f5f5f5;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #85c635;
}

.dv-block--accent .dv-block__icon {
    background: rgba(133,198,53,0.15);
}

.dv-block__body {
    flex: 1;
    min-width: 0;
}

.dv-block__title {
    font-size: 22px;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 10px;
}

.dv-block__lead {
    font-size: 15px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 22px;
}

/* ===== INFO CARDS ROW ===== */
.dv-info-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin-bottom: 22px;
}

.dv-info-card {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #f8f8f8;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 14px 16px;
    transition: box-shadow 0.2s;
}

.dv-info-card:hover {
    box-shadow: 0 4px 14px rgba(0,0,0,0.06);
}

.dv-info-card--accent {
    background: linear-gradient(135deg, #f0ffe0 0%, #e8fbc8 100%);
    border-color: rgba(133,198,53,0.3);
}

.dv-info-card > i {
    font-size: 20px;
    color: #85c635;
    flex-shrink: 0;
}

.dv-info-card > div {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.dv-info-card > div strong {
    font-size: 15px;
    font-weight: 800;
    color: #1a1a1a;
    line-height: 1.2;
}

.dv-info-card > div span {
    font-size: 12px;
    color: #999;
    font-weight: 500;
}

/* ===== LIST ===== */
.dv-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.dv-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 15px;
    color: #444;
    line-height: 1.6;
}

.dv-list li::before {
    content: '';
    flex-shrink: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #85c635;
    margin-top: 7px;
}

/* ===== NOTE ===== */
.dv-note {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    background: #f5f5f5;
    border-radius: 10px;
    padding: 14px 18px;
    font-size: 13px;
    color: #666;
    line-height: 1.6;
}

.dv-note i {
    color: #aaa;
    font-size: 15px;
    flex-shrink: 0;
    margin-top: 2px;
}

.dv-note--green {
    background: rgba(133,198,53,0.1);
    color: #3a7010;
}

.dv-note--green i {
    color: #85c635;
}

/* ===== RULES ===== */
.dv-rules {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.dv-rule {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    padding: 20px 0;
    border-bottom: 1px solid #f0f0f0;
}

.dv-rule:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.dv-rule:first-child {
    padding-top: 0;
}

.dv-rule__num {
    flex-shrink: 0;
    width: 42px;
    height: 42px;
    background: #f5f5f5;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 800;
    color: #85c635;
    letter-spacing: 0.5px;
}

.dv-rule__text {
    flex: 1;
}

.dv-rule__text strong {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 5px;
}

.dv-rule__text p {
    font-size: 14px;
    color: #666;
    line-height: 1.65;
    margin: 0;
}

/* ===== CTA ===== */
.dv-cta {
    background: linear-gradient(135deg, #111 0%, #1e1e24 100%);
    border-radius: 20px;
    padding: 50px 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    position: relative;
    overflow: hidden;
}

.dv-cta::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 80% 50%, rgba(133,198,53,0.1) 0%, transparent 55%);
    pointer-events: none;
}

.dv-cta__text {
    position: relative;
    z-index: 2;
    flex: 1;
}

.dv-cta__text h2 {
    font-size: 28px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 12px;
}

.dv-cta__text p {
    font-size: 15px;
    color: rgba(255,255,255,0.55);
    line-height: 1.7;
    margin-bottom: 8px;
}

.dv-cta__sign {
    margin-top: 16px !important;
    color: rgba(255,255,255,0.4) !important;
    font-size: 13px !important;
}

.dv-cta__sign strong {
    color: #85c635;
}

.dv-cta__actions {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex-shrink: 0;
}

.dv-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.2s;
    white-space: nowrap;
}

.dv-btn--primary {
    background: #85c635;
    color: #fff;
}

.dv-btn--primary:hover {
    background: #74b02a;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(133,198,53,0.35);
}

.dv-btn--outline {
    background: rgba(255,255,255,0.08);
    color: #fff;
    border: 1px solid rgba(255,255,255,0.2);
}

.dv-btn--outline:hover {
    background: rgba(255,255,255,0.15);
    border-color: rgba(255,255,255,0.4);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
    .dv-hero {
        grid-template-columns: 1fr;
        padding: 40px 36px;
    }
    .dv-hero__stats {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .dv-hero__title { font-size: 36px; }
    .dv-info-row { grid-template-columns: repeat(2, 1fr); }
    .dv-cta {
        flex-direction: column;
        padding: 40px 36px;
    }
    .dv-cta__actions { flex-direction: row; }
}

@media (max-width: 768px) {
    .dv-hero { padding: 30px 24px; }
    .dv-hero__title { font-size: 28px; }
    .dv-hero__chips { gap: 8px; }
    .dv-block {
        flex-direction: column;
        gap: 18px;
        padding: 28px 24px;
    }
    .dv-intro { padding: 22px 24px; }
    .dv-info-row { grid-template-columns: 1fr 1fr; gap: 10px; }
    .dv-cta { padding: 30px 24px; }
    .dv-cta__text h2 { font-size: 22px; }
    .dv-cta__actions { flex-direction: column; }
}

@media (max-width: 480px) {
    .dv-info-row { grid-template-columns: 1fr; }
    .dv-hero__chips span { font-size: 12px; padding: 6px 11px; }
}
