/*
=========================================================
PAYMENTPROCESSOR.COM
HIGH-RISK PAGE
=========================================================
*/


.pp-highrisk-page,
.pp-highrisk-page * {
    box-sizing: border-box;
}


.pp-highrisk-page {
    overflow: hidden;

    color: var(--pp-white);

    background: #010407;
}



/* =====================================================
   EYEBROW
   ===================================================== */

.pp-highrisk-eyebrow {
    margin: 0 0 16px;

    color: var(--pp-gold-light);

    font-size: 12px;
    font-weight: 700;

    line-height: 1.3;

    letter-spacing: .18em;
}



/* =====================================================
   HERO
   ===================================================== */

.pp-highrisk-hero {
    position: relative;

    overflow: hidden;

    border-bottom:
        1px solid rgba(255,255,255,.06);

    background:
        radial-gradient(
            circle at 75% 43%,
            rgba(231,167,47,.065),
            transparent 28%
        ),
        radial-gradient(
            circle at 73% 37%,
            rgba(32,42,48,.18),
            transparent 38%
        );
}


.pp-highrisk-hero-inner {
    min-height: 600px;

    padding: 78px 0;

    display: grid;

    grid-template-columns:
        minmax(0,1.03fr)
        minmax(440px,.97fr);

    align-items: center;

    gap: 72px;
}


.pp-highrisk-hero-copy {
    position: relative;

    z-index: 5;

    max-width: 710px;
}


.pp-highrisk-hero-copy h1 {
    max-width: 700px;

    margin: 0 0 24px;

    color: var(--pp-white);

    font-size:
        clamp(
            52px,
            4.3vw,
            70px
        );

    line-height: 1;

    letter-spacing: -.045em;

    font-weight: 700;
}


.pp-highrisk-hero-copy h1 span {
    display: block;

    color: var(--pp-gold-light);
}


.pp-highrisk-hero-text {
    max-width: 635px;

    margin: 0 0 28px;

    color: var(--pp-muted);

    font-size: 17px;

    line-height: 1.65;
}


.pp-highrisk-hero-actions {
    margin-bottom: 28px;

    display: flex;

    flex-wrap: wrap;

    gap: 12px;
}


.pp-highrisk-hero-points {
    display: flex;

    flex-wrap: wrap;

    gap: 12px 23px;

    color: #8d959e;

    font-size: 13px;
}


.pp-highrisk-hero-points > span {
    display: inline-flex;

    align-items: center;

    gap: 7px;
}


.pp-highrisk-hero-points i {
    width: 18px;
    height: 18px;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    color: var(--pp-gold-light);

    border:
        1px solid rgba(231,167,47,.42);

    border-radius: 50%;

    font-size: 10px;

    font-style: normal;
}



/* =====================================================
   UNDERWRITING PROFILE VISUAL
   ===================================================== */

.pp-highrisk-hero-visual {
    position: relative;

    z-index: 3;

    min-height: 460px;

    display: flex;

    align-items: center;
    justify-content: center;
}


.pp-highrisk-visual-glow {
    position: absolute;

    left: 50%;
    top: 50%;

    width: 450px;
    height: 450px;

    transform: translate(-50%,-50%);

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(231,167,47,.12),
            rgba(28,37,43,.045) 43%,
            transparent 70%
        );

    filter: blur(14px);
}


.pp-highrisk-profile {
    position: relative;

    width: min(100%,465px);

    overflow: hidden;

    border:
        1px solid rgba(231,167,47,.25);

    border-radius: 19px;

    background:
        linear-gradient(
            145deg,
            rgba(15,17,19,.98),
            rgba(4,6,8,.99)
        );

    box-shadow:
        0 30px 80px rgba(0,0,0,.46);
}


.pp-highrisk-profile-top {
    min-height: 76px;

    padding: 0 24px;

    display: flex;

    align-items: center;
    justify-content: space-between;

    border-bottom:
        1px solid rgba(255,255,255,.06);
}


.pp-highrisk-mini-label {
    display: block;

    margin-bottom: 5px;

    color: var(--pp-gold);

    font-size: 9px;
    font-weight: 700;

    letter-spacing: .14em;
}


