.ph-pcc-page .legacy-solution__content {
    max-width: none;
    padding: 0;
}

.ph-pcc-content {
    background: #fff;
    color: #333;
    font-family: "Lato", sans-serif;
}

.ph-pcc-content * {
    box-sizing: border-box;
}

.ph-pcc-content img {
    display: block;
    max-width: 100%;
}

.ph-pcc-content a {
    color: #1d439c;
    text-decoration: none;
}

.ph-pcc-content a:hover {
    color: #0f285e;
}

.ph-pcc-hero {
    position: relative;
    display: flex;
    align-items: flex-end;
    min-height: 80vh;
    padding: 0 0 5rem;
    background:
        linear-gradient(rgba(29, 67, 156, 0.28), rgba(29, 67, 156, 0.28)),
        url("/wp-content/uploads/2023/07/iStock-1193527135-scaled.jpg") center/cover no-repeat;
}

.ph-pcc-hero__inner {
    position: relative;
    width: min(1170px, calc(100% - 3rem));
    margin: 0 auto;
    padding-left: 3.5rem;
}

.ph-pcc-hero__accent {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 2px;
    height: 165px;
    background: #fff;
}

.ph-pcc-hero__accent::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -16px;
    width: 22px;
    height: 22px;
    border: 3px solid #feb415;
    border-radius: 999px;
    background: transparent;
    transform: translateX(-50%);
}

.ph-pcc-hero__title {
    margin: 0;
    color: #fff;
    font-family: "Rajdhani", sans-serif;
    font-size: clamp(2.5rem, 6vw, 3.5rem);
    font-weight: 600;
    line-height: 0.82;
    text-transform: uppercase;
}

.ph-pcc-hero__scroll {
    position: absolute;
    left: 50%;
    bottom: -1.8rem;
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    border-radius: 999px;
    background: #feb415;
    color: #fff;
    font-size: 1.6rem;
    transform: translateX(-50%);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
}

.ph-pcc-copy,
.ph-pcc-form-section {
    width: min(1170px, calc(100% - 3rem));
    margin: 0 auto;
}

.ph-pcc-copy {
    padding: 3.3rem 0 2.5rem;
}

.ph-pcc-copy__inner {
    max-width: 75%;
}

.ph-pcc-copy p,
.ph-pcc-split p,
.ph-pcc-split li,
.ph-pcc-finance p,
.ph-pcc-form-section p,
.ph-pcc-form-section li {
    font-size: 1.125rem;
    line-height: 1.66;
}

.ph-pcc-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    width: min(1350px, 100%);
    margin: 0 auto;
}

.ph-pcc-split--image-left {
    margin-top: 60px;
}

.ph-pcc-split__media img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.ph-pcc-split__media {
    position: relative;
    overflow: hidden;
}

.ph-pcc-split--image-left .ph-pcc-split__media::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 25em;
    height: 100%;
    background: #fff;
    clip-path: circle(25em at 178% 50%);
    z-index: 1;
}

.ph-pcc-split--image-right .ph-pcc-split__media::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 25em;
    height: 100%;
    background: #fff;
    clip-path: circle(25em at -76% 50%);
    z-index: 1;
}

.ph-pcc-split__copy {
    padding: 0 15%;
}

.ph-pcc-split--image-right .ph-pcc-split__copy {
    padding-right: 20%;
    padding-left: 0;
}

.ph-pcc-split h2,
.ph-pcc-finance h2 {
    margin: 0 0 1rem;
    color: #1d439c;
    font-family: "Rajdhani", sans-serif;
    font-size: 2.01rem;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
}

.ph-pcc-list {
    margin: 0;
    padding-left: 1.1rem;
    list-style: disc;
}

.ph-pcc-list li + li {
    margin-top: 0.55rem;
}

.ph-pcc-split__copy ul:not(.gform_fields),
.ph-pcc-copy__inner ul:not(.gform_fields) {
    margin: 0 0 1.25rem;
    padding-left: 1.1rem;
    list-style: disc;
}

.ph-pcc-split__copy li,
.ph-pcc-copy__inner li {
    padding-left: 0;
}

.ph-pcc-split__copy li::marker,
.ph-pcc-copy__inner li::marker {
    color: #333;
}

.ph-pcc-form-section {
    padding: 3.3rem 0;
}

