.pf-license-table {
    --pf-license-bg: #080808;
    --pf-license-panel: #18181b;
    --pf-license-soft: rgba(255, 255, 255, 0.04);
    --pf-license-line: rgba(255, 255, 255, 0.1);
    --pf-license-text: #f8f8f8;
    --pf-license-muted: #a1a1aa;
    --pf-license-accent: #ffae02;
    color: var(--pf-license-text);
    margin: 0 auto;
    max-width: 1420px;
    padding: 48px 18px;
}

.pf-license-table * {
    box-sizing: border-box;
}

.pf-license-table__intro {
    max-width: 760px;
}

.pf-license-table__eyebrow {
    color: var(--pf-license-accent);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.pf-license-table__intro h1 {
    color: var(--pf-license-text);
    font-size: clamp(40px, 7vw, 72px);
    font-weight: 900;
    letter-spacing: 0;
    line-height: 0.95;
    margin: 0;
}

.pf-license-table__intro p:not(.pf-license-table__eyebrow) {
    color: var(--pf-license-muted);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.7;
    margin: 22px 0 0;
}

.pf-license-table__cards {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    margin-top: 34px;
}

.pf-license-table__card {
    background: var(--pf-license-soft);
    border: 1px solid var(--pf-license-line);
    border-radius: 8px;
    padding: 18px;
}

.pf-license-table__card h2 {
    color: var(--pf-license-text);
    font-size: 20px;
    font-weight: 900;
    margin: 0;
}

.pf-license-table__card strong {
    color: var(--pf-license-accent);
    display: block;
    font-size: 13px;
    margin-top: 6px;
}

.pf-license-table__card p {
    color: var(--pf-license-muted);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.55;
    margin: 12px 0 0;
}

.pf-license-table__frame {
    background: #111113;
    border: 1px solid var(--pf-license-line);
    border-radius: 8px;
    margin-top: 28px;
    overflow: hidden;
}

.pf-license-table__scroll {
    overflow-x: auto;
}

.pf-license-table table {
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
}

.pf-license-table th,
.pf-license-table td {
    border-bottom: 1px solid var(--pf-license-line);
    padding: 18px 16px;
}

.pf-license-table thead th {
    background: var(--pf-license-panel);
    color: var(--pf-license-muted);
    font-size: 12px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
}

.pf-license-table thead th:first-child,
.pf-license-table tbody th {
    text-align: left;
}

.pf-license-table thead th:first-child {
    width: 230px;
}

.pf-license-table thead th span {
    color: var(--pf-license-accent);
    display: block;
    font-size: 18px;
    text-transform: none;
}

.pf-license-table thead th small {
    color: #71717a;
    display: block;
    font-size: 12px;
    font-weight: 800;
    margin-top: 5px;
    text-transform: none;
}

.pf-license-table tbody th {
    color: var(--pf-license-accent);
    font-size: 14px;
    font-weight: 900;
    width: 230px;
}

@media (min-width: 1201px) {
    .pf-license-table {
        left: 50%;
        margin: 0;
        max-width: 1420px;
        position: relative;
        transform: translateX(-50%);
        width: calc(100vw - 48px);
    }

    .pf-license-table > * {
        margin-left: 0;
        margin-right: 0;
        max-width: none;
    }

    .pf-license-table__intro {
        margin-left: 0;
        margin-right: auto;
    }
}

@media (max-width: 1200px) {
    .pf-license-table table {
        min-width: 1180px;
        table-layout: auto;
    }

    .pf-license-table tbody th {
        min-width: 210px;
        width: auto;
    }

    .pf-license-table thead th:first-child {
        width: auto;
    }
}

.pf-license-table tbody td {
    color: #d4d4d8;
    font-size: 14px;
    font-weight: 800;
    text-align: center;
}

.pf-license-table tbody tr:last-child th,
.pf-license-table tbody tr:last-child td {
    border-bottom: 0;
}

.pf-license-table__icon {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    font-size: 18px;
    font-weight: 900;
    height: 32px;
    justify-content: center;
    line-height: 1;
    width: 32px;
}

.pf-license-table__icon--yes::before {
    border-bottom: 2px solid currentColor;
    border-right: 2px solid currentColor;
    content: "";
    height: 10px;
    transform: rotate(45deg) translate(-1px, -1px);
    width: 5px;
}

.pf-license-table__icon--no::before,
.pf-license-table__icon--no::after {
    background: currentColor;
    content: "";
    height: 2px;
    position: absolute;
    width: 13px;
}

.pf-license-table__icon--no::before {
    transform: rotate(45deg);
}

.pf-license-table__icon--no::after {
    transform: rotate(-45deg);
}

.pf-license-table__icon--yes {
    background: rgba(34, 197, 94, 0.16);
    color: #4ade80;
}

.pf-license-table__icon--no {
    background: rgba(239, 68, 68, 0.16);
    color: #f87171;
    position: relative;
}

.pf-license-table__contact {
    align-items: center;
    background: var(--pf-license-soft);
    border: 1px solid var(--pf-license-line);
    border-radius: 8px;
    display: flex;
    gap: 18px;
    justify-content: space-between;
    margin-top: 20px;
    padding: 20px;
}

.pf-license-table__contact h2 {
    color: var(--pf-license-text);
    font-size: 22px;
    font-weight: 900;
    margin: 0;
}

.pf-license-table__contact p {
    color: var(--pf-license-muted);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.6;
    margin: 6px 0 0;
}

.pf-license-table__contact a {
    background: var(--pf-license-accent);
    border-radius: 8px;
    color: #080808;
    display: inline-flex;
    font-size: 14px;
    font-weight: 900;
    justify-content: center;
    min-width: 118px;
    padding: 13px 18px;
    text-decoration: none;
}

@media (max-width: 980px) {
    .pf-license-table__cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .pf-license-table {
        padding: 36px 14px;
    }

    .pf-license-table__cards {
        grid-template-columns: 1fr;
    }

    .pf-license-table__contact {
        align-items: stretch;
        flex-direction: column;
    }

    .pf-license-table__contact a {
        width: 100%;
    }
}
