.pil-wrap {
    max-width: 1040px;
    margin: 0 auto;
    padding: 72px 24px 96px;
}
.pil-hero {
    text-align: center;
    margin-bottom: 56px;
}
.pil-hero h1 {
    margin: 0 0 16px;
    font-size: clamp(34px, 6vw, 58px);
    font-weight: 400;
    line-height: 1.08;
    letter-spacing: -.02em;
}
.pil-lede {
    max-width: 62ch;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.6;
    color: #52525b;
}
.pil-kpis {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(168px, 1fr));
    gap: 1px;
    background: #e5e7eb;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    overflow: hidden;
    margin-bottom: 88px;
}
.pil-kpi {
    background: #fff;
    padding: 22px 20px;
    text-align: center;
}
.pil-kpi strong {
    display: block;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: -.01em;
    font-variant-numeric: tabular-nums;
}
.pil-kpi span {
    display: block;
    margin-top: 6px;
    font-size: 13px;
    line-height: 1.4;
    color: #6b7280;
}
.pil-section {
    margin-bottom: 88px;
}
.pil-section > h2 {
    margin: 0 0 12px;
    font-size: clamp(26px, 3.4vw, 40px);
    font-weight: 400;
    letter-spacing: -.015em;
}
.pil-note {
    max-width: 70ch;
    margin: 0 0 32px;
    color: #52525b;
    line-height: 1.65;
}
.pil-region {
    margin-bottom: 40px;
}
.pil-region h3 {
    margin: 0 0 10px;
    font-size: 19px;
    font-weight: 600;
}
.pil-region h3 a,
.pil-table a {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-color: #cbd5e1;
}
.pil-region h3 a:hover,
.pil-table a:hover {
    text-decoration-color: currentColor;
}
.pil-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}
.pil-table th,
.pil-table td {
    padding: 10px 12px;
    border-bottom: 1px solid #eef0f4;
    text-align: right;
    white-space: nowrap;
    font-variant-numeric: tabular-nums;
}
.pil-table thead th {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: #6b7280;
    font-weight: 600;
}
.pil-table th[scope="row"],
.pil-table thead th:first-child {
    text-align: left;
    font-weight: 500;
    white-space: normal;
}
.pil-row-region th,
.pil-row-region td {
    font-weight: 600;
    background: #fafafa;
}
.pil-prov {
    padding-left: 28px !important;
}
.pil-pending {
    margin: 0;
    font-size: 14px;
    color: #6b7280;
}
.pil-links {
    list-style: none;
    margin: 0;
    padding: 0;
}
.pil-links li {
    padding: 16px 0;
    border-bottom: 1px solid #eef0f4;
}
.pil-links a {
    display: block;
    font-size: 17px;
    font-weight: 600;
    color: inherit;
    text-decoration: none;
}
.pil-links a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
}
.pil-links span {
    display: block;
    margin-top: 4px;
    font-size: 14px;
    line-height: 1.55;
    color: #6b7280;
}
.pil-cta-wrap {
    text-align: center;
    padding: 48px 28px;
    background: #000;
    border-radius: 18px;
}
.pil-cta-wrap h2,
.pil-cta-wrap .pil-note {
    color: #fff;
}
.pil-cta-wrap .pil-note {
    margin: 0 auto 26px;
    opacity: .82;
}
.pil-cta {
    display: inline-block;
    padding: 14px 30px;
    background: #fff;
    color: #000;
    border-radius: 999px;
    font-weight: 600;
    text-decoration: none;
}
.pil-cta:hover {
    background: #f1f3f4;
}
.pil-method h2 {
    font-size: 20px;
    font-weight: 600;
}
.pil-method p {
    max-width: 78ch;
    font-size: 14px;
    line-height: 1.7;
    color: #6b7280;
}
@media (max-width: 720px) {
    .pil-wrap { padding: 48px 16px 72px; }
    .pil-section { margin-bottom: 64px; }
    .pil-region { overflow-x: auto; }
    .pil-table { min-width: 520px; }
}
