
.rp-page {
    background: #f4f5f7;
    padding: 20px 0px;
    font-family: inherit;
}
.rp-container {
    max-width: 1200px;
    margin: 0px auto;
    padding: 0px 15px;
    width: 100%;
}
/* ── Live notification ticker ───────────────────────────────────────────── */
.rp-ticker {
    overflow: hidden;
}
.rp-ticker-inner {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    white-space: nowrap;
    justify-content: center;
}
.rp-ticker-dot {
    width: 8px; height: 8px;
    border-radius: 50%;
    background: #22c55e;
    flex-shrink: 0;
    animation: pulse-dot 1.8s infinite;
}
@keyframes pulse-dot {
    0%,100% { opacity:1; transform:scale(1); }
    50%      { opacity:0.5; transform:scale(1.3); }
}
.rp-ticker-label { font-weight: 600; color: #008458; }

/* ── Hero card ──────────────────────────────────────────────────────────── */
.rp-hero {
    margin: 20px 0 60px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
}
.rp-hero-left {
    padding: 30px 40px;
    background: #fff8f0;
    border-radius: 16px 0px 0px 16px;
    border: 1px solid #e5e5e5;
    p{
        margin-bottom: 20px;
        position: relative;
        /*-webkit-mask-image: linear-gradient(to bottom, black 0%, transparent 100%);
        mask-image: linear-gradient(to bottom, black 0%, transparent 100%);*/
        font-size: 14px;
        line-height: 24px;
    }
}
.rp-hero-left h1 {
    font-size: 34px;
    font-weight: 700;
    margin: 0 0 10px;
    line-height: 1.35;
    text-align: left;
    @media (max-width: 767px) {
        font-size: 7vw;
        line-height: 1.3;
    }
    span{
        color: #F14770;
    }
}
.rp-hero-left h2 {
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 10px;
    line-height: 1.35;
}
.rp-hero-left a {
    background: #F14770;
    color: #fff;
    padding: 12px 15px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    max-width: 300px;
    text-align: center;
    display: flex;
    align-items: center;
    transition: background 0.3s ease;
    justify-content: center;
    margin-top: 20px;
}
.rp-hero-checklist {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.rp-hero-checklist li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    color: #374151;
    line-height: 1.5;
}
.rp-hero-checklist li .chk {
    width: 20px; height: 20px;
    border-radius: 50%;
    background: #008458;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
    margin-top: 1px;
}
.rp-hero-checklist li .chk svg { width: 11px; height: 11px; }
.rp-hero-checklist li .chk-warn {
    width: 20px; height: 20px;
    border-radius: 50%;
    background: #f3f4f6;
    border: 2px solid #d1d5db;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
    margin-top: 1px;
    font-size: 11px;
    color: #9ca3af;
}
.rp-hero-checklist li strong { font-weight: 700; color: #111827; display: block; }
.rp-hero-checklist li span { font-size: 12px; color: #6b7280; }
.rp-hero-right {
    padding: 0px;
    img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 0px 16px 16px 0px;
    }
}

/* ── Offer section ──────────────────────────────────────────────────────── */
.rp-offer-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 60px;
}
.rp-offer-left h3 {
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 15px;
    line-height: 1.5;
}
.rp-counter {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 14px;
}
.rp-counter-digits {
    display: flex;
    gap: 3px;
}
.rp-counter-digit {
    background: #111827;
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    width: 22px; height: 26px;
    border-radius: 4px;
    display: flex; align-items: center; justify-content: center;
    letter-spacing: 0;
    font-family: monospace;
}
.rp-counter-label {
    font-size: 12px;
    color: #6b7280;
    font-weight: 500;
}
.rp-product-box {
    background: #fff;
    border-radius: 14px;
    border: 1.5px solid #e5e7eb;
    padding: 16px 18px;
    /*box-shadow: 0 2px 12px rgba(0,0,0,0.06);*/
    @media (max-width:767px) {
        padding: 15px;
    }
}
.rp-product-name {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
}
.rp-product-tag {
    font-size: 14px;
}
.rp-product-price-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.rp-product-price {
    font-size: 26px;
    font-weight: 700;
    color: #007040;
}
.pricesection{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.rp-product-price span {
    font-size: 13px;
    color: #9ca3af;
    text-decoration: line-through;
    font-weight: 400;
    margin-left: 4px;
}
.rp-get-btn {
        display: block;
    width: 100%;
    padding: 13px 16px;
    background: #008458;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    font-family: inherit;
    transition: background 0.2s;
    text-decoration: none;
    text-transform: capitalize;
}
.rp-get-btn:hover { background: #006b46; color: #fff; text-decoration: none; }
.rp-trust-row {
    display: flex;
    gap: 12px;
    margin-top: 10px;
    font-size: 11px;
    color: #6b7280;
    flex-wrap: wrap;
}
.rp-trust-item {
    display: flex;
    align-items: center;
    gap: 4px;
}
.rp-trust-item svg { width: 13px; height: 13px; color: #006b46; flex-shrink: 0; }

.rp-offer-right h3 {
    font-size: 30px;
    margin-bottom: 15px;
    color: #000626;
    text-align: center;
}
.rp-benefits-list {
    list-style: none;
    margin: 0; 
    padding: 0;
    display: grid; 
    gap: 14px;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 25px;
    @media (max-width:767px) {
        grid-template-columns:auto;
    }
}
.rp-benefits-list li {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 30px 20px;
    border-radius: 8px 25px 8px 25px;
    background: #fff;
    flex: 1;
    @media (max-width:767px) {
       padding:20px 15px;
    }
    h3{
        font-size: 18px;
        margin-bottom: 15px;
        color: #000626;
        font-weight: 600;
        line-height: 28px;
    }
    p{
        font-size: 14px;
        color: #000933;
        line-height: 1.6;
        font-family: "Inter", sans-serif;
        font-weight: 400;
    }
}
.rp-benefit-num {
    width: 48px; 
    height: 48px;
    border-radius: 100%;
    background: #F14770;
    color: #fff;
    font-size: 14px;
    display: flex; 
    align-items: center; 
    justify-content: center;
    flex-shrink: 0;
    margin-bottom: 20px;
}

/* ── Ratings ────────────────────────────────────────────────────────────── */
.rp-ratings {
    background: #fff;
    border-radius: 14px;
    padding: 40px 40px 60px;
    margin-bottom: 40px;
    box-shadow: 0 1px 8px rgba(0,0,0,0.05);
    background: linear-gradient(rgb(255 217 226) 0%, rgb(255, 255, 255) 100%);
}
.rp-ratings-header {
    margin-bottom: 30px;
}
.rp-ratings-header h3 {
    font-size: 30px;
    margin-bottom: 15px;
    color: #000626;
    text-align: center;
}
.rp-stars-row {
    display: flex;
    gap: 3px;
    justify-content: center;
    margin-bottom: 20px;
}
.rp-stars-row svg { width: 20px; height: 20px; }
.rp-testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}
.rp-testimonial {
    background: #fff;
    border-radius: 25px;
    padding: 30px;
    border: 1px solid #e8e8e8;
    @media (max-width: 767px) {
        padding: 15px;
    }
}
.rp-testimonial .t-stars {
    display: flex; gap: 2px; margin-bottom: 15px;
}
.rp-testimonial .t-stars svg { width: 18px; height: 18px; }
.rp-testimonial p {
    margin: 0;
    font-size: 14px;
    line-height: 24px;

}
/* ── Bottom CTA ─────────────────────────────────────────────────────────── */
.rp-bottom-cta {
    background: #fff;
    border-radius: 18px;
    padding: 24px;
    box-shadow: 0 2px 16px rgba(0,0,0,0.07);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    align-items: center;
    margin-bottom: 60px;
}
.rp-bottom-cta h3 {
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 10px;
}

/* ── Paid user full report ──────────────────────────────────────────────── */
.rp-paid-page {
    padding: 40px 0 80px;
    background: #f5f6fa;
    min-height: calc(100vh - 80px);
}
.rp-paid-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px 15px;
}
.rp-paid-card {
    background: #fff;
    border-radius: 16px;
    /* box-shadow: 0 4px 28px rgba(0,0,0,0.07); 
    padding: 15px;*/
    margin-bottom: 60px;
    border: 1px solid #e5e5e5;
}
.personality-title {
    font-size: 30px;
    font-weight: 700;
    color: #000626;
    margin: 0 0 12px;
}
.personality-title span { color: #F14770; font-weight: 700; }
.personality-content {
    font-size: 14px;
    color: #000;
    line-height: 1.85;
    text-align: left;
    padding: 40px;
    @media (max-width:767px) {
        padding: 15px;
    }
    h2{
        margin-bottom: 10px;
        line-height: 32px;
    }
}
.result-title{
    font-size: 42px;
    font-weight: 700;
    color: #000626;
    margin: 0 0 15px;
    @media (max-width:767px) {
        font-size: 7vw;
    }
    span{
        color: #F14770; 
        font-weight: 700; 
    }
}
.result-header-content{
    @media (max-width:767px) {
        padding-top: 0px;
    }
    h2{
        font-size: 20px;
        font-weight: 600;
        color: #000626;
        margin: 0 0 10px;
        @media (max-width:767px) {
            font-size: 18px;
        }
    }
    p{
        font-size: 14px;
        font-weight: 400;
        color: #000626;
        margin: 0 0 10px;
        display: -webkit-box;
    }
}
.result-meta{
    display: grid;
    align-items: center;
    gap: 7px;
    margin-top: 20px;
    grid-template-columns: 0.4fr 1fr;
    @media (min-width: 768px) and (max-width: 990px) {
       grid-template-columns:auto;
       margin-top: 10px;
    }
    @media (max-width:767px) {
        grid-template-columns:auto;
    }
    div.date{
        min-width: 200px;
    }
    div{
        display: flex;
        align-items: center;
        gap: 15px;
        font-weight: 600;
        background: #f3f4f6;
        padding: 10px 13px;
        border-radius: 6px;
        max-width: 300px;
        border: 1px solid #e5e5e5;
        width: 100%;
        img{
            width: 30px;
        }
        p{
            font-size: 12px;
            font-weight: 600;
            color: #000626;
            margin-bottom: 0px;
            line-height: 20px;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;  
            overflow: hidden;
            b{
                font-weight: 600;
            }
            span{
                font-weight: 400;
                display: block;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                overflow: hidden;
            }
        }
    }
}
.personality-content p { margin-bottom: 15px; font-size: 14px; color: #000; line-height: 1.85; }
.personality-content p:last-child { margin-bottom: 0; }
.personality-content ul, .personality-content ol { padding-left: 20px; margin-bottom: 14px; }
.personality-content li { margin-bottom: 4px; }
.pdf-download{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 25px;
    gap: 10px;
    @media (max-width: 991px) {
        flex-direction: column;
        align-items: flex-start;
        margin-top: 20px;
    }
}
.pdf-download-btn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 14px 20px;
    background: #008458;
    color: #fff;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    transition: all 0.2s;
}
.pdf-download-btn:hover { background: #008458; color: #fff; text-decoration: none; }
.cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 14px 20px;
    background: #F14770;
    color: #fff;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s;
}
.cta-btn.taktest{
    background: #008458;
    transition: all .3s;
    &:hover{
        background: #006b46;
        transition: all .3s;
        color: #fff;
    }
}
.cta-btn.retake{
    border: 1px solid #F14770;
    color: #F14770;
    background: transparent;
    transition: all .3s;
    &:hover{
        color: #fff;
        background: #F14770;
        transition: all .3s;
    }
}
.result-icon { margin-bottom: 15px; }
.result-icon img { width: 56px; }

/* ── Stripe modal ───────────────────────────────────────────────────────── */
.sub-modal-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.55);
    z-index: 9999;
    align-items: center;
    justify-content: center;
}
.sub-modal-overlay.open { display: flex; }
.sub-modal {
    background: #fff;
    border-radius: 18px;
    padding: 36px 40px;
    max-width: 440px;
    width: 90%;
    box-shadow: 0 20px 60px rgba(0,0,0,0.2);
    position: relative;
}
.sub-modal h3 { margin: 0 0 6px; font-size: 22px; font-weight: 800; color: #111827; }
.sub-modal .sub-modal-sub { font-size: 14px; margin: 0 0 24px; color: #6b7280; }
.sub-modal .sub-field { margin-bottom: 14px; }
.sub-modal .sub-field input {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #e5e7eb;
    border-radius: 10px;
    font-size: 14px;
    font-family: inherit;
    outline: none;
    box-sizing: border-box;
    transition: border-color 0.2s;
}
.sub-modal .sub-field input:focus { border-color: #008458; }
.sub-modal .sub-field input.error { border-color: #f87171; }
.sub-modal-submit {
    width: 100%;
    padding: 14px;
    background: #008458;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    font-family: inherit;
    margin-top: 6px;
    transition: opacity 0.2s;
}
.sub-modal-submit:hover { opacity: 0.9; }
.sub-modal-submit:disabled { opacity: 0.6; cursor: not-allowed; }
.sub-modal-close {
    position: absolute;
    top: 16px; right: 18px;
    background: none; border: none;
    font-size: 22px; color: #9ca3af;
    cursor: pointer; line-height: 1;
}
.sub-modal-timer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #fff7ed;
    border: 1px solid #fed7aa;
    border-radius: 10px;
    padding: 8px 14px;
    margin: 0 0 20px;
}
.sub-modal-timer-label { font-size: 13px; font-weight: 600; color: #9a3412; }
.sub-modal-timer-clock {
    font-size: 15px;
    font-weight: 800;
    font-variant-numeric: tabular-nums;
    color: #c2410c;
    letter-spacing: 0.5px;
}
.sub-modal-timer-clock.urgent { color: #dc2626; animation: subModalTimerPulse 1s infinite; }
.sub-modal-timer-expired { font-size: 13px; font-weight: 700; color: #b91c1c; }
@keyframes subModalTimerPulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.45; }
}
.sub-modal-error {
    background: #fef2f2;
    border: 1px solid #fecaca;
    border-radius: 8px;
    padding: 10px 14px;
    font-size: 13px;
    color: #b91c1c;
    margin-bottom: 14px;
    display: none;
}
.sub-modal-success { text-align: center; padding: 10px 0 4px; }
.sub-modal-success .success-icon { font-size: 48px; margin-bottom: 12px; }
.sub-modal-success h3 { color: #008458; }
.sub-modal-success p { font-size: 14px; color: #6b7280; line-height: 1.6; margin-top: 8px; }

/* ── Responsive ─────────────────────────────────────────────────────────── */
@media (max-width: 767px) {
    .rp-hero { grid-template-columns: 1fr; }
    .rp-hero-right { display: none; }
    .rp-offer-row { grid-template-columns: 1fr; }
    .rp-testimonials-grid { grid-template-columns: 1fr; }
    .rp-bottom-cta { grid-template-columns: 1fr; padding: 15px; }
    .rp-hero-left { padding: 15px; border-radius: 16px; }
    .rp-hero-left h2 { font-size: 7vw; text-align: center; }
    .rp-paid-card { padding: 0px; }
    .rp-offer-right h3, .rp-ratings-header h3, .rp-bottom-cta h3 {
        font-size: 6vw;
    }
    .rp-hero-left p {
        text-align: left;
    }
    .rp-ratings{
        padding:30px 15px;
    }
}
.rp-paid-header{
    display: grid;
    grid-template-columns: 1fr 0.6fr;
    gap: 20px;
    padding: 30px 40px;
    background: #fff8f0;
    border-radius: 16px 16px 0px 0px;
    @media (min-width: 768px) and (max-width: 990px) {
         grid-template-columns: 1fr 1fr;
         padding: 15px;
    }
    @media (max-width:767px) {
        grid-template-columns:auto;
        padding: 15px;
    }
    .image-section{
        display: flex;
        align-items: center;
        gap: 10px;
        img{
            width: 100%;
        }
    }
}
.yourresult{
    background: #d3c8fe;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 15px 6px 12px;
    max-width: fit-content;
    gap: 5px;
    font-size: 14px;
    margin-bottom: 15px;
    img{
        width: 22px;
    }
}
.share-section{
    display: flex;
    gap: 7px;
    align-items: center;
    justify-content: center;
    span{
        font-size: 14px;
        font-weight: 400;
    }
}
.bottomsharesection{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 5px 40px;
    background: #f5f6fa;
    max-width: 95%;
    margin: auto;
    border-radius: 16px;
    margin-bottom: 40px;
    border: 1px solid #e5e5e5;
    gap:30px;
    @media (max-width: 767px) {
        flex-direction: column;
        align-items: flex-start;
        padding: 20px;
        gap: 20px;
    }
    h2{
        margin-bottom: 10px;
    }
    p{
        font-size: 14px;
    }
    .image-section{
        margin-left: auto;
        @media (max-width: 767px) {
            display: none;
        }
        img{
            width: 120px;
        }
    }
}
.share-icons{
    display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
}
.share-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: .3s;
    padding: 8px 13px;
    gap: 5px;
    border-radius: 6px;
    font-size: 14px;
    @media (max-width: 767px) {
        padding: 8px 8px;
        font-size: 12px;
    }
}
.share-btn i{
    font-size:14px;
}
.facebook{
    background:#3b5998;
    color:#fff;
}
.facebook:hover{
    background:#2e4881;
}
.twitter{
    background:#1DA1F2;
    color:#fff;
}
.twitter:hover{
    background:#1189d6;
}
.whatsapp{
    background:#25D366;
    color:#fff;
}
.whatsapp:hover{
    background:#1fb458;
}
.copy{
    background:#fff;
    color:#222;
    border:1px solid #ddd;
}

.copy:hover{
    background:#f5f5f5;
}
.youmight-section{
    margin-top: 60px;
    h3{
        font-size: 30px;
        margin-bottom: 15px;
        color: #000626;
        text-align: center;
    }
    .inner {
        display: flex;
        flex-direction: row;
        padding: 30px;
        gap:30px;
        background: #fff;
        border-radius: 16px;
        margin-top: 15px;
        @media (max-width: 767px) {
           flex-direction: column;
           padding: 15px;
        }
        .image {
            flex: 1;
            text-align: center;
            img {
                width: 90%;
            }
        }
        .quize-list {
            flex: 1;
            overflow: auto;
            max-height: 500px;
            padding-right: 20px;
            li {
                background: #fff;
                border-radius: 14px;
                border: 1.5px solid #e5e7eb;
                padding: 10px 15px;
                margin-bottom: 10px;
                @media (max-width: 767px) {
                    padding: 20px 15px;
                }
                h3 {
                    font-size: 18px;
                    margin-bottom: 5px;
                    color: #000626;
                    font-weight: 600;
                    text-align: left;
                    line-height: 28px;
                    @media (max-width: 767px) {
                        text-align: center;
                        margin-bottom: 5px;
                    }
                }
                p{
                    font-size: 14px;
                    color: #000933;
                    line-height: 1.6;
                    font-weight: 400;
                    display: -webkit-box;
                    -webkit-line-clamp: 2;
                    -webkit-box-orient: vertical;
                    overflow: hidden;
                    @media (max-width: 767px) {
                        margin-bottom: 5px;
                    }
                }
                a{
                    background: #F14770;
                    color: #fff;
                    padding: 5px 20px;
                    border-radius: 8px;
                    font-size: 14px;
                    font-weight: 500;
                    display: inline-block;
                    transition: background 0.3s ease;
                    margin-top: 15px;
                    @media (max-width: 767px) {
                        margin: auto;
                        display: table;
                    }
                    &:hover{
                        background: #c0153d;
                        transition: 0.3s;
                    }
                }
            }
        }
    }
}
.quiz-paidcard{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 7px;
    border-radius: 16px;
    background: #fff;
    margin-bottom: 30px;
    @media (min-width: 768px){
        display: none !important;
    }
    .inner{
        background: #fff8f0;
        border-radius: 12px;
        border: 1px solid #e5e5e5;
        padding: 15px;
        h2{
            font-size: 8vw;
            margin-bottom: 10px;
        }
        p{
            font-size: 14px;
            line-height: 24px;
            margin-bottom: 15px;
        }
        a.btn{
            background: #008458;
            color: #fff;
            padding: 10px 20px;
            border-radius: 8px;
            font-size: 16px;
            font-weight: 500;
            transition: background 0.3s ease;
            margin-bottom: 10px;
            display: inline-block;
            &:hover{
                background: #006b46;
                transition: 0.3s;
            }
            @media (max-width: 767px){
                margin: 0px auto 10px;
                display: table;
            }
        }
    }
}