﻿:root {
    --pp-ink: #0f172a;
    --pp-muted: #64748b;
    --pp-soft: #f8fafc;
    --pp-line: #dbe5f0;
    --pp-blue: #3366ff;
    --pp-cyan: #18c8ff;
    --pp-teal: #14b8a6;
    --pp-green: #16a34a;
    --pp-amber: #f59e0b;
    --pp-red: #ef4444;
    --pp-card: #ffffff;
    --pp-shadow: 0 22px 56px rgba(15,23,42,.12);
    --pp-radius: 28px;
}

.pp-page {
    min-height: calc(100vh - 116px);
    padding: 54px 0 72px;
    background: radial-gradient(circle at 8% 3%,rgba(24,200,255,.15),transparent 28%), radial-gradient(circle at 92% 12%,rgba(51,102,255,.12),transparent 30%), linear-gradient(180deg,#f8fafc 0%,#eef4ff 48%,#f8fafc 100%);
}

.pp-shell {
    width: min(1180px,calc(100% - 32px));
    margin: 0 auto;
}

.pp-hero {
    position: relative;
    overflow: hidden;
    border-radius: 36px;
    padding: 38px;
    background: linear-gradient(135deg,#071120 0%,#10233d 56%,#0f766e 100%);
    color: #fff;
    box-shadow: 0 26px 70px rgba(15,30,51,.20);
    margin-bottom: 22px;
}

    .pp-hero:before {
        content: "";
        position: absolute;
        inset: -2px;
        background: radial-gradient(circle at 18% 20%,rgba(255,255,255,.14),transparent 28%), radial-gradient(circle at 82% 4%,rgba(24,200,255,.20),transparent 26%), linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px), linear-gradient(180deg,rgba(255,255,255,.045) 1px,transparent 1px);
        background-size: auto,auto,48px 48px,48px 48px;
        opacity: .72;
        pointer-events: none;
    }

.pp-hero-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0,1fr) 320px;
    gap: 28px;
    align-items: center;
}

.pp-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    border-radius: 999px;
    padding: 9px 14px;
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.18);
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: .76rem;
    margin-bottom: 16px;
}

.pp-hero h1 {
    margin: 0 0 12px;
    font-size: clamp(2.05rem,4vw,3.45rem);
    line-height: 1.02;
    font-weight: 950;
    letter-spacing: -.06em;
}

.pp-hero p {
    margin: 0;
    color: rgba(255,255,255,.84);
    font-weight: 650;
    line-height: 1.75;
    max-width: 850px;
}

.pp-hero-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 22px;
}

.pp-btn {
    min-height: 46px;
    border-radius: 999px;
    padding: 0 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border: 0;
    cursor: pointer;
    background: linear-gradient(135deg,var(--pp-blue),var(--pp-cyan));
    color: #fff !important;
    font-weight: 950;
    text-decoration: none !important;
    box-shadow: 0 16px 34px rgba(24,200,255,.22);
    transition: .18s ease;
}

    .pp-btn:hover {
        transform: translateY(-1px);
        filter: saturate(1.05);
    }

.pp-btn-soft {
    background: rgba(255,255,255,.12) !important;
    color: #fff !important;
    border: 1px solid rgba(255,255,255,.22);
    box-shadow: none;
}

.pp-btn-light {
    background: #fff !important;
    color: #0f766e !important;
    border: 1px solid #99f6e4;
    box-shadow: 0 12px 26px rgba(15,23,42,.06);
}

.pp-hero-panel {
    border-radius: 28px;
    padding: 22px;
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.18);
    backdrop-filter: blur(12px);
}

    .pp-hero-panel h2 {
        margin: 0 0 10px;
        font-size: 1.05rem;
        font-weight: 950;
        letter-spacing: -.03em;
    }

