.pfc-wrap {
    max-width: 820px;
    margin: 0 auto;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: #16233c;
    box-sizing: border-box;
}

.pfc-card {
    position: relative;
    background: #ffffff;
    border: 0;
    border-radius: 0;
    padding: 14px 38px 24px;
    box-sizing: border-box;
    box-shadow: 0 5px 18px rgba(22, 35, 60, 0.07);
    overflow: visible;
}

.pfc-language-row {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0 0 42px;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.pfc-language {
    width: auto;
    min-width: 210px;
    height: 38px;
    padding: 7px 30px 7px 8px;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #303d68;
    font-size: 14px;
    outline: none;
    box-shadow: none;
    cursor: pointer;
    appearance: auto;
}

.pfc-language:hover,
.pfc-language:focus,
.pfc-language:active {
    border: 0;
    background: transparent;
    outline: none;
    box-shadow: none;
}

.pfc-heading {
    text-align: center;
    margin: 8px 0 30px
}

.pfc-heading h2 {
    margin: 0 0 8px;
    font-size: 28px;
    line-height: 1.2;
    color: #111827
}

.pfc-heading p {
    margin: 0;
    color: #667085;
    font-size: 14px;
    line-height: 1.6
}

.pfc-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 26px
}

.pfc-field {
    min-width: 0
}

.pfc-full {
    grid-column: 1/-1
}

.pfc-field label {
    display: block;
    margin-bottom: 8px;
    font-size: 13px;
    font-weight: 600;
    color: #1f2937
}

.pfc-field label span {
    color: #c62828
}

.pfc-field input,
.pfc-field select,
.pfc-field textarea {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #cfd6df;
    border-radius: 0;
    background: #fff;
    color: #111827;
    font-size: 14px;
    padding: 11px 12px;
    outline: none;
    box-shadow: none
}

.pfc-field input,
.pfc-field select {
    height: 44px
}

.pfc-field textarea {
    resize: vertical;
    min-height: 130px;
    line-height: 1.5
}

.pfc-field input:focus,
.pfc-field select:focus,
.pfc-field textarea:focus {
    border-color: #1a1aee;
    box-shadow: 0 0 0 2px rgba(26, 26, 238, .08)
}

.pfc-field-error {
    border-color: #c62828 !important;
    box-shadow: 0 0 0 1px #c62828 !important
}

.pfc-error {
    min-height: 16px;
    margin-top: 5px;
    font-size: 12px;
    color: #b42318
}

.pfc-checkbox-row {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    margin-top: 25px;
    font-size: 13px;
    line-height: 1.5;
    color: #303846
}

.pfc-checkbox-row input {
    width: 17px;
    height: 17px;
    margin: 2px 0 0;
    flex: 0 0 auto
}

.pfc-disclosure {
    margin: 12px 0 0;
    font-size: 11.5px;
    line-height: 1.55;
    color: #596273
}

.pfc-disclosure a {
    color: #1a1aee !important;
    font-weight: 400 !important;
    text-decoration: underline
}

.pfc-submit {
    margin-top: 24px;
    width: auto;
    min-width: 180px;
    padding: 0 32px;
    height: 48px;
    border: 0;
    border-radius: 8px;
    background: #323239;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    position: relative;
    display: block !important;
    width: fit-content !important;
    min-width: 180px;
    padding: 0 32px !important;
    margin: 40px auto 0 !important;
    transition: all .2s ease;
}

.pfc-submit:hover {
    transform: translateY(-1px);
}

.pfc-submit:disabled {
    opacity: .7;
    cursor: not-allowed
}

.pfc-spinner {
    display: none;
    width: 17px;
    height: 17px;
    border: 2px solid rgba(255, 255, 255, .45);
    border-top-color: #fff;
    border-radius: 50%;
    animation: pfcspin .7s linear infinite;
    vertical-align: middle
}

.pfc-submit.is-loading .pfc-submit-text {
    display: none
}

.pfc-submit.is-loading .pfc-spinner {
    display: inline-block
}

.pfc-summary {
    margin-top: 18px;
    padding: 11px 13px;
    border: 1px solid #f1b4b4;
    background: #fff6f6;
    color: #9f1c1c;
    font-size: 13px
}

.pfc-thank-you {
    text-align: center;
    padding: 35px 12px
}

.pfc-check {
    width: 52px;
    height: 52px;
    line-height: 52px;
    margin: 0 auto 18px;
    border-radius: 50%;
    background: #eaf7ef;
    color: #137a41;
    font-size: 27px;
    font-weight: 700
}

.pfc-thank-you h2 {
    margin: 0 0 10px;
    font-size: 27px;
    color: #111827
}

.pfc-thank-you p {
    font-size: 14px;
    line-height: 1.6;
    color: #5c6675
}

.pfc-home-link {
    display: inline-block;
    margin-top: 14px;
    padding: 12px 22px;
    background: #1a1aee;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 13px;
    font-weight: 700
}

.pfc-hp {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important
}

@keyframes pfcspin {
    to {
        transform: rotate(360deg)
    }
}

@media(max-width:680px) {
    .pfc-card {
        padding: 12px 16px 24px;
    }

    .pfc-language-row {
        margin-bottom: 28px;
    }

    .pfc-language {
        min-width: 190px;
    }

    .pfc-grid {
        grid-template-columns: 1fr;
        gap: 19px;
    }

    .pfc-full {
        grid-column: auto;
    }

    .pfc-heading h2 {
        font-size: 24px;
    }
}
