.op-page {
    --op-red: #d70707;
    --op-black: #050505;
}

.op-hero h1 {
    max-width: 840px;
}

.op-intro {
    padding-bottom: 8px;
}

.op-package,
.op-highlights {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
}

.op-package-card {
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}

.op-price-panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    align-items: center;
    gap: 16px;
    padding: 18px 22px;
    color: #fff;
    background:
        linear-gradient(110deg, transparent 0 45%, rgba(255, 255, 255, 0.05) 46%, transparent 51%),
        #070707;
    border-bottom: 5px solid var(--op-red);
}

.op-price-panel small,
.op-price-panel span {
    font-size: 13px;
    line-height: 1.2;
    font-weight: 900;
}

.op-price-panel strong {
    padding: 8px 22px 9px;
    color: #fff;
    background: linear-gradient(180deg, #f21818, #b90404);
    clip-path: polygon(8% 0, 100% 0, 92% 100%, 0 100%);
    font-size: clamp(22px, 2vw, 32px);
    line-height: 1;
    font-weight: 900;
    white-space: nowrap;
}

.op-price-panel span {
    color: var(--op-red);
    text-transform: uppercase;
}

.op-table-wrap {
    overflow-x: auto;
}

.op-package-table {
    width: 100%;
    min-width: 780px;
    border-collapse: collapse;
    color: #111;
    text-align: center;
}

.op-package-table th {
    padding: 18px 16px;
    border: 1px solid #bdbdbd;
    color: #fff;
    background: #dc3b2e;
    font-size: 18px;
    line-height: 1.15;
    font-weight: 900;
}

.op-package-table td {
    padding: 12px 18px;
    border: 1px solid #c7c7c7;
    color: #666;
    font-size: 17px;
    line-height: 1.25;
    font-weight: 700;
    vertical-align: middle;
}

.op-package-table td:first-child {
    width: 40%;
    font-weight: 800;
}

.op-package-table tr.is-large td {
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
}

.op-highlight-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 28px;
}

.op-highlight {
    padding: 18px 0;
}

@media (max-width: 980px) {
    .op-price-panel,
    .op-highlight-grid {
        grid-template-columns: 1fr;
    }

    .op-price-panel {
        justify-items: start;
    }
}

@media (max-width: 720px) {
    .op-package-table {
        min-width: 680px;
    }

    .op-package-table th {
        padding: 14px 12px;
        font-size: 15px;
    }

    .op-package-table td,
    .op-package-table tr.is-large td {
        padding: 12px 10px;
        font-size: 13px;
    }
}
