.payment-info-box .cta-button-secondary {
    padding: 5px 10px;
    font-size: 0.8em;
    margin: 0 10px;
}
/* --- Prop Challenge Registration Page Styles --- */
.prop-registration-section .form-step {
    display: none;
    animation: fadeIn 0.5s;
}
.prop-registration-section .form-step.active {
    display: block;
}
.prop-registration-section .form-group {
    margin-bottom: 25px;
    text-align: left;
}
html[dir="rtl"] .prop-registration-section .form-group {
    text-align: right;
}
.prop-registration-section label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
}
.prop-registration-section input[type="text"],
.prop-registration-section input[type="email"],
.prop-registration-section input[type="tel"] {
    width: 100%;
    padding: 12px 15px;
    border-radius: 8px;
    border: 1px solid var(--border-color-medium);
    background-color: rgba(10, 16, 31, 0.7);
    color: var(--primary-text-color);
    font-size: 1em;
    box-sizing: border-box;
}
.prop-registration-section input:focus {
    outline: none;
    border-color: var(--highlight-color);
    box-shadow: 0 0 0 3px rgba(var(--highlight-color-rgb), 0.3);
}
.prop-registration-section .terms-agreement {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 25px;
}
.prop-registration-section .terms-agreement label {
    margin-bottom: 0;
    font-weight: normal;
}
.prop-registration-section .form-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}
.prop-registration-section .payment-info-box {
    background-color: var(--card-bg-color-transparent);
    padding: 25px;
    border-radius: 12px;
    margin-bottom: 25px;
    border: 1px solid var(--border-color-soft);
    text-align: center;
}
.prop-registration-section .payment-info-box p {
    word-break: break-all;
}
.prop-registration-section #paymentQrCode canvas,
.prop-registration-section #paymentQrCode img {
    display: block;
    margin: 15px auto;
    border: 4px solid var(--border-color-soft);
    border-radius: 8px;
    background-color: white;
    padding: 8px;
}
.prop-registration-section .confirmation-message {
    background-color: rgba(74, 222, 128, 0.1);
    border: 1px solid rgba(74, 222, 128, 0.3);
    padding: 25px;
    border-radius: 12px;
    text-align: center;
}
.prop-registration-section .confirmation-message ul {
    list-style: none;
    padding: 0;
    margin: 15px 0;
}
.prop-registration-section .error-message-validation {
    color: #ef4444;
    font-size: 0.9em;
    margin-top: 5px;
    text-align: left;
}
html[dir="rtl"] .prop-registration-section .error-message-validation {
    text-align: right;
}
/* --- Pricing Page Specific Styles --- */
.with-bg-image {
    background-image: url('../images/site-bg.jpg'); /* Ensure you have a background image */
    background-size: cover;
    background-attachment: fixed;
}

.pricing-hero .lead-text, .prop-challenge-hero .lead-text {
    font-size: 1.2em;
    line-height: 1.8;
    color: var(--secondary-text-color);
    max-width: 800px;
    margin: 10px auto 30px auto;
}

.section-divider {
    border: none;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--border-color-medium), transparent);
    margin: 20px auto;
    width: 90%;
}

.plan-card {
    padding: 35px 30px;
    border-radius: 16px;
    background-color: var(--card-bg-color);
    border: 1px solid var(--border-color-soft);
    box-shadow: 0 8px 25px rgba(0,0,0,0.25);
}

.plan-card h2, .plan-card h3, .plan-card h4 {
    margin-top: 0;
    color: #fff;
}

.plan-card h2 i, .plan-card h3 i, .plan-card h4 i {
    color: var(--highlight-color);
    margin-right: 10px;
}

html[dir="rtl"] .plan-card h2 i, html[dir="rtl"] .plan-card h3 i, html[dir="rtl"] .plan-card h4 i {
    margin-right: 0;
    margin-left: 10px;
}

.plan-card .price-display {
    margin: 20px 0;
    font-size: 1.5em;
    font-weight: bold;
}

.price-display .original-price {
    color: var(--secondary-text-color);
    margin-right: 15px;
    font-size: 0.8em;
}

.price-display .discounted-price {
    color: var(--highlight-hover-color);
    font-size: 1.2em;
}

.plan-card .feature-list-columns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 20px;
    list-style: none;
    padding: 0;
    margin-top: 20px;
    text-align: left;
}
html[dir="rtl"] .plan-card .feature-list-columns {
    text-align: right;
}

.plan-card .feature-list-columns li {
    color: var(--secondary-text-color);
}
.plan-card .feature-list-columns li i {
    color: var(--highlight-color);
    margin-right: 8px;
}
html[dir="rtl"] .plan-card .feature-list-columns li i {
    margin-left: 8px;
    margin-right: 0;
}

.plan-card .steps-list {
    text-align: left;
    max-width: 500px;
    margin: 15px auto 0 auto;
}
html[dir="rtl"] .plan-card .steps-list {
    text-align: right;
}

.rewards-grid, .investment-plans-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    margin: 30px 0;
}

.reward-item, .investment-plan-item {
    background-color: var(--card-bg-color-transparent);
    padding: 25px;
    border-radius: 12px;
}

.investment-plan-item ul {
    list-style: none;
    padding: 0;
    margin-top: 15px;
}
.investment-plan-item li {
    margin-bottom: 10px;
}
.risk-note {
    font-size: 0.9em;
    opacity: 0.8;
}