.pp-highrisk-profile-top strong {
    color: #f1f1ee;

    font-size: 17px;
}


.pp-highrisk-status {
    min-height: 27px;

    padding: 0 10px;

    display: inline-flex;

    align-items: center;

    color: var(--pp-gold-light);

    border:
        1px solid rgba(231,167,47,.31);

    border-radius: 999px;

    background:
        rgba(231,167,47,.04);

    font-size: 8px;
    font-weight: 700;

    letter-spacing: .12em;
}


.pp-highrisk-profile-score {
    min-height: 112px;

    padding: 22px 24px;

    display: grid;

    grid-template-columns:
        62px minmax(0,1fr);

    align-items: center;

    gap: 18px;

    border-bottom:
        1px solid rgba(255,255,255,.055);
}


.pp-highrisk-shield {
    width: 58px;
    height: 64px;

    display: flex;

    align-items: center;
    justify-content: center;

    color: var(--pp-gold-light);
}


.pp-highrisk-shield svg {
    width: 48px;
    height: 53px;

    fill: none;

    stroke: currentColor;
    stroke-width: 1.25;

    stroke-linecap: round;
    stroke-linejoin: round;
}


.pp-highrisk-profile-score span {
    display: block;

    margin-bottom: 5px;

    color: #686f77;

    font-size: 8px;

    letter-spacing: .12em;
}


.pp-highrisk-profile-score strong {
    color: #dedfdd;

    font-size: 14px;
}


.pp-highrisk-profile-row {
    min-height: 61px;

    padding: 0 24px;

    display: grid;

    grid-template-columns:
        minmax(0,1fr) 24px;

    align-items: center;

    gap: 15px;

    border-bottom:
        1px solid rgba(255,255,255,.05);
}


.pp-highrisk-profile-row span {
    display: block;

    margin-bottom: 4px;

    color: #666e76;

    font-size: 8px;

    letter-spacing: .11em;
}


.pp-highrisk-profile-row strong {
    color: #b7bdc3;

    font-size: 11px;
}


.pp-highrisk-profile-row > i {
    width: 21px;
    height: 21px;

    display: flex;

    align-items: center;
    justify-content: center;

    color: var(--pp-gold-light);

    border:
        1px solid rgba(231,167,47,.27);

    border-radius: 50%;

    font-size: 9px;

    font-style: normal;
}


.pp-highrisk-profile-footer {
    padding: 17px 24px 21px;

    color: #666e76;

    font-size: 8px;

    letter-spacing: .12em;
}


.pp-highrisk-profile-bar {
    height: 4px;

    margin-top: 9px;

    overflow: hidden;

    border-radius: 99px;

    background:
        rgba(255,255,255,.07);
}


.pp-highrisk-profile-bar span {
    width: 76%;
    height: 100%;

    display: block;

    border-radius: inherit;

    background:
        linear-gradient(
            90deg,
            var(--pp-gold),
            var(--pp-gold-light)
        );
}


.pp-highrisk-floating-card {
    position: absolute;

    min-width: 165px;

    padding: 14px 16px;

    border:
        1px solid rgba(231,167,47,.22);

    border-radius: 11px;

    background:
        rgba(7,9,11,.96);

    box-shadow:
        0 14px 35px rgba(0,0,0,.40);
}


.pp-highrisk-floating-card span {
    display: block;

    margin-bottom: 4px;

    color: #777f87;

    font-size: 8px;
    font-weight: 700;

    letter-spacing: .13em;
}


.pp-highrisk-floating-card strong {
    color: var(--pp-gold-light);

    font-size: 12px;
}


.pp-highrisk-floating-card-one {
    left: -7px;
    bottom: 50px;
}


.pp-highrisk-floating-card-two {
    right: -7px;
    top: 61px;
}



/* =====================================================
   SECTION HEADINGS
   ===================================================== */

.pp-highrisk-section-heading {
    max-width: 820px;

    margin-bottom: 43px;
}


.pp-highrisk-section-heading h2,
.pp-highrisk-compare-heading h2 {
    margin: 0 0 16px;

    color: var(--pp-white);

    font-size:
        clamp(
            37px,
            3.5vw,
            51px
        );

    line-height: 1.08;

    letter-spacing: -.035em;
}