.ph-pcc-form-section__inner > h3 {
    margin: 0 0 1rem;
    color: #333;
    font-family: "Rajdhani", sans-serif;
    font-size: 2.01rem;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
}

.ph-pcc-form-section .gform_wrapper.gravity-theme,
.ph-pcc-form-section .gform_wrapper.gform-theme--no-framework {
    margin: 0;
}

.ph-pcc-form-section .gform_wrapper .gform_heading {
    margin-bottom: 0.75rem;
}

.ph-pcc-form-section .gform_wrapper .gform_required_legend {
    margin: 0 0 0.75rem;
    font-size: 14px;
    line-height: 1.5;
    color: #666;
}

.ph-pcc-form-section .gform_wrapper .gform_fields {
    gap: 5px;
}

.ph-pcc-form-section .gform_wrapper input[type="text"],
.ph-pcc-form-section .gform_wrapper input[type="email"],
.ph-pcc-form-section .gform_wrapper input[type="tel"],
.ph-pcc-form-section .gform_wrapper input[type="number"],
.ph-pcc-form-section .gform_wrapper input[type="url"],
.ph-pcc-form-section .gform_wrapper input[type="password"],
.ph-pcc-form-section .gform_wrapper select,
.ph-pcc-form-section .gform_wrapper textarea {
    background: #fafafa;
    border: 1px solid #eaeaea;
    border-radius: 0;
    box-shadow: none;
    color: #333;
}

.ph-pcc-form-section .gform_wrapper .ginput_container input,
.ph-pcc-form-section .gform_wrapper .ginput_container textarea,
.ph-pcc-form-section .gform_wrapper .ginput_container select {
    margin-bottom: 10px;
}

.ph-pcc-form-section .gform_wrapper textarea {
    min-height: 180px;
}

.ph-pcc-form-section .gform_wrapper .gform_footer,
.ph-pcc-form-section .gform_wrapper .gform-footer {
    padding: 0;
    margin-top: 0.5rem;
}

.ph-pcc-form-section .gform_wrapper .gform_button,
.ph-pcc-form-section .gform_wrapper .gform-button {
    background: #feb415;
    border: 2px solid #feb415;
    border-radius: 0;
    color: #1d439c;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    padding: 0.67em 1.91em;
    text-transform: uppercase;
}

.ph-pcc-form-section .gform_wrapper .gform_button:hover,
.ph-pcc-form-section .gform_wrapper .gform_button:focus,
.ph-pcc-form-section .gform_wrapper .gform-button:hover,
.ph-pcc-form-section .gform_wrapper .gform-button:focus {
    background: #feb415;
    border-color: #feb415;
    color: #1d439c;
}

.ph-pcc-finance {
    margin-top: 3.3rem;
    padding: 3.3rem 1.5rem;
    background: #eef5ff;
}

.ph-pcc-finance__inner {
    width: min(1170px, 100%);
    margin: 0 auto;
    text-align: center;
}

.ph-pcc-finance h2 {
    margin-bottom: 0.2rem;
    color: #333;
    font-size: clamp(2.5rem, 6vw, 3.75rem);
    font-weight: 500;
    text-transform: none;
}

.ph-pcc-finance__divider {
    width: 200px;
    height: 3px;
    margin: 0.7rem auto 1rem;
    background: #feb415;
}

.ph-pcc-finance h3 {
    margin: 0 0 2rem;
    color: #333;
    font-family: "Rajdhani", sans-serif;
    font-size: 2.25rem;
    font-weight: 600;
    line-height: 1;
}

.ph-pcc-finance__steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.5rem;
    max-width: 850px;
    margin: 0 auto;
}

.ph-pcc-step {
    padding: 0 1rem;
}

.ph-pcc-step h4 {
    margin: 0 0 0.35rem;
    color: #1d439c;
    font-family: "Rajdhani", sans-serif;
    font-size: 1.15rem;
    font-weight: 600;
    line-height: 0.95;
    text-transform: uppercase;
}

.ph-pcc-step p {
    margin: 0;
    font-size: 15px;
    line-height: 1.5;
}

.ph-pcc-finance__meta {
    padding-top: 2rem;
}

.ph-pcc-finance__logo {
    width: min(250px, 100%);
    margin: 0 auto 1rem;
}

