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

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

.has-ppf-contact-application .site {
    background: var(--ppfc-black);
}

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

.has-ppf-contact-application .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-contact-application .main-navigation a {
    color: var(--ppfc-white) !important;
}

.has-ppf-contact-application .main-navigation a:hover {
    color: var(--ppfc-gold-light) !important;
}

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

.has-ppf-contact-application .header-locator-btn {
    color: var(--ppfc-gold-light) !important;
    border: 1px solid rgba(245, 191, 72, 0.72);
    background: rgba(0, 0, 0, 0.32);
}

.ppf-contact-landing {
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    padding: 126px 0 44px;
    color: var(--ppfc-white);
    background:
        radial-gradient(circle at 72% 22%, rgba(245, 191, 72, 0.14), transparent 30%),
        linear-gradient(180deg, rgba(0, 0, 0, 0.72), var(--ppfc-black) 74%),
        var(--ppfc-black);
    font-family: var(--font-body);
}

.ppf-contact-landing::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-contact-shell {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 0.86fr) minmax(420px, 1fr);
    gap: 40px;
    width: min(var(--ppfc-shell), 100%);
    margin: 0 auto;
    padding: 0 24px;
    align-items: start;
}

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

.ppf-contact-copy h1 {
    margin: 22px 0 18px;
    color: var(--ppfc-white) !important;
    font-size: clamp(2.4rem, 5vw, 4.85rem);
    line-height: 0.98;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
    max-width: 680px;
}

.ppf-contact-copy p {
    max-width: 620px;
    margin: 0;
    color: var(--ppfc-muted);
    font-size: 1.08rem;
    line-height: 1.72;
}

.ppf-contact-proof-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 34px;
}

.ppf-contact-proof-grid div,
.ppf-contact-info,
.ppf-contact-form-card {
    border: 1px solid var(--ppfc-line-soft);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.025);
    backdrop-filter: blur(12px);
}

.ppf-contact-proof-grid div {
    min-height: 94px;
    padding: 18px;
}

.ppf-contact-proof-grid strong,
.ppf-contact-proof-grid span {
    display: block;
}

.ppf-contact-proof-grid strong {
    color: var(--ppfc-gold);
    font-size: 1.45rem;
    line-height: 1;
    font-weight: 900;
}

.ppf-contact-proof-grid span {
    margin-top: 8px;
    color: var(--ppfc-white);
    font-size: 0.88rem;
    line-height: 1.35;
    font-weight: 800;
}

.ppf-contact-info {
    margin-top: 12px;
    padding: 22px;
}

.ppf-contact-info h2,
.ppf-contact-form-card h2 {
    margin: 0 0 18px;
    color: var(--ppfc-white) !important;
    font-size: 1.35rem;
    line-height: 1.15;
    font-weight: 900;
    text-transform: uppercase;
}

.ppf-contact-info__row {
    display: grid;
    gap: 4px;
    padding: 14px 0;
    border-top: 1px solid var(--ppfc-line-soft);
}

.ppf-contact-info__row span {
    color: var(--ppfc-gold);
    font-size: 0.75rem;
    font-weight: 900;
    text-transform: uppercase;
}

.ppf-contact-info__row strong {
    color: var(--ppfc-white);
    font-size: 0.98rem;
    line-height: 1.48;
}

.ppf-contact-form-card {
    padding: 28px;
    box-shadow: 0 34px 70px rgba(0, 0, 0, 0.38);
}

.ppf-contact-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.ppf-contact-field {
    display: grid;
    gap: 8px;
    min-width: 0;
}

.ppf-contact-field--wide,
.ppf-contact-submit,
.ppf-contact-alert,
.ppf-contact-hp {
    grid-column: 1 / -1;
}

.ppf-contact-field label {
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.8rem;
    font-weight: 850;
    text-transform: uppercase;
}

.ppf-contact-field input,
.ppf-contact-field select,
.ppf-contact-field textarea {
    width: 100%;
    min-height: 50px;
    padding: 0 14px;
    border: 1px solid var(--ppfc-line-soft);
    border-radius: 8px;
    color: var(--ppfc-white);
    background: rgba(0, 0, 0, 0.36);
    font: inherit;
    outline: none;
}

.ppf-contact-field textarea {
    min-height: 132px;
    padding-top: 14px;
    resize: vertical;
}

.ppf-contact-field input:focus,
.ppf-contact-field select:focus,
.ppf-contact-field textarea:focus {
    border-color: rgba(245, 191, 72, 0.68);
    box-shadow: 0 0 0 3px rgba(245, 191, 72, 0.12);
}

.ppf-contact-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 52px;
    border: 1px solid transparent;
    border-radius: 8px;
    color: #060606;
    background: linear-gradient(180deg, var(--ppfc-gold-light), var(--ppfc-gold));
    font-size: 1rem;
    font-weight: 900;
    cursor: pointer;
}

.ppf-contact-alert {
    margin: 0 0 18px;
    padding: 13px 14px;
    border-radius: 8px;
    font-size: 0.92rem;
    font-weight: 800;
}

.ppf-contact-alert--success {
    color: #d8ffe3;
    border: 1px solid rgba(53, 208, 127, 0.4);
    background: rgba(53, 208, 127, 0.12);
}

.ppf-contact-alert--error {
    color: #ffe0e0;
    border: 1px solid rgba(255, 93, 93, 0.42);
    background: rgba(255, 93, 93, 0.12);
}

.ppf-contact-hp {
    position: absolute;
    left: -9999px;
}

.ppf-contact-map {
    position: relative;
    z-index: 1;
    width: min(var(--ppfc-shell), calc(100% - 48px));
    height: 360px;
    margin: 34px auto 0;
    overflow: hidden;
    border: 1px solid var(--ppfc-line-soft);
    border-radius: 8px;
}

.ppf-contact-map iframe {
    width: 100%;
    height: 100%;
    border: 0;
    filter: grayscale(1) invert(0.92) contrast(0.92);
}

@media (max-width: 1100px) {
    .ppf-contact-landing {
        padding-top: 112px;
    }

    .ppf-contact-shell {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .ppf-contact-copy {
        max-width: 760px;
    }
}

@media (max-width: 640px) {
    .ppf-contact-landing {
        padding-top: 96px;
    }

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

    .ppf-contact-proof-grid,
    .ppf-contact-form {
        grid-template-columns: 1fr;
    }

    .ppf-contact-form-card {
        padding: 22px 18px;
    }

    .ppf-contact-map {
        width: calc(100% - 32px);
        height: 280px;
    }
}