.pp-highrisk-section-heading > p:last-child {
    max-width: 760px;

    margin: 0;

    color: var(--pp-muted);

    font-size: 16px;

    line-height: 1.65;
}


.pp-highrisk-heading-center {
    margin-left: auto;
    margin-right: auto;

    text-align: center;
}



/* =====================================================
   NEEDS
   ===================================================== */

.pp-highrisk-needs {
    padding: 94px 0;
}


.pp-highrisk-needs-grid {
    display: grid;

    grid-template-columns:
        repeat(3,minmax(0,1fr));

    gap: 18px;
}


.pp-highrisk-need {
    min-height: 250px;

    padding: 29px;

    border:
        1px solid rgba(255,255,255,.075);

    border-radius: 16px;

    background:
        linear-gradient(
            145deg,
            rgba(14,16,18,.90),
            rgba(5,7,9,.95)
        );

    transition:
        transform .2s ease,
        border-color .2s ease;
}


.pp-highrisk-need:hover {
    transform: translateY(-2px);

    border-color:
        rgba(231,167,47,.30);
}


.pp-highrisk-need-icon {
    width: 46px;
    height: 46px;

    margin-bottom: 22px;

    display: flex;

    align-items: center;
    justify-content: center;

    color: var(--pp-gold-light);

    border:
        1px solid rgba(231,167,47,.40);

    border-radius: 11px;
}


.pp-highrisk-need-icon svg {
    width: 23px;
    height: 23px;

    fill: none;

    stroke: currentColor;
    stroke-width: 1.5;

    stroke-linecap: round;
    stroke-linejoin: round;
}


.pp-highrisk-need h3 {
    margin: 0 0 11px;

    color: #f0f0ed;

    font-size: 19px;
}


.pp-highrisk-need p {
    margin: 0;

    color: #8f979f;

    font-size: 14px;

    line-height: 1.62;
}



/* =====================================================
   TABLE
   ===================================================== */

.pp-highrisk-compare {
    padding: 92px 0;

    border-top:
        1px solid rgba(255,255,255,.05);

    border-bottom:
        1px solid rgba(255,255,255,.05);

    background:
        rgba(5,7,9,.36);
}


.pp-highrisk-compare-heading {
    margin-bottom: 35px;

    display: grid;

    grid-template-columns:
        minmax(0,1fr)
        minmax(320px,.75fr);

    align-items: end;

    gap: 60px;
}


.pp-highrisk-compare-heading > p {
    margin: 0 0 5px;

    color: var(--pp-muted);

    font-size: 15px;

    line-height: 1.65;
}


.pp-highrisk-table-wrap {
    overflow-x: auto;

    border:
        1px solid rgba(231,167,47,.22);

    border-radius: 17px;

    background:
        linear-gradient(
            145deg,
            rgba(13,15,17,.98),
            rgba(4,6,8,.99)
        );
}


.pp-highrisk-table {
    width: 100%;

    min-width: 850px;

    border-collapse: collapse;

    text-align: left;
}


.pp-highrisk-table th,
.pp-highrisk-table td {
    padding: 19px 24px;

    border-bottom:
        1px solid rgba(255,255,255,.065);
}


.pp-highrisk-table thead th {
    color: var(--pp-gold-light);

    background:
        rgba(231,167,47,.038);

    font-size: 12px;
    font-weight: 700;

    letter-spacing: .08em;

    text-transform: uppercase;
}


.pp-highrisk-table thead th:first-child {
    width: 22%;
}


.pp-highrisk-table thead th:nth-child(2) {
    width: 38%;
}


.pp-highrisk-table tbody th {
    color: #efefec;

    font-size: 14px;

    font-weight: 650;
}


.pp-highrisk-table tbody td {
    color: #959da5;

    font-size: 14px;

    line-height: 1.55;
}


.pp-highrisk-table tbody tr:last-child th,
.pp-highrisk-table tbody tr:last-child td {
    border-bottom: 0;
}



/* =====================================================
   RISK FACTORS
   ===================================================== */

.pp-highrisk-factors {
    padding: 94px 0;
}


