.order-hero {
    background: linear-gradient(180deg, #ffffff 0%, #f0fdf4 100%);
    border: 1px solid #e5e7eb;
    border-radius: 1.5rem;
    padding: 2rem 1.5rem;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.05);
    scroll-margin-top: 6rem;
}

.order-kicker {
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--fi-accent);
}

.order-title {
    font-weight: 800;
}

.order-subtitle {
    max-width: 42rem;
    margin: 0 auto;
    font-size: 1.05rem;
}

.order-price {
    font-size: 2.2rem;
    font-weight: 800;
    line-height: 1;
    color: #111827;
}

.order-price small {
    font-size: 0.95rem;
    font-weight: 600;
    color: #6b7280;
}

.order-actions-row {
    display: flex;
    gap: 1rem;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
}

.order-actions-row .btn,
.offer-actions .btn {
    border-radius: 1rem;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
}

.benefit-pills {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem 1rem;
    max-width: 860px;
    margin: 0 auto;
}

.benefit-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: #fff;
    border: 1px solid var(--fi-border);
    border-radius: 999px;
    padding: 0.55rem 0.9rem;
    font-size: 0.92rem;
    color: #374151;
}

.benefit-pill i {
    color: var(--fi-accent);
}

.trust-copy {
    max-width: 46rem;
    margin: 0 auto;
}

.offers-section {
    background: #fff;
    border: 1px solid var(--fi-border);
    border-radius: 1.25rem;
    padding: 1rem;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.05);
}

.offer-card {
    display: flex;
    gap: 1rem;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 1rem;
    padding: 1rem;
}

.offer-media {
    width: 96px;
    flex: 0 0 96px;
}

.offer-media img {
    width: 96px;
    height: 96px;
    object-fit: contain;
}

.offer-body {
    flex: 1 1 auto;
    min-width: 0;
}

.offer-heading-row {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.offer-price {
    text-align: right;
    white-space: nowrap;
}

.offer-price strong {
    display: block;
    color: #111827;
    font-size: 1.45rem;
    line-height: 1.1;
}

.old-price {
    display: block;
    color: #6b7280;
    text-decoration: line-through;
    font-size: 0.95rem;
}

.offer-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.info-card {
    background: #fff;
    border: 1px solid var(--fi-border);
    border-radius: 1.25rem;
    padding: 1.25rem;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}

.renew-note {
    background: #fffbeb;
    color: #92400e;
    border: 1px solid #fde68a;
    border-radius: 1rem;
    padding: 0.9rem 1rem;
    font-size: 0.95rem;
    margin-top: 1rem;
}

@media (max-width: 767.98px) {
    .order-hero {
        padding: 1.5rem 1rem;
    }

    .order-actions-row {
        flex-direction: column;
    }

    .order-actions-row .btn,
    .offer-actions .btn {
        width: 100%;
    }

    .offer-card {
        flex-direction: column;
    }

    .offer-heading-row {
        flex-direction: column;
    }

    .offer-price {
        text-align: left;
    }
}
