.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-col {
    flex: 1 1 0;
    min-width: 260px;
    max-width: 360px;
}

.order-plan {
    height: 100%;
    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);
    text-align: left;
}

.order-plan.featured {
    border-color: rgba(34, 197, 94, 0.35);
    box-shadow: 0 16px 36px rgba(34, 197, 94, 0.12);
}

.plan-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    border-radius: 999px;
    padding: 0.35rem 0.7rem;
    font-size: 0.75rem;
    font-weight: 700;
    background: #ecfdf5;
    color: #166534;
    margin-bottom: 0.85rem;
}

.plan-icon {
    width: 56px;
    height: 56px;
    border-radius: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.plan-title {
    font-size: 1.2rem;
    font-weight: 800;
    margin-bottom: 0.35rem;
}

.plan-meta {
    color: #6b7280;
    font-size: 0.95rem;
    margin-bottom: 1rem;
}

.plan-list {
    list-style: none;
    padding: 0;
    margin: 0 0 1.25rem;
}

.plan-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    margin-bottom: 0.7rem;
    color: #374151;
    line-height: 1.45;
}

.plan-list i {
    color: var(--fi-accent);
    margin-top: 0.15rem;
}

.order-plan .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);
}

.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);
}

.info-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.info-list li {
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
    margin-bottom: 0.9rem;
    color: #374151;
}

.info-list li:last-child {
    margin-bottom: 0;
}

.info-list i {
    color: var(--fi-accent);
    margin-top: 0.15rem;
}

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

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

.comparison-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);
}

.comparison-header {
    padding: 0.5rem 0.5rem 0;
}

.version-summary-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.version-summary {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 1rem;
    padding: 1rem;
}

.version-summary.featured {
    background: #f0fdf4;
    border-color: rgba(34, 197, 94, 0.35);
}

.version-summary-icon {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border-radius: 0.85rem;
    background: #fff;
    border: 1px solid #e5e7eb;
    color: var(--fi-accent);
    font-size: 1.25rem;
}

.version-summary-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.version-summary-list li {
    position: relative;
    padding-left: 1.25rem;
    margin-bottom: 0.45rem;
    color: #374151;
    line-height: 1.4;
}

.version-summary-list li:last-child {
    margin-bottom: 0;
}

.version-summary-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 999px;
    background: var(--fi-accent);
}

.comparison-table-wrap {
    border: 1px solid #e5e7eb;
    border-radius: 1rem;
    overflow: hidden;
}

.comparison-table-wrap .table {
    min-width: 560px;
}

.comparison-table-wrap th,
.comparison-table-wrap td {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
}

.comparison-table-wrap thead th {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #374151;
}

.comparison-table-wrap .upgrade-col {
    background: rgba(240, 253, 244, 0.65);
}

.comparison-description {
    display: block;
    max-width: 28rem;
    margin-top: 0.2rem;
    color: #6b7280;
    font-size: 0.84rem;
    line-height: 1.35;
}

.comparison-note {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 1.5rem;
    color: #374151;
    font-size: 0.86rem;
    font-weight: 600;
    line-height: 1.25;
}

.comparison-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    background: #f0fdf4;
    border: 1px solid rgba(34, 197, 94, 0.25);
    border-radius: 1rem;
    padding: 1rem;
    color: #166534;
}

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

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

    .order-col {
        min-width: 0;
        max-width: none;
    }

    .comparison-section {
        padding: 0.85rem;
    }

    .version-summary-grid {
        grid-template-columns: 1fr;
    }

    .version-summary {
        gap: 0.85rem;
    }

    .comparison-cta {
        align-items: stretch;
        flex-direction: column;
    }

    .comparison-cta .btn {
        width: 100%;
    }
}
