:root {
    --ppfi-black: #030303;
    --ppfi-panel: #0b0b0b;
    --ppfi-line: rgba(245, 191, 72, 0.22);
    --ppfi-line-soft: rgba(255, 255, 255, 0.1);
    --ppfi-gold: #f5bf48;
    --ppfi-gold-light: #ffe08a;
    --ppfi-white: #ffffff;
    --ppfi-muted: rgba(255, 255, 255, 0.72);
    --ppfi-shell: 1180px;
}

.page-content > .ppf-content-page {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
}

.has-ppf-content-page .site {
    background: var(--ppfi-black);
}

.has-ppf-content-page .page-header-spacer {
    display: none;
}

.has-ppf-content-page .site-header {
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0)) !important;
    background-color: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

.has-ppf-content-page .main-navigation a {
    color: var(--ppfi-white) !important;
}

.has-ppf-content-page .main-navigation a:hover {
    color: var(--ppfi-gold-light) !important;
}

.has-ppf-content-page .main-navigation .mobile-locator-btn,
.has-ppf-content-page .main-navigation .mobile-locator-btn * {
    color: #000 !important;
    -webkit-text-fill-color: #000 !important;
}

.ppf-content-page {
    color: var(--ppfi-white);
    background: var(--ppfi-black);
    font-family: var(--font-body);
}

.ppf-content-hero,
.ppf-content-section,
.ppf-content-cta {
    position: relative;
    overflow: hidden;
}

.ppf-content-hero::before,
.ppf-content-section::before,
.ppf-content-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
    background-size: 100% 72px, 72px 100%;
    opacity: 0.62;
}

.ppf-content-hero {
    padding: 132px 0 56px;
    background:
        radial-gradient(circle at 78% 22%, rgba(245, 191, 72, 0.15), transparent 30%),
        linear-gradient(180deg, rgba(0, 0, 0, 0.78), var(--ppfi-black) 82%),
        var(--ppfi-black);
}

.ppf-content-hero--compact {
    padding-bottom: 36px;
}

.ppf-content-shell {
    position: relative;
    z-index: 1;
    width: min(var(--ppfi-shell), 100%);
    margin: 0 auto;
    padding: 0 24px;
}

.ppf-content-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(330px, 0.52fr);
    gap: 36px;
    align-items: center;
}

.ppf-content-eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 12px;
    border: 1px solid var(--ppfi-line);
    border-radius: 999px;
    color: var(--ppfi-gold-light);
    background: rgba(245, 191, 72, 0.06);
    font-size: 0.76rem;
    font-weight: 900;
    text-transform: uppercase;
}

.ppf-content-page h1,
.ppf-content-page h2,
.ppf-content-page h3 {
    color: var(--ppfi-white) !important;
    letter-spacing: 0;
}

.ppf-content-page h1 {
    max-width: 760px;
    margin: 22px 0 18px;
    font-size: clamp(2.65rem, 6vw, 5.55rem);
    line-height: 0.96;
    font-weight: 950;
    text-transform: uppercase;
}

.ppf-content-page h2 {
    margin: 0;
    font-size: clamp(1.85rem, 3.4vw, 3.05rem);
    line-height: 1.05;
    font-weight: 900;
    text-transform: uppercase;
}

.ppf-content-page h3 {
    margin: 0 0 10px;
    font-size: 1.05rem;
    line-height: 1.25;
    font-weight: 900;
    text-transform: uppercase;
}

.ppf-content-page p {
    color: var(--ppfi-muted);
    font-size: 1.02rem;
    line-height: 1.72;
}

.ppf-content-hero p {
    max-width: 720px;
    margin: 0;
    font-size: 1.12rem;
}

.ppf-content-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 26px;
}

.ppf-content-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 22px;
    border: 1px solid transparent;
    border-radius: 8px;
    font-weight: 900;
    text-decoration: none !important;
}

.ppf-content-btn--gold {
    color: #060606 !important;
    background: linear-gradient(180deg, var(--ppfi-gold-light), var(--ppfi-gold));
}

.ppf-content-btn--ghost {
    color: var(--ppfi-white) !important;
    border-color: rgba(245, 191, 72, 0.55);
    background: rgba(255, 255, 255, 0.03);
}

.ppf-content-btn span {
    margin-left: 8px;
}

.ppf-content-hero__panel,
.ppf-content-card-grid article,
.ppf-content-layer-list div,
.ppf-content-table,
.ppf-faq-list details {
    border: 1px solid var(--ppfi-line-soft);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.025);
}

.ppf-content-hero__panel {
    display: grid;
    gap: 14px;
    padding: 28px;
}

