.delivery-page {
    background:
        radial-gradient(circle at top right, rgba(41, 124, 70, 0.08), transparent 24%),
        linear-gradient(180deg, #f5f7f3 0%, #ffffff 32%, #f5f7f3 100%);
}

.delivery-hero {
    padding-top: 46px;
}

.delivery-hero-card {
    padding: 34px;
    border: 1px solid var(--border);
    border-radius: 32px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(238, 242, 235, 0.92) 100%);
    box-shadow: var(--shadow-sm);
}

.delivery-breadcrumbs {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
    color: var(--text-muted);
    font-size: 14px;
}

.delivery-breadcrumbs a:hover {
    color: var(--green-dark);
}

.delivery-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
    gap: 22px;
    align-items: start;
}

.delivery-hero-copy h1 {
    font-size: clamp(40px, 5vw, 60px);
    line-height: 0.98;
    font-weight: 800;
    letter-spacing: -0.045em;
}

.delivery-hero-text {
    max-width: 760px;
    margin-top: 18px;
    color: var(--text-muted);
    font-size: 18px;
}

.delivery-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.delivery-hero-note {
    padding: 24px;
    border: 1px solid rgba(41, 124, 70, 0.14);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.86);
    box-shadow: var(--shadow-sm);
}

.delivery-note-label {
    display: inline-block;
    margin-bottom: 14px;
    color: var(--green-dark);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.delivery-hero-note strong {
    display: block;
    font-size: clamp(24px, 3vw, 28px);
    line-height: 1.04;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.delivery-hero-note p {
    margin-top: 14px;
    color: var(--text-muted);
    font-size: 15px;
}

.delivery-hero-meta {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 30px;
}

.delivery-meta-card {
    padding: 20px;
    border: 1px solid var(--border);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.88);
}

.delivery-meta-card strong {
    display: block;
    font-size: 18px;
    font-weight: 800;
}

.delivery-meta-card span {
    display: block;
    margin-top: 8px;
    color: var(--text-muted);
    font-size: 14px;
    line-height: 1.5;
}

.delivery-process {
    background: var(--white);
}

.delivery-process-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.delivery-step-card {
    position: relative;
    min-height: 250px;
    padding: 24px;
    border: 1px solid var(--border);
    border-radius: 28px;
    background: linear-gradient(180deg, #ffffff 0%, #f7faf5 100%);
    box-shadow: var(--shadow-sm);
    overflow: hidden;
}

.delivery-step-card::after {
    content: "";
    position: absolute;
    right: -34px;
    bottom: -34px;
    width: 132px;
    height: 132px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(41, 124, 70, 0.14) 0%, rgba(41, 124, 70, 0) 72%);
}

.delivery-step-number {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-bottom: 18px;
    border-radius: 14px;
    background: var(--bg-soft);
    color: var(--green-dark);
    font-size: 13px;
    font-weight: 800;
}

.delivery-step-card h3 {
    position: relative;
    z-index: 1;
    font-size: 24px;
    line-height: 1.14;
    font-weight: 800;
}

.delivery-step-card p {
    position: relative;
    z-index: 1;
    margin-top: 12px;
    color: var(--text-muted);
    font-size: 15px;
}

.delivery-details-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 20px;
    align-items: start;
}

.delivery-details-card {
    padding: 28px;
    border: 1px solid var(--border);
    border-radius: 32px;
    background: linear-gradient(180deg, rgba(238, 242, 235, 0.8) 0%, rgba(255, 255, 255, 1) 100%);
    box-shadow: var(--shadow-sm);
}

.delivery-details-card .section-text {
    max-width: none;
}

.delivery-conditions-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.delivery-condition-item {
    min-height: 154px;
    padding: 22px;
    border: 1px solid var(--border);
    border-radius: 24px;
    background: var(--white);
    box-shadow: var(--shadow-sm);
}

.delivery-condition-item strong {
    display: block;
    font-size: 19px;
    line-height: 1.2;
    font-weight: 800;
}