.ph-pcc-finance__links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.85rem 1.5rem;
    margin: 0 0 1.25rem;
    padding: 0;
    list-style: none;
}

.ph-pcc-finance__links a {
    color: #333;
}

.ph-pcc-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 170px;
    padding: 0.67em 1.91em;
    border: 2px solid #feb415;
    background: #feb415;
    color: #1d439c;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    text-transform: uppercase;
}

.ph-pcc-button:hover {
    background: #fff;
}

.ph-pcc-page .gform_wrapper {
    margin: 0;
}

.ph-pcc-page .gform_heading {
    margin-bottom: 0.75rem;
}

.ph-pcc-page .gform_required_legend {
    margin-bottom: 1rem;
    font-size: 0.95rem;
    color: #555;
}

.ph-pcc-page .gform_fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 18px;
}

.ph-pcc-page .gfield {
    margin: 0;
}

.ph-pcc-page .gfield--width-full,
.ph-pcc-page .gfield--type-textarea,
.ph-pcc-page .gfield--type-select,
.ph-pcc-page .gfield--type-hidden,
.ph-pcc-page .gfield.gform_validation_container {
    grid-column: 1 / -1;
}

.ph-pcc-page .gfield_label {
    display: block;
    margin-bottom: 0.35rem;
    font-size: 0.95rem;
    font-weight: 700;
    color: #333;
}

.ph-pcc-page .hidden_label .gfield_label,
.ph-pcc-page .gform_validation_container .gfield_label,
.ph-pcc-page .gform_validation_container .gfield_description {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
}

.ph-pcc-page input:not([type="submit"]):not([type="hidden"]),
.ph-pcc-page select,
.ph-pcc-page textarea {
    width: 100%;
    padding: 0.9rem 1rem;
    border: 1px solid #eaeaea;
    background: #fafafa;
    color: #333;
    font: inherit;
}

.ph-pcc-page textarea {
    min-height: 180px;
    resize: vertical;
}

.ph-pcc-page .gform_footer,
.ph-pcc-page .gform-footer {
    margin-top: 1rem;
}

.ph-pcc-page .gform_button {
    padding: 0.78rem 1.9rem;
    border: 2px solid #feb415;
    background: #feb415;
    color: #1d439c;
    font: 600 0.95rem/1 "Lato", sans-serif;
    text-transform: uppercase;
    cursor: pointer;
}

.ph-pcc-page .gform_button:hover {
    background: #fff;
}

.ph-pcc-page .validation_message,
.ph-pcc-page .gfield_description.validation_message,
.ph-pcc-page .gform_validation_errors,
.ph-pcc-page .validation_error {
    color: #d63638;
}

.ph-pcc-page .gform_confirmation_message {
    color: #2c7c31;
    font-weight: 700;
}

@media (max-width: 1024px) {
    .ph-pcc-copy__inner,
    .ph-pcc-split__copy,
    .ph-pcc-split--image-right .ph-pcc-split__copy {
        max-width: none;
        padding-right: 7%;
        padding-left: 7%;
    }

    .ph-pcc-finance__steps,
    .ph-pcc-split {
        grid-template-columns: 1fr;
    }

    .ph-pcc-split__media {
        order: -1;
    }

    .ph-pcc-split--image-right .ph-pcc-split__media {
        order: 0;
    }
}

@media (max-width: 767px) {
    .ph-pcc-hero {
        min-height: 68vh;
        padding-bottom: 3rem;
    }

    .ph-pcc-hero__inner {
        width: calc(100% - 2rem);
        padding-left: 1rem;
    }

    .ph-pcc-hero__accent {
        height: 120px;
    }

    .ph-pcc-copy,
    .ph-pcc-form-section {
        width: calc(100% - 2rem);
    }

    .ph-pcc-copy,
    .ph-pcc-form-section {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .ph-pcc-split {
        gap: 0;
    }

    .ph-pcc-split__copy,
    .ph-pcc-split--image-right .ph-pcc-split__copy {
        padding: 1.5rem 1rem;
    }

    .ph-pcc-split__media img {
        height: 320px;
    }

    .ph-pcc-finance {
        padding: 2.4rem 1rem;
    }

    .ph-pcc-finance h3 {
        font-size: 1.9rem;
    }

    .ph-pcc-page .gform_fields {
        grid-template-columns: 1fr;
    }
}