.pp-highrisk-factor-grid {
    display: grid;

    grid-template-columns:
        repeat(4,minmax(0,1fr));

    gap: 17px;
}


.pp-highrisk-factor-grid article {
    min-height: 225px;

    padding: 27px;

    border:
        1px solid rgba(255,255,255,.07);

    border-radius: 15px;

    background:
        linear-gradient(
            145deg,
            rgba(14,16,18,.88),
            rgba(5,7,9,.93)
        );
}


.pp-highrisk-factor-grid article > span {
    display: block;

    margin-bottom: 29px;

    color: var(--pp-gold);

    font-size: 11px;
    font-weight: 700;

    letter-spacing: .12em;
}


.pp-highrisk-factor-grid h3 {
    margin: 0 0 10px;

    color: #eeeeeb;

    font-size: 18px;
}


.pp-highrisk-factor-grid p {
    margin: 0;

    color: #868e97;

    font-size: 13px;

    line-height: 1.62;
}



/* =====================================================
   PROCESS
   ===================================================== */

.pp-highrisk-process {
    padding: 92px 0;

    border-top:
        1px solid rgba(255,255,255,.05);

    background:
        rgba(5,7,9,.27);
}


.pp-highrisk-process-grid {
    display: grid;

    grid-template-columns:
        repeat(3,minmax(0,1fr));
}


.pp-highrisk-process-grid article {
    position: relative;

    padding: 7px 38px 0;

    text-align: center;
}


.pp-highrisk-process-grid
article:not(:last-child)::after {
    content: "";

    position: absolute;

    top: 27px;

    left: calc(50% + 31px);

    width: calc(100% - 62px);

    height: 1px;

    background:
        linear-gradient(
            90deg,
            rgba(231,167,47,.36),
            rgba(231,167,47,.12)
        );
}


.pp-highrisk-step {
    position: relative;

    z-index: 2;

    width: 44px;
    height: 44px;

    margin: 0 auto 20px;

    display: flex;

    align-items: center;
    justify-content: center;

    color: var(--pp-gold-light);

    border:
        1px solid rgba(231,167,47,.58);

    border-radius: 50%;

    background: #050709;

    font-size: 13px;
}


.pp-highrisk-process-grid h3 {
    margin: 0 0 10px;

    color: #eeeeeb;

    font-size: 17px;
}


.pp-highrisk-process-grid p {
    max-width: 350px;

    margin: 0 auto;

    color: #858d96;

    font-size: 13px;

    line-height: 1.6;
}



/* =====================================================
   TRUST
   ===================================================== */

.pp-highrisk-trust {
    padding: 24px 0 74px;
}


.pp-highrisk-trust-inner {
    min-height: 155px;

    padding: 30px 40px;

    display: grid;

    grid-template-columns:
        62px minmax(0,1fr);

    align-items: center;

    gap: 28px;

    border:
        1px solid rgba(231,167,47,.24);

    border-radius: 18px;

    background:
        linear-gradient(
            135deg,
            rgba(14,16,18,.97),
            rgba(5,7,9,.99)
        );
}


.pp-highrisk-trust-icon {
    width: 58px;
    height: 64px;

    display: flex;

    align-items: center;
    justify-content: center;

    color: var(--pp-gold-light);
}


.pp-highrisk-trust-icon svg {
    width: 48px;
    height: 53px;

    fill: none;

    stroke: currentColor;
    stroke-width: 1.3;

    stroke-linecap: round;
    stroke-linejoin: round;
}


.pp-highrisk-trust h2 {
    margin: 0 0 9px;

    color: var(--pp-gold-light);

    font-size:
        clamp(
            23px,
            2.1vw,
            31px
        );
}


.pp-highrisk-trust p {
    max-width: 850px;

    margin: 0;

    color: var(--pp-muted);

    font-size: 14px;

    line-height: 1.65;
}



/* =====================================================
   FINAL CTA
   ===================================================== */

.pp-highrisk-final {
    padding: 0 0 88px;
}