.ppf-content-hero__panel strong {
    color: var(--ppfi-gold);
    font-size: 1.7rem;
    line-height: 1;
    font-weight: 950;
    text-transform: uppercase;
}

.ppf-content-hero__panel span {
    color: var(--ppfi-white);
    font-size: 0.98rem;
    font-weight: 800;
}

.ppf-content-section {
    padding: 46px 0;
}

.ppf-content-section-head {
    display: grid;
    grid-template-columns: minmax(0, 0.72fr) minmax(320px, 1fr);
    gap: 28px;
    align-items: end;
    margin-bottom: 22px;
}

.ppf-content-section-head p {
    margin: 0;
}

.ppf-content-card-grid {
    display: grid;
    gap: 12px;
}

.ppf-content-card-grid--four {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ppf-content-card-grid article {
    min-height: 184px;
    padding: 22px;
}

.ppf-content-card-grid article p {
    margin: 0;
    font-size: 0.95rem;
}

.ppf-content-split,
.ppf-content-compare {
    display: grid;
    grid-template-columns: minmax(0, 0.78fr) minmax(420px, 1fr);
    gap: 28px;
    align-items: start;
}

.ppf-content-split p,
.ppf-content-compare p {
    margin: 18px 0 0;
}

.ppf-content-layer-list {
    display: grid;
    gap: 10px;
}

.ppf-content-layer-list div {
    padding: 20px;
}

.ppf-content-layer-list strong,
.ppf-content-layer-list span {
    display: block;
}

.ppf-content-layer-list strong {
    color: var(--ppfi-gold);
    font-size: 1rem;
    font-weight: 900;
    text-transform: uppercase;
}

.ppf-content-layer-list span {
    margin-top: 6px;
    color: var(--ppfi-muted);
    line-height: 1.55;
}

.ppf-content-chip-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.ppf-content-chip-grid span {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 0 14px;
    border: 1px solid var(--ppfi-line);
    border-radius: 999px;
    color: var(--ppfi-white);
    background: rgba(245, 191, 72, 0.06);
    font-weight: 800;
}

.ppf-content-table {
    overflow: hidden;
}

.ppf-content-table div {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr 0.8fr;
}

.ppf-content-table div > * {
    padding: 15px 16px;
    border-right: 1px solid var(--ppfi-line-soft);
    border-bottom: 1px solid var(--ppfi-line-soft);
    color: var(--ppfi-white);
}

.ppf-content-table div > *:last-child {
    border-right: 0;
}

.ppf-content-table div:first-child > * {
    color: var(--ppfi-gold);
    font-weight: 900;
}

.ppf-faq-list {
    display: grid;
    gap: 12px;
}

.ppf-faq-list details {
    padding: 0;
    overflow: hidden;
}

.ppf-faq-list summary {
    cursor: pointer;
    padding: 22px 24px;
    color: var(--ppfi-white);
    font-size: 1.06rem;
    line-height: 1.35;
    font-weight: 900;
    list-style: none;
}

.ppf-faq-list summary::-webkit-details-marker {
    display: none;
}

.ppf-faq-list summary::after {
    content: "+";
    float: right;
    color: var(--ppfi-gold);
    font-size: 1.4rem;
    line-height: 1;
}

.ppf-faq-list details[open] summary::after {
    content: "-";
}

.ppf-faq-list p {
    margin: 0;
    padding: 0 24px 22px;
}

.ppf-content-cta {
    padding: 42px 0 58px;
}

.ppf-content-cta .ppf-content-shell {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 28px;
    align-items: center;
    padding-top: 28px;
    padding-bottom: 28px;
    border: 1px solid var(--ppfi-line-soft);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.025);
}

.ppf-content-cta h2 {
    font-size: clamp(1.65rem, 3vw, 2.4rem);
}

.ppf-content-cta p {
    margin: 10px 0 0;
}

@media (max-width: 1100px) {
    .ppf-content-hero__grid,
    .ppf-content-section-head,
    .ppf-content-split,
    .ppf-content-compare,
    .ppf-content-cta .ppf-content-shell {
        grid-template-columns: 1fr;
    }

    .ppf-content-card-grid--four {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .ppf-content-hero {
        padding-top: 102px;
    }

    .ppf-content-shell {
        padding: 0 16px;
    }

    .ppf-content-card-grid--four {
        grid-template-columns: 1fr;
    }

    .ppf-content-table {
        overflow-x: auto;
    }

    .ppf-content-table div {
        min-width: 560px;
    }

    .ppf-content-actions,
    .ppf-content-btn {
        width: 100%;
    }
}
