/* ================================================
   NEW PROP FIRM — SEO PAGE STYLES
   All classes namespaced .npf-* to avoid collision
   ================================================ */

/* ---------- Hero ---------- */
.npf-hero {
    position: relative;
    z-index: 2;
    background: linear-gradient(180deg, #0f0924 0%, #0a0a1a 100%);
    padding: 140px 24px 80px;  /* top pad accounts for navbar + ribbon */
    text-align: center;
    overflow: hidden;
}

.npf-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 80% 50% at 50% 0%, rgba(91,76,255,0.18) 0%, transparent 70%),
        radial-gradient(ellipse 60% 40% at 20% 80%, rgba(91,76,255,0.08) 0%, transparent 60%);
    pointer-events: none;
}

.npf-hero-inner {
    position: relative;
    z-index: 1;
    max-width: 860px;
    margin: 0 auto;
}

.npf-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(91,76,255,0.12);
    border: 1px solid rgba(91,76,255,0.3);
    border-radius: 30px;
    padding: 8px 20px;
    font-size: 0.82rem;
    font-weight: 600;
    color: #a78bfa;
    letter-spacing: 0.5px;
    margin-bottom: 28px;
}

.npf-badge svg {
    flex-shrink: 0;
}

.npf-h1 {
    font-size: 2.55rem;
    font-weight: 800;
    line-height: 1.2;
    color: #FFFFFF;
    margin-bottom: 24px;
    letter-spacing: -0.3px;
}

.npf-intro {
    font-size: 1.05rem;
    color: var(--text-color);
    opacity: 0.75;
    line-height: 1.75;
    max-width: 720px;
    margin: 0 auto 36px;
}

.npf-hero-ctas {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}

/* ---------- Shared Section Styles ---------- */
.npf-section {
    position: relative;
    z-index: 2;
    padding: 90px 24px;
}

.npf-section:nth-child(even) {
    background: #0a0a1a;
}
.npf-section:nth-child(odd) {
    background: linear-gradient(180deg, #0f0924 0%, #0a0a1a 100%);
}

.npf-container {
    max-width: 1100px;
    margin: 0 auto;
}

.npf-h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 16px;
    letter-spacing: -0.2px;
}

.npf-section-lead {
    text-align: center;
    color: var(--text-color);
    opacity: 0.7;
    font-size: 1rem;
    line-height: 1.7;
    max-width: 700px;
    margin: 0 auto 48px;
}

/* ---------- Why Traders Choose — 6-card grid ---------- */
.npf-reasons-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.npf-reason-card {
    background: rgba(45,27,105,0.25);
    border: 1px solid rgba(91,76,255,0.15);
    border-radius: 16px;
    padding: 32px 24px;
    transition: border-color 0.3s ease, transform 0.3s ease;
}

.npf-reason-card:hover {
    border-color: rgba(91,76,255,0.4);
    transform: translateY(-4px);
}

.npf-reason-icon {
    width: 56px;
    height: 56px;
    background: rgba(91,76,255,0.1);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.npf-reason-card h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.npf-reason-card p {
    font-size: 0.9rem;
    color: var(--text-color);
    opacity: 0.7;
    line-height: 1.6;
}

/* ---------- Evaluation Models — 4 cards in a row ---------- */
.npf-models-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin-bottom: 40px;
}

.npf-model-card {
    background: rgba(45,27,105,0.25);
    border: 1px solid rgba(91,76,255,0.15);
    border-radius: 16px;
    padding: 28px 20px 24px;
    position: relative;
    transition: border-color 0.3s ease, transform 0.3s ease;
    display: flex;
    flex-direction: column;
}

.npf-model-card:hover {
    border-color: rgba(91,76,255,0.4);
    transform: translateY(-4px);
}

/* The "Most Popular" card gets a brighter border */
.npf-model-standard {
    border-color: rgba(91,76,255,0.45);
}

.npf-model-tag {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: #a78bfa;
    background: rgba(91,76,255,0.12);
    border-radius: 20px;
    padding: 4px 12px;
    margin-bottom: 16px;
    width: fit-content;
}

.npf-tag-popular {
    background: rgba(91,76,255,0.25);
    color: #fff;
}

.npf-tag-instant {
    background: rgba(255,87,34,0.15);
    color: #ff8a65;
}

.npf-model-card h3 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.npf-model-card p {
    font-size: 0.88rem;
    color: var(--text-color);
    opacity: 0.7;
    line-height: 1.6;
    flex: 1;
}

.npf-model-link {
    display: inline-block;
    margin-top: 16px;
    font-size: 0.85rem;
    font-weight: 600;
    color: #a78bfa;
    text-decoration: none;
    transition: color 0.2s ease;
}

.npf-model-link:hover {
    color: #5B4CFF;
}

/* Refund note below models */
.npf-refund-note {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    background: rgba(91,76,255,0.08);
    border: 1px solid rgba(91,76,255,0.2);
    border-radius: 12px;
    padding: 18px 22px;
    font-size: 0.9rem;
    color: var(--text-color);
    opacity: 0.85;
    line-height: 1.6;
}

