.delivery-hero {
    position: relative;
    min-height: 500px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background:
        linear-gradient(
            rgba(5,10,18,0.46),
            rgba(5,10,18,0.46)
        ),
        url('/assets/images/delivery-hero.webp') center center / cover;
}

.delivery-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            90deg,
            rgba(8,20,35,0.46) 0%,
            rgba(8,20,35,0.28) 42%,
            rgba(8,20,35,0.08) 100%
        );
}

.delivery-hero .container {
    position: relative;
    z-index: 2;
}

.delivery-hero-content {
    max-width: 620px;
    padding: 30px 0 50px;
}

.delivery-hero-eyebrow {
    display: inline-flex;
    align-items: center;
    padding: 14px 22px;
    border-radius: 999px;
    margin-bottom: 26px;
    background: rgba(10,25,45,0.72);
    border: 1px solid rgba(255,255,255,0.08);
    color: #f0bb57;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    backdrop-filter: blur(8px);
}

.delivery-hero h1 {
    color: #ffffff;
    font-size: clamp(3rem, 5vw, 4.5rem);
    line-height: 0.95;
    margin-bottom: 28px;
}

.delivery-hero p {
    color: rgba(255,255,255,0.92);
    font-size: 1.25rem;
    line-height: 1.7;
    max-width: 680px;
}

.delivery-main {
    padding: 60px 0 80px;
    background: #f4f4f2;
}

.delivery-summary-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 26px;
    margin-bottom: 45px;
}

.info-card {
    background: #ffffff;
    border-radius: 28px;
    padding: 28px 24px;
    display: flex;
    align-items: flex-start;
    gap: 22px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.04);
}

.info-icon {
    width: 68px;
    height: 68px;
    border-radius: 20px;
    background:
        linear-gradient(
            145deg,
            #173153,
            #10233e
        );
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 10px 20px rgba(10,20,35,0.18);
}

.info-icon i {
    color: #f0bb57;
    font-size: 1.2rem;
}

.info-content span {
    display: block;
    color: #9a9a9a;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.info-content h3 {
    font-size: 1.1rem;
    line-height: 1.25;
    margin-bottom: 12px;
}

.info-content p {
    color: #616161;
    line-height: 1.7;
}

.delivery-layout {
    display: grid;
    grid-template-columns: 0.32fr 1fr;
    gap: 44px;
    align-items: start;
}

.delivery-side-card {
    position: sticky;
    top: 120px;
    padding: 40px 30px;
    border-radius: 34px;
    background:
        linear-gradient(
            135deg,
            #071729,
            #0d2442
        );
    color: #ffffff;
    text-align: center;
    box-shadow: 0 18px 42px rgba(0,0,0,0.18);
}

.delivery-side-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 26px;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    background:
        linear-gradient(
            135deg,
            rgba(240,187,87,0.12),
            rgba(240,187,87,0.04)
        );
    border: 1px solid rgba(240,187,87,0.18);
}

.delivery-side-icon i {
    font-size: 1.65rem;
    color: #f0bb57;
}

.delivery-side-card h2 {
    font-size: 1.65rem;
    line-height: 1.18;
    margin-bottom: 20px;
    color: #ffffff;
}

.delivery-side-card p {
    color: rgba(255,255,255,0.82);
    line-height: 1.75;
    font-size: 0.95rem;
}

.policy-small {
    display: block;

    margin-top: -6px;

    color: #8b8b8b;

    font-size: 0.92rem;

    line-height: 1.7;

    font-style: italic;
}

.delivery-policy-wrapper {
    display: flex;
    flex-direction: column;
    gap: 34px;
}

.policy-card {
    background: #ffffff;
    border-radius: 32px;
    padding: 44px;
    box-shadow: 0 12px 34px rgba(0,0,0,0.04);
}

.policy-card h2 {
    position: relative;
    font-size: 1.75rem;
    line-height: 1.1;
    margin-bottom: 30px;
    padding-bottom: 18px;
    color: #111111;
}

.policy-card h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 90px;
    height: 4px;
    border-radius: 999px;
    background:
        linear-gradient(
            90deg,
            #e0b35a,
            #f0c978
        );
}

.policy-card p {
    color: #525252;
    line-height: 1.95;
    margin-bottom: 22px;
    font-size: 1.05rem;
}

.policy-card p:last-child {
    margin-bottom: 0;
}

.delivery-contact-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 34px;
    padding: 50px;
    border-radius: 36px;
    background:
        linear-gradient(
            135deg,
            #ffffff,
            #fbfbfa
        );
    box-shadow: 0 12px 34px rgba(0,0,0,0.04);
}

.delivery-contact-card h2 {
    font-size: 2.5rem;
    line-height: 1.05;
    margin-bottom: 16px;
}

.delivery-contact-card p {
    color: #616161;
    line-height: 1.8;
    margin: 0;
}

.delivery-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 190px;
    height: 62px;
    padding: 0 34px;
    border-radius: 999px;
    background:
        linear-gradient(
            135deg,
            #f0bb57,
            #d8a63f
        );
    color: #111111;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 10px 22px rgba(216,166,63,0.28);
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.delivery-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(216,166,63,0.35);
}

@media (max-width: 1200px) {
    .delivery-summary-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .delivery-layout {
        grid-template-columns: 1fr;
    }

    .delivery-side-card {
        position: relative;
        top: auto;
    }
}

@media (max-width: 768px) {
    .delivery-main {
        padding: 80px 0;
    }

    .delivery-summary-grid {
        grid-template-columns: 1fr;
    }

    .policy-card,
    .delivery-contact-card,
    .delivery-side-card {
        padding: 34px 28px;
    }

    .delivery-contact-card {
        flex-direction: column;
        align-items: flex-start;
    }

    .delivery-btn {
        width: 100%;
    }

    .delivery-hero {
        min-height: 360px;
    }

    .delivery-hero-content {
        padding: 70px 0;
    }

    .delivery-hero h1 {
        font-size: 3.2rem;
    }
}