.pp-hero-list {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .pp-hero-list li {
        display: flex;
        gap: 10px;
        align-items: flex-start;
        color: rgba(255,255,255,.82);
        font-weight: 760;
        line-height: 1.45;
        font-size: .92rem;
    }

    .pp-hero-list i {
        width: 20px;
        margin-top: 2px;
        color: #67e8f9;
        text-align: center;
    }

.pp-toolbar {
    display: grid;
    grid-template-columns: minmax(0,1fr) auto;
    gap: 14px;
    align-items: center;
    margin: 0 0 18px;
}

.pp-search {
    position: relative;
    border-radius: 24px;
    background: #fff;
    border: 1px solid var(--pp-line);
    box-shadow: 0 16px 42px rgba(15,23,42,.08);
}

    .pp-search i {
        position: absolute;
        left: 17px;
        top: 50%;
        transform: translateY(-50%);
        color: #64748b;
    }

    .pp-search input {
        width: 100%;
        min-height: 54px;
        border: 0;
        outline: 0;
        background: transparent;
        padding: 0 18px 0 48px;
        color: var(--pp-ink);
        font-weight: 820;
        border-radius: 24px;
    }

        .pp-search input::placeholder {
            color: #94a3b8;
        }

.pp-updated {
    min-height: 54px;
    border-radius: 24px;
    padding: 0 18px;
    display: flex;
    align-items: center;
    gap: 9px;
    background: #fff;
    border: 1px solid var(--pp-line);
    box-shadow: 0 16px 42px rgba(15,23,42,.08);
    color: #334155;
    font-weight: 900;
    white-space: nowrap;
}

.pp-layout {
    display: grid;
    grid-template-columns: 290px minmax(0,1fr);
    gap: 22px;
    align-items: start;
}

.pp-nav {
    position: sticky;
    top: 96px;
    border-radius: var(--pp-radius);
    background: #fff;
    border: 1px solid var(--pp-line);
    box-shadow: var(--pp-shadow);
    overflow: hidden;
}

.pp-nav-head {
    padding: 18px 18px 14px;
    border-bottom: 1px solid #edf2f7;
}

    .pp-nav-head strong {
        display: flex;
        align-items: center;
        gap: 9px;
        color: var(--pp-ink);
        font-weight: 950;
        letter-spacing: -.03em;
    }

.pp-nav-links {
    display: grid;
    gap: 4px;
    padding: 10px;
}

    .pp-nav-links a {
        display: flex;
        align-items: center;
        gap: 10px;
        min-height: 42px;
        padding: 0 12px;
        border-radius: 16px;
        color: #475569;
        font-weight: 850;
        text-decoration: none !important;
        transition: .16s ease;
    }

        .pp-nav-links a i {
            width: 18px;
            text-align: center;
            color: #0f766e;
        }

        .pp-nav-links a:hover,
        .pp-nav-links a.is-active {
            background: #ecfeff;
            color: #0f766e;
            transform: translateX(2px);
        }

.pp-nav-note {
    margin: 0 12px 14px;
    border-radius: 18px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    padding: 13px;
    color: #64748b;
    font-weight: 750;
    line-height: 1.5;
    font-size: .86rem;
}

.pp-content {
    display: grid;
    gap: 18px;
    min-width: 0;
}

.pp-summary-grid {
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 14px;
}

.pp-summary-card {
    border-radius: 24px;
    background: #fff;
    border: 1px solid var(--pp-line);
    box-shadow: 0 16px 42px rgba(15,23,42,.08);
    padding: 18px;
    min-height: 130px;
    display: grid;
    gap: 12px;
    align-content: start;
}

.pp-summary-icon {
    width: 44px;
    height: 44px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg,#ecfeff,#dbeafe);
    color: #0f766e;
    font-size: 1.05rem;
}

.pp-summary-card strong {
    display: block;
    color: var(--pp-ink);
    font-weight: 950;
    letter-spacing: -.03em;
    line-height: 1.25;
}

.pp-summary-card span {
    display: block;
    color: #64748b;
    font-weight: 720;
    line-height: 1.45;
    font-size: .9rem;
}

.pp-card {
    border-radius: var(--pp-radius);
    background: #fff;
    border: 1px solid var(--pp-line);
    box-shadow: var(--pp-shadow);
    padding: 26px;
    scroll-margin-top: 104px;
}

    .pp-card.is-hidden {
        display: none;
    }

.pp-card-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 14px;
}