.npf-refund-note svg {
    flex-shrink: 0;
    margin-top: 2px;
}

/* ---------- Trading Rules ---------- */
.npf-rules-grid {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 760px;
    margin: 0 auto 40px;
}

.npf-rule-item {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    background: rgba(45,27,105,0.2);
    border: 1px solid rgba(91,76,255,0.12);
    border-radius: 14px;
    padding: 22px 24px;
    transition: border-color 0.3s ease;
}

.npf-rule-item:hover {
    border-color: rgba(91,76,255,0.3);
}

.npf-rule-check {
    width: 40px;
    height: 40px;
    min-width: 40px;
    background: rgba(91,76,255,0.12);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.npf-rule-text h4 {
    font-size: 1rem;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 6px;
}

.npf-rule-text p {
    font-size: 0.88rem;
    color: var(--text-color);
    opacity: 0.65;
    line-height: 1.55;
}

/* Rules CTA link */
.npf-rules-cta {
    text-align: center;
}

.npf-rules-cta p {
    color: var(--text-color);
    opacity: 0.6;
    font-size: 0.92rem;
    margin-bottom: 14px;
}

.npf-link-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #a78bfa;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    padding: 10px 22px;
    border: 1px solid rgba(91,76,255,0.3);
    border-radius: 30px;
    transition: all 0.3s ease;
}

.npf-link-btn:hover {
    background: rgba(91,76,255,0.1);
    border-color: rgba(91,76,255,0.5);
    color: #fff;
}

/* ---------- Launch Offer ---------- */
.npf-launch-card {
    max-width: 680px;
    margin: 0 auto;
    text-align: center;
    background: linear-gradient(135deg, rgba(45,27,105,0.4) 0%, rgba(91,76,255,0.12) 100%);
    border: 1px solid rgba(91,76,255,0.3);
    border-radius: 24px;
    padding: 56px 40px 48px;
    position: relative;
    overflow: hidden;
}

.npf-launch-card::before {
    content: '';
    position: absolute;
    top: -60px;
    right: -60px;
    width: 220px;
    height: 220px;
    background: radial-gradient(circle, rgba(91,76,255,0.15) 0%, transparent 70%);
    pointer-events: none;
}

.npf-launch-badge {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: #ff8a65;
    background: rgba(255,87,34,0.12);
    border: 1px solid rgba(255,87,34,0.25);
    border-radius: 20px;
    padding: 5px 16px;
    margin-bottom: 20px;
}

.npf-launch-title {
    margin-bottom: 24px;
}

.npf-discount-wrap {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 6px;
    margin-bottom: 22px;
}

.npf-discount-number {
    font-size: 4.5rem;
    font-weight: 900;
    color: #5B4CFF;
    line-height: 1;
    letter-spacing: -3px;
}

.npf-discount-label {
    font-size: 2rem;
    font-weight: 800;
    color: #a78bfa;
    letter-spacing: 2px;
}

.npf-launch-desc {
    font-size: 0.95rem;
    color: var(--text-color);
    opacity: 0.7;
    line-height: 1.7;
    max-width: 500px;
    margin: 0 auto 32px;
}

.npf-launch-btn {
    font-size: 1rem !important;
    padding: 14px 34px !important;
}

/* ---------- Start Trading ---------- */
.npf-start-inner {
    text-align: center;
    max-width: 780px;
    margin: 0 auto;
}

.npf-start-title {
    margin-bottom: 18px;
}

.npf-start-desc {
    font-size: 1rem;
    color: var(--text-color);
    opacity: 0.7;
    line-height: 1.75;
    margin-bottom: 36px;
}

.npf-start-ctas {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}

/* Accent variant for the third CTA */
.npf-btn-accent {
    background: linear-gradient(135deg, #FF5722, #ff7043) !important;
}
.npf-btn-accent:hover {
    background: linear-gradient(135deg, #e64a19, #ff5722) !important;
}

/* ================================================
   RESPONSIVE
   ================================================ */

/* Tablet */
@media (max-width: 900px) {
    .npf-reasons-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .npf-models-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile */
@media (max-width: 600px) {
    .npf-hero {
        padding: 120px 20px 60px;
    }

    .npf-h1 {
        font-size: 1.75rem;
    }

    .npf-intro {
        font-size: 0.95rem;
    }

    .npf-section {
        padding: 64px 20px;
    }

    .npf-h2 {
        font-size: 1.55rem;
    }

    .npf-reasons-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .npf-models-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .npf-launch-card {
        padding: 40px 24px 36px;
    }

    .npf-discount-number {
        font-size: 3.2rem;
    }

    .npf-discount-label {
        font-size: 1.5rem;
    }

    .npf-start-ctas {
        flex-direction: column;
        align-items: center;
    }

    .npf-hero-ctas {
        flex-direction: column;
        align-items: center;
    }
}