.pp-highrisk-final-inner {
    overflow: hidden;

    padding: 66px 48px;

    text-align: center;

    border:
        1px solid rgba(231,167,47,.26);

    border-radius: 20px;

    background:
        radial-gradient(
            circle at 50% 0%,
            rgba(231,167,47,.10),
            transparent 43%
        ),
        linear-gradient(
            135deg,
            rgba(14,16,18,.98),
            rgba(5,7,9,.99)
        );
}


.pp-highrisk-final
.pp-highrisk-eyebrow {
    text-align: center;
}


.pp-highrisk-final h2 {
    max-width: 880px;

    margin: 0 auto 17px;

    color: var(--pp-white);

    font-size:
        clamp(
            38px,
            3.7vw,
            54px
        );

    line-height: 1.08;

    letter-spacing: -.035em;
}


.pp-highrisk-final-inner
> p:not(.pp-highrisk-eyebrow) {
    max-width: 720px;

    margin: 0 auto 27px;

    color: var(--pp-muted);

    font-size: 16px;

    line-height: 1.65;
}


.pp-highrisk-final-actions {
    display: flex;

    align-items: center;
    justify-content: center;

    flex-wrap: wrap;

    gap: 18px;
}


.pp-highrisk-final-actions > span {
    color: #737b84;

    font-size: 12px;
}



/* =====================================================
   RESPONSIVE
   ===================================================== */

@media (max-width: 1100px) {

    .pp-highrisk-hero-inner {
        grid-template-columns: 1fr;

        gap: 48px;

        padding: 65px 0;
    }


    .pp-highrisk-hero-copy {
        max-width: 730px;
    }


    .pp-highrisk-hero-visual {
        width: min(100%,620px);

        margin: 0 auto;
    }


    .pp-highrisk-needs-grid {
        grid-template-columns:
            repeat(2,minmax(0,1fr));
    }


    .pp-highrisk-factor-grid {
        grid-template-columns:
            repeat(2,minmax(0,1fr));
    }


    .pp-highrisk-compare-heading {
        grid-template-columns: 1fr;

        gap: 10px;
    }

}


@media (max-width: 820px) {

    .pp-highrisk-needs,
    .pp-highrisk-compare,
    .pp-highrisk-factors,
    .pp-highrisk-process {
        padding: 72px 0;
    }


    .pp-highrisk-process-grid {
        grid-template-columns: 1fr;

        gap: 38px;
    }


    .pp-highrisk-process-grid
    article:not(:last-child)::after {
        display: none;
    }

}


@media (max-width: 600px) {

    .pp-highrisk-hero-inner {
        min-height: 0;

        padding: 50px 0 58px;
    }


    .pp-highrisk-hero-copy h1 {
        font-size:
            clamp(
                43px,
                12vw,
                52px
            );

        line-height: 1.02;
    }


    .pp-highrisk-hero-text {
        font-size: 16px;
    }


    .pp-highrisk-hero-actions {
        display: grid;

        grid-template-columns: 1fr;

        width: 100%;
    }


    .pp-highrisk-hero-actions
    .pp-button-primary,

    .pp-highrisk-hero-actions
    .pp-button-outline {
        width: 100%;
    }


    .pp-highrisk-hero-points {
        display: grid;

        grid-template-columns:
            repeat(2,minmax(0,1fr));
    }


    .pp-highrisk-hero-visual {
        min-height: 445px;
    }


    .pp-highrisk-profile {
        width: 100%;
    }


    .pp-highrisk-floating-card {
        display: none;
    }


    .pp-highrisk-needs-grid {
        grid-template-columns: 1fr;
    }


    .pp-highrisk-need {
        min-height: 0;
    }


    .pp-highrisk-factor-grid {
        grid-template-columns: 1fr;
    }


    .pp-highrisk-trust-inner {
        padding: 28px 24px;

        grid-template-columns: 1fr;

        gap: 15px;
    }


    .pp-highrisk-final {
        padding-bottom: 60px;
    }


    .pp-highrisk-final-inner {
        padding: 48px 24px;
    }


    .pp-highrisk-final h2 {
        font-size: 38px;
    }


    .pp-highrisk-final-actions {
        display: grid;

        grid-template-columns: 1fr;
    }


    .pp-highrisk-final-actions
    .pp-button-primary {
        width: 100%;
    }

}