.pp-card-title {
    display: flex;
    gap: 13px;
    align-items: flex-start;
}

.pp-card-icon {
    width: 46px;
    height: 46px;
    border-radius: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg,#0f766e,#18c8ff);
    color: #fff;
    box-shadow: 0 14px 28px rgba(20,184,166,.18);
    flex: 0 0 auto;
}

.pp-card h2 {
    margin: 0;
    color: var(--pp-ink);
    font-size: 1.35rem;
    line-height: 1.18;
    font-weight: 950;
    letter-spacing: -.045em;
}

.pp-card-subtitle {
    margin: 5px 0 0;
    color: #64748b;
    font-weight: 720;
    line-height: 1.5;
}

.pp-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    border-radius: 999px;
    padding: 8px 11px;
    background: #ecfeff;
    color: #0f766e;
    border: 1px solid #a5f3fc;
    font-weight: 950;
    font-size: .78rem;
    white-space: nowrap;
}

.pp-card p,
.pp-card li {
    color: #475569;
    line-height: 1.75;
    font-weight: 670;
}

.pp-card p {
    margin: 0 0 12px;
}

    .pp-card p:last-child {
        margin-bottom: 0;
    }

.pp-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 10px;
}

    .pp-list li {
        position: relative;
        padding: 13px 14px 13px 44px;
        border-radius: 18px;
        background: #f8fafc;
        border: 1px solid #e2e8f0;
    }

        .pp-list li:before {
            content: "\f00c";
            font-family: "Font Awesome 6 Free";
            font-weight: 900;
            position: absolute;
            left: 14px;
            top: 15px;
            width: 20px;
            height: 20px;
            border-radius: 999px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: .7rem;
            background: #dcfce7;
            color: #16a34a;
        }

.pp-two {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 14px;
    margin-top: 14px;
}

.pp-info-box {
    border-radius: 22px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    padding: 18px;
}

    .pp-info-box strong {
        display: flex;
        align-items: center;
        gap: 9px;
        color: var(--pp-ink);
        font-weight: 950;
        margin-bottom: 8px;
        letter-spacing: -.025em;
    }

    .pp-info-box p {
        margin: 0;
        font-size: .94rem;
    }

.pp-alert {
    border-radius: 22px;
    padding: 18px;
    border: 1px solid #bfdbfe;
    background: #eff6ff;
    color: #1e3a8a;
    font-weight: 780;
    line-height: 1.65;
    margin-top: 14px;
}

    .pp-alert i {
        margin-right: 8px;
    }

.pp-warning {
    border-color: #fde68a;
    background: #fffbeb;
    color: #92400e;
}

.pp-green {
    border-color: #bbf7d0;
    background: #f0fdf4;
    color: #166534;
}

.pp-rights-grid {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 12px;
    margin-top: 12px;
}

.pp-right {
    border-radius: 20px;
    border: 1px solid #e2e8f0;
    background: #f8fafc;
    padding: 15px;
}

    .pp-right strong {
        display: flex;
        align-items: center;
        gap: 8px;
        color: var(--pp-ink);
        font-weight: 950;
        margin-bottom: 7px;
    }

    .pp-right span {
        display: block;
        color: #64748b;
        font-weight: 720;
        line-height: 1.5;
        font-size: .9rem;
    }

.pp-table-wrap {
    overflow: auto;
    border-radius: 22px;
    border: 1px solid #e2e8f0;
    margin-top: 14px;
}