.prop-features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    margin: 30px 0;
}

@media (max-width: 768px) {
    .plan-card .feature-list-columns,
    .rewards-grid,
    .investment-plans-grid,
    .prop-features-grid {
        grid-template-columns: 1fr;
    }
}
/* ========================================= */
/* === PAGE-SPECIFIC STYLES === */
/* ========================================= */

/* --- Pricing Page Styles --- */
.pricing-hero .lead-text, .prop-challenge-hero .lead-text {
    font-size: 1.2em;
    line-height: 1.8;
    color: var(--secondary-text-color);
    max-width: 700px;
    margin: 0 auto 30px auto;
}
.trial-section .plan-action, .vip-section .plan-action, .prop-firm-section .plan-action, .investment-section .plan-action {
    margin-top: 30px;
    margin-bottom: 20px;
}
.trial-section .feature-list, .vip-section .feature-list-columns {
    list-style: none;
    padding: 0;
    margin: 20px auto 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.vip-section .price-display {
    margin: 20px 0;
}
.section-divider {
    border: none;
    height: 1px;
    background: var(--border-color-medium);
    margin: 40px auto;
    width: 80%;
}

/* --- Prop Challenge Page Styles --- */
.prop-challenge-hero .hero-icon {
    font-size: 4em;
    color: var(--highlight-color);
    margin-bottom: 20px;
    filter: drop-shadow(0 0 10px rgba(var(--highlight-color-rgb), 0.5));
}

/* --- Prop Challenge Application Page Styles --- */
.prop-challenge-hero .feature-logo {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
}

.prop-challenge-hero h1 span {
    color: var(--highlight-color);
}

.oanda-broker-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 25px;
    background-color: rgba(var(--highlight-color-rgb), 0.05);
    border: 1px solid rgba(var(--highlight-color-rgb), 0.2);
    border-radius: 16px;
}

.oanda-broker-info .oanda-icon {
    font-size: 2.5em;
    color: var(--highlight-color);
    margin-bottom: 15px;
}

.prop-challenge-offers h2 {
    text-align: center;
    margin-bottom: 40px;
}
.prop-challenge-offers h2 i {
    color: #ffc107;
}

.offering-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.offering-item.prop-challenge-plan {
    display: flex;
    flex-direction: column;
    background-color: var(--card-bg-color);
    border: 1px solid var(--border-color-soft);
    border-radius: 16px;
    padding: 25px;
}

.prop-challenge-plan .plan-header {
    text-align: center;
    margin-bottom: 20px;
}

.prop-challenge-plan .plan-price {
    font-size: 1.4em;
    margin-top: 10px;
}

.prop-challenge-plan .plan-features {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
    flex-grow: 1;
}
.prop-challenge-plan .plan-features li {
    margin-bottom: 12px;
    color: var(--secondary-text-color);
    display: flex;
    align-items: center;
}
.prop-challenge-plan .plan-features li i {
    margin-right: 10px;
    color: var(--highlight-color);
    min-width: 20px;
}
html[dir="rtl"] .prop-challenge-plan .plan-features li i {
    margin-left: 10px;
    margin-right: 0;
}

.prop-challenge-plan .cta-button-special {
    display: block;
    text-align: center;
}

.conditions-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.condition-item {
    display: flex;
    align-items: center;
    gap: 15px;
    background: var(--card-bg-color-transparent);
    padding: 20px;
    border-radius: 12px;
}
.condition-icon i {
    font-size: 1.8em;
}

/* Responsive */
@media (max-width: 992px) {
    .offering-grid {
        grid-template-columns: 1fr;
    }
}
.challenge-details-box {
    background-color: var(--card-bg-color);
    backdrop-filter: blur(10px);
    padding: 30px 35px;
    border-radius: 16px;
    margin-top: 2rem;
    border: 1px solid var(--border-color-soft);
    box-shadow: 0 8px 25px rgba(0,0,0,0.25);
}
.challenge-details-box h3 {
    color: var(--highlight-hover-color);
    font-size: 1.8em;
    margin-bottom: 25px;
    text-align: center;
    font-weight: 600;
}
.challenge-details-box ul {
    max-width: 500px;
}
.challenge-details-box ul li {
    background-color: rgba(var(--primary-bg-color-rgb, 10, 16, 31), 0.3);
    border-radius: 8px;
    transition: background-color 0.3s ease, transform 0.3s ease;
}
.challenge-details-box ul li:hover {
    background-color: rgba(var(--highlight-color-rgb), 0.1);
}
.price-highlight {
    color: #ffc107;
    font-weight: bold;
}

/* --- Contact Card (About Page) --- */
.contact-card {
    background-color: rgba(10, 20, 35, 0.4);
    border: 1px solid var(--border-color-soft);
    border-radius: 12px;
    padding: 30px 35px;
    max-width: 700px;
    margin: 30px auto 0 auto;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 20px;
    font-size: 1.05em;
    color: #cdd6e5;
    line-height: 1.7;
}

.contact-item:last-child {
    margin-bottom: 0;
}

.contact-item i.fas {
    font-size: 1.2em;
    color: #007bff;
    width: 25px;
    text-align: center;
    margin-top: 4px;
}

.contact-item a {
    color: #58a6ff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-item a:hover {
    color: #80bfff;
}

.contact-item strong {
    color: #e5e7eb;
    margin-right: 8px;
}