.delivery-condition-item span {
    display: block;
    margin-top: 10px;
    color: var(--text-muted);
    font-size: 14px;
    line-height: 1.6;
}

.delivery-companies {
    background: var(--white);
}

.delivery-company-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.delivery-company-card {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 120px;
    padding: 18px;
    border: 1px solid var(--border);
    border-radius: 28px;
    background: linear-gradient(180deg, #ffffff 0%, #f7faf5 100%);
    box-shadow: var(--shadow-sm);
    text-align: center;
    font-size: clamp(18px, 2vw, 22px);
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.delivery-info-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 22px;
}

.delivery-info-card {
    padding: 24px;
    border: 1px solid var(--border);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: var(--shadow-sm);
}

.delivery-info-card strong {
    display: block;
    font-size: 22px;
    line-height: 1.16;
    font-weight: 800;
}

.delivery-info-card p {
    margin-top: 12px;
    color: var(--text-muted);
    font-size: 15px;
}

.delivery-important-card {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
    gap: 20px;
    padding: 28px;
    border: 1px solid rgba(41, 124, 70, 0.18);
    border-radius: 32px;
    background: linear-gradient(180deg, rgba(238, 242, 235, 0.95) 0%, rgba(255, 255, 255, 1) 100%);
    box-shadow: var(--shadow-sm);
}

.delivery-important-points {
    display: grid;
    gap: 14px;
}

.delivery-important-point {
    padding: 18px 20px;
    border: 1px solid var(--border);
    border-radius: 22px;
    background: var(--white);
}

.delivery-important-point strong {
    display: block;
    font-size: 17px;
    font-weight: 800;
}

.delivery-important-point span {
    display: block;
    margin-top: 8px;
    color: var(--text-muted);
    font-size: 14px;
    line-height: 1.55;
}

.delivery-contact-strip {
    padding: 0 0 88px;
}

.delivery-contact-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 24px;
    align-items: center;
    padding: 28px 30px;
    border-radius: 32px;
    background: linear-gradient(135deg, var(--green-deep) 0%, var(--green-dark) 100%);
    color: var(--white);
    box-shadow: var(--shadow-lg);
}

.delivery-contact-card .eyebrow,
.delivery-contact-card .section-title,
.delivery-contact-card .section-text {
    color: var(--white);
}

.delivery-contact-card .eyebrow::before {
    background: rgba(255, 255, 255, 0.72);
}

.delivery-contact-info {
    display: grid;
    gap: 10px;
    text-align: right;
}

.delivery-contact-info a {
    font-size: 24px;
    line-height: 1.15;
    font-weight: 800;
    overflow-wrap: anywhere;
}

@media (max-width: 1080px) {
    .delivery-process-grid,
    .delivery-company-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 980px) {
    .delivery-hero-grid,
    .delivery-hero-meta,
    .delivery-details-grid,
    .delivery-important-card,
    .delivery-contact-card {
        grid-template-columns: 1fr;
    }

    .delivery-info-grid,
    .delivery-conditions-list {
        grid-template-columns: 1fr;
    }

    .delivery-contact-info {
        text-align: left;
    }
}

@media (max-width: 760px) {
    .delivery-hero {
        padding-top: 32px;
    }

    .delivery-hero-card,
    .delivery-details-card,
    .delivery-important-card,
    .delivery-contact-card {
        padding: 24px;
    }

    .delivery-process-grid,
    .delivery-company-grid {
        grid-template-columns: 1fr;
    }

    .delivery-step-card,
    .delivery-condition-item {
        min-height: unset;
    }

    .delivery-hero-actions .btn {
        width: 100%;
    }
}

@media (max-width: 560px) {
    .delivery-hero-copy h1 {
        font-size: 38px;
    }

    .delivery-hero-text,
    .delivery-hero-note p,
    .delivery-step-card p,
    .delivery-info-card p {
        font-size: 16px;
    }

    .delivery-contact-info a {
        font-size: 21px;
    }

    .delivery-contact-info a {
        line-height: 1.2;
    }
}