.pp-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 720px;
    background: #fff;
}

    .pp-table th {
        background: #f8fafc;
        color: #0f172a;
        font-weight: 950;
        text-align: left;
        padding: 14px 15px;
        border-bottom: 1px solid #e2e8f0;
    }

    .pp-table td {
        color: #475569;
        font-weight: 680;
        line-height: 1.55;
        padding: 14px 15px;
        border-bottom: 1px solid #edf2f7;
        vertical-align: top;
    }

    .pp-table tr:last-child td {
        border-bottom: 0;
    }

.pp-no-results {
    display: none;
    border-radius: var(--pp-radius);
    background: #fff;
    border: 1px solid #fecaca;
    box-shadow: 0 16px 42px rgba(15,23,42,.08);
    padding: 24px;
    color: #991b1b;
    font-weight: 850;
    line-height: 1.6;
}

    .pp-no-results.is-visible {
        display: block;
    }

.pp-final-cta {
    position: relative;
    overflow: hidden;
    border-radius: 32px;
    padding: 28px;
    background: linear-gradient(135deg,#0f172a,#0f766e);
    color: #fff;
    box-shadow: 0 24px 58px rgba(15,30,51,.16);
}

    .pp-final-cta:before {
        content: "";
        position: absolute;
        inset: 0;
        background: radial-gradient(circle at 82% 20%,rgba(24,200,255,.22),transparent 32%);
        pointer-events: none;
    }

    .pp-final-cta > * {
        position: relative;
        z-index: 1;
    }

    .pp-final-cta h2 {
        margin: 0 0 9px;
        color: #fff;
        font-size: 1.55rem;
        font-weight: 950;
        letter-spacing: -.04em;
    }

    .pp-final-cta p {
        margin: 0;
        color: rgba(255,255,255,.80);
        line-height: 1.7;
        font-weight: 700;
    }

.pp-final-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 18px;
}

.pp-small-print {
    color: #64748b;
    font-weight: 680;
    line-height: 1.6;
    font-size: .88rem;
    text-align: center;
    margin: 18px auto 0;
    max-width: 850px;
}

mark.pp-highlight {
    background: #fef08a;
    color: #713f12;
    border-radius: 6px;
    padding: 1px 4px;
}

@media(max-width:1060px) {
    .pp-hero-inner {
        grid-template-columns: 1fr;
    }

    .pp-layout {
        grid-template-columns: 1fr;
    }

    .pp-nav {
        position: relative;
        top: auto;
    }

    .pp-nav-links {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }

    .pp-summary-grid {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }
}

@media(max-width:720px) {
    .pp-page {
        padding: 32px 0 48px;
    }

    .pp-shell {
        width: min(100% - 22px,1180px);
    }

    .pp-hero {
        padding: 25px;
        border-radius: 26px;
    }

    .pp-toolbar {
        grid-template-columns: 1fr;
    }

    .pp-updated {
        justify-content: center;
        white-space: normal;
        text-align: center;
    }

    .pp-card {
        padding: 21px;
        border-radius: 24px;
    }

    .pp-card-head {
        display: grid;
    }

    .pp-two, .pp-rights-grid, .pp-summary-grid {
        grid-template-columns: 1fr;
    }

    .pp-nav-links {
        grid-template-columns: 1fr;
    }

    .pp-hero-actions, .pp-final-actions {
        display: grid;
    }

    .pp-btn {
        width: 100%;
    }
}

@media print {
    .site-header,
    .site-footer,
    .pp-toolbar,
    .pp-nav,
    .pp-hero-actions,
    .pp-final-actions {
        display: none !important;
    }

    .pp-page {
        background: #fff !important;
        padding: 0 !important;
    }

    .pp-shell {
        width: 100% !important;
    }

    .pp-hero, .pp-card, .pp-final-cta {
        box-shadow: none !important;
        border: 1px solid #d0d7de !important;
        break-inside: avoid;
    }

    .pp-hero, .pp-final-cta {
        background: #fff !important;
        color: #0f172a !important;
    }

        .pp-hero p, .pp-final-cta p {
            color: #334155 !important;
        }

    .pp-layout {
        display: block !important;
    }
}
