/* Smart Finder Page CSS */

.pf-finder {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
    color: #fff
}

.pf-finder *,
.pf-finder *::before,
.pf-finder *::after {
    box-sizing: border-box
}

.pf-progress-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    font-weight: 500
}

.pf-step-label {
    color: #fff
}

.pf-complete {
    color: #29cdd9
}

.pf-track {
    height: 5px;
    width: 100%;
    background: #d9d9d9;
    border-radius: 10px;
    margin-top: 18px;
    overflow: hidden
}

.pf-fill {
    height: 100%;
    width: 20%;
    background: #29cdd9;
    border-radius: 10px;
    transition: width .35s ease
}

.pf-stage {
    margin-top: 35px;
    min-height: 300px
}

.pf-question {
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    font-size: 40px;
    line-height: 1.4;
    margin: 0 0 30px
}

.pf-hint {
    color: #a4a4a4;
    font-size: 15px;
    margin: -18px 0 26px
}

.pf-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px
}

.pf-card {
    background: #16181c;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 14px;
    padding: 28px 30px;
    cursor: pointer;
    transition: border-color .2s, box-shadow .2s;
    text-align: left;
    min-height: 140px;
    display: flex;
    flex-direction: column;
    gap: 10px
}

.pf-card:hover {
    border-color: rgba(41, 205, 217, .6)
}

.pf-card.is-sel {
    border-color: #29cdd9;
    box-shadow: 0 0 0 1px #29cdd9 inset
}

.pf-ico {
    font-size: 40px;
    line-height: 1
}

.pf-card h4 {
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    font-size: 30px;
    margin: 16px 0 0;
    color: #fff;
    padding: 0;
}

.pf-card p {
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    font-size: 18px;
    margin: 0;
    color: #a4a4a4
}

.pf-nav {
    display: flex;
    justify-content: space-between;
    margin-top: 60px
}

.pf-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 48px;
    padding: 0 14px 0 22px;
    border-radius: 9px;
    background: transparent;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    transition: .2s
}

.pf-next {
    border: 1px solid #29cdd9;
    color: #29cdd9
}

.pf-next:hover {
    background: #29cdd9;
    color: #111216
}

.pf-back {
    border: 1px solid #a4a4a4;
    color: #a4a4a4;
    padding: 0 22px 0 14px;
}

.pf-back:hover {
    border-color: #fff;
    color: #fff
}

.pf-back[disabled] {
    opacity: .35;
    cursor: not-allowed
}

.pf-results {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px
}

.pf-rcard {
    background: #16181c;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 14px;
    overflow: hidden
}

.pf-rcard .pf-rimg {
    height: 180px;
    background: #0d0e10;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3a3d44;
    font-size: 13px
}

.pf-rbody {
    padding: 18px 20px
}

.pf-match {
    display: inline-block;
    background: #29cdd9;
    color: #111216;
    font-weight: 700;
    font-size: 12px;
    padding: 3px 10px;
    border-radius: 20px;
    margin-bottom: 10px
}

.pf-rcard h4 {
    font-family: 'DM Sans', sans-serif;
    font-size: 20px;
    margin: 0 0 4px;
    color: #fff
}

.pf-brand {
    color: #a4a4a4;
    font-size: 13px;
    margin: 0 0 12px
}

.pf-specs {
    display: flex;
    gap: 14px;
    font-size: 12px;
    color: #a4a4a4;
    margin-bottom: 16px;
    flex-wrap: wrap
}

.pf-buy {
    display: block;
    text-align: center;
    background: #29cdd9;
    color: #111216;
    font-weight: 600;
    font-size: 14px;
    padding: 12px;
    border-radius: 9px;
    text-decoration: none;
    text-transform: uppercase
}

.pf-restart {
    margin-top: 30px;
    text-align: center
}

.pf-restart button {
    background: none;
    border: none;
    color: #29cdd9;
    font-size: 14px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 600
}

@media (max-width:1024px) {
    .pf-question {
        font-size: 32px
    }

    .pf-results {
        grid-template-columns: 1fr 1fr
    }
}

@media (max-width:767px) {
    .pf-progress-head {
        font-size: 14px
    }

    .pf-question {
        font-size: 26px
    }

    .pf-cards {
        grid-template-columns: 1fr;
        gap: 16px
    }

    .pf-card {
        min-height: auto;
        padding: 22px
    }

    .pf-card h4 {
        font-size: 24px
    }

    .pf-card p {
        font-size: 15px
    }

    .pf-ico {
        font-size: 34px
    }

    .pf-nav {
        margin-top: 40px
    }

    .pf-btn {
        min-width: 120px;
        font-size: 13px
    }

    .pf-results {
        grid-template-columns: 1fr
    }
}
