/**
 * YearRoundRunning Partners Program Styles
 * Matching website color scheme and design
 */

/* Global Container */
.yrr-partners-container {
    font-family: 'Rajdhani', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #17131b;
    color: #f1ebe7;
    padding: 40px 30px;
    max-width: 1200px;
    margin: 0 auto;
}

/* ==================== LANDING PAGE ==================== */

/* Hero Section */
.yrr-partners-hero {
    text-align: center;
    padding: 60px 20px;
    background: linear-gradient(135deg, #16361c 0%, #2a4a2e 100%);
    border-radius: 15px;
    border: 3px solid #d0ee88;
    margin-bottom: 40px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.yrr-partners-hero h1 {
    font-family: 'League Spartan', 'Rajdhani', sans-serif;
    font-size: 3rem;
    font-weight: 800;
    color: #d0ee88 !important;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.yrr-partners-hero-subtitle {
    font-size: 1.3rem;
    color: #f1ebe7;
    margin: 0 0 30px 0;
    font-weight: 500;
    line-height: 1.6;
}

/* Introduction Section */
.yrr-partners-intro {
    background: #f1ebe7;
    border-radius: 12px;
    padding: 40px;
    margin-bottom: 40px;
    border: 2px solid #d0ee88;
    color: #17131b;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

.yrr-partners-intro h2 {
    font-family: 'League Spartan', 'Rajdhani', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: #16361c;
    margin: 0 0 25px 0;
    text-align: center;
    text-transform: uppercase;
}

.yrr-partners-intro p {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #17131b;
}

.yrr-partners-intro p:last-child {
    margin-bottom: 0;
}

/* Benefits Section */
.yrr-partners-benefits {
    background: rgba(22, 54, 28, 0.3);
    border: 2px solid #d0ee88;
    border-radius: 12px;
    padding: 40px;
    margin-bottom: 40px;
}

.yrr-partners-benefits h2 {
    font-family: 'League Spartan', 'Rajdhani', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: #d0ee88;
    margin: 0 0 30px 0;
    text-align: center;
    text-transform: uppercase;
}

.yrr-benefits-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    margin-bottom: 30px;
}

.yrr-benefit-card {
    background: linear-gradient(135deg, #f1ebe7 0%, #e8e3df 100%);
    border-radius: 10px;
    padding: 25px;
    border: 2px solid #d0ee88;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.yrr-benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(208, 238, 136, 0.3);
    border-color: #16361c;
}

.yrr-benefit-icon {
    font-size: 2.5rem;
    color: #16361c;
    margin-bottom: 15px;
    display: block;
    text-align: center;
}

.yrr-benefit-card h3 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #16361c;
    margin: 0 0 12px 0;
    text-align: center;
}

.yrr-benefit-card p {
    font-size: 1rem;
    color: #17131b;
    line-height: 1.6;
    margin: 0;
    text-align: center;
}

.yrr-benefit-highlight {
    font-size: 1.4rem;
    font-weight: 800;
    color: #16361c;
    display: block;
    margin-top: 8px;
}

/* Requirements Section */
.yrr-partners-requirements {
    background: #f1ebe7;
    border-radius: 12px;
    padding: 40px;
    margin-bottom: 40px;
    border: 2px solid #d0ee88;
    color: #17131b;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

.yrr-partners-requirements h2 {
    font-family: 'League Spartan', 'Rajdhani', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: #16361c;
    margin: 0 0 25px 0;
    text-align: center;
    text-transform: uppercase;
}

.yrr-requirements-list {
    list-style: none;
    padding: 0;
    margin: 0;
    max-width: 700px;
    margin: 0 auto;
}

.yrr-requirements-list li {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 15px;
    padding-left: 35px;
    position: relative;
    color: #17131b;
}

.yrr-requirements-list li:before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #16361c;
    font-weight: 800;
    font-size: 1.4rem;
}

.yrr-requirement-highlight {
    font-weight: 700;
    color: #16361c;
}

/* CTA Section */
.yrr-partners-cta {
    text-align: center;
    padding: 50px 20px;
    background: linear-gradient(135deg, #d0ee88 0%, #b8d870 100%);
    border-radius: 15px;
    margin-bottom: 40px;
    border: 3px solid #16361c;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.yrr-partners-cta h2 {
    font-family: 'League Spartan', 'Rajdhani', sans-serif;
    font-size: 2.2rem;
    font-weight: 800;
    color: #17131b;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}

.yrr-partners-cta p {
    font-size: 1.2rem;
    color: #17131b;
    margin-bottom: 30px;
    font-weight: 600;
}

.yrr-signup-btn {
    display: inline-block;
    padding: 20px 50px;
    background: #16361c;
    color: #d0ee88;
    text-decoration: none;
    border-radius: 10px;
    font-size: 1.4rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    border: 3px solid #16361c;
    transition: all 0.3s ease;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(22, 54, 28, 0.4);
}

.yrr-signup-btn:hover {
    background: #17131b;
    color: #d0ee88;
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(22, 54, 28, 0.5);
    text-decoration: none;
}

.yrr-signup-note {
    font-size: 0.9rem;
    color: #17131b;
    margin-top: 20px;
    font-style: italic;
    opacity: 0.9;
}

/* ==================== APPLICATION PAGE ==================== */

.yrr-application-container {
    max-width: 800px;
    margin: 0 auto;
}

.yrr-application-header {
    text-align: center;
    padding: 40px 20px;
    background: linear-gradient(135deg, #16361c 0%, #2a4a2e 100%);
    border-radius: 15px;
    border: 3px solid #d0ee88;
    margin-bottom: 40px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.yrr-application-header h1 {
    font-family: 'League Spartan', 'Rajdhani', sans-serif;
    font-size: 2.5rem;
    font-weight: 800;
    color: #d0ee88 !important;
    margin: 0 0 15px 0;
    text-transform: uppercase;
}

.yrr-application-header p {
    font-size: 1.1rem;
    color: #f1ebe7;
    margin: 0;
    line-height: 1.6;
}

/* Application Form */
.yrr-application-form {
    background: #f1ebe7;
    border-radius: 12px;
    padding: 40px;
    border: 2px solid #d0ee88;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

.yrr-form-section {
    margin-bottom: 35px;
}

.yrr-form-section h2 {
    font-family: 'League Spartan', 'Rajdhani', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #16361c;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    border-bottom: 2px solid #d0ee88;
    padding-bottom: 10px;
}

.yrr-form-group {
    margin-bottom: 20px;
}

.yrr-form-group label {
    display: block;
    font-size: 1rem;
    font-weight: 600;
    color: #17131b;
    margin-bottom: 8px;
}

.yrr-form-required {
    color: #c91923;
    margin-left: 3px;
}

.yrr-form-group input[type="text"],
.yrr-form-group input[type="email"],
.yrr-form-group input[type="url"],
.yrr-form-group textarea,
.yrr-form-group select {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #d0ee88;
    border-radius: 8px;
    font-size: 1rem;
    font-family: 'Rajdhani', sans-serif;
    background: #ffffff;
    color: #17131b;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.yrr-form-group input[type="text"]:focus,
.yrr-form-group input[type="email"]:focus,
.yrr-form-group input[type="url"]:focus,
.yrr-form-group textarea:focus,
.yrr-form-group select:focus {
    outline: none;
    border-color: #16361c;
    box-shadow: 0 0 0 3px rgba(22, 54, 28, 0.1);
}

.yrr-form-group textarea {
    min-height: 120px;
    resize: vertical;
}

.yrr-form-help {
    font-size: 0.9rem;
    color: #666;
    margin-top: 5px;
    font-style: italic;
}

/* Checkbox Group */
.yrr-checkbox-group {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.yrr-checkbox-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.yrr-checkbox-item input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-top: 2px;
    cursor: pointer;
    accent-color: #16361c;
    flex-shrink: 0;
}

.yrr-checkbox-item label {
    font-size: 1rem;
    color: #17131b;
    cursor: pointer;
    margin: 0;
}

/* Submit Button */
.yrr-submit-section {
    text-align: center;
    padding-top: 30px;
    border-top: 2px solid #d0ee88;
    margin-top: 30px;
}

.yrr-submit-btn {
    padding: 18px 60px;
    background: linear-gradient(135deg, #d0ee88 0%, #b8d870 100%);
    color: #17131b;
    border: 3px solid #16361c;
    border-radius: 10px;
    font-size: 1.3rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(208, 238, 136, 0.4);
    font-family: 'League Spartan', 'Rajdhani', sans-serif;
}

.yrr-submit-btn:hover:not(:disabled) {
    background: linear-gradient(135deg, #16361c 0%, #2a4a2e 100%);
    color: #d0ee88;
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(22, 54, 28, 0.4);
}

.yrr-submit-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

/* Messages */
.yrr-message {
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 25px;
    font-size: 1.1rem;
    font-weight: 600;
    text-align: center;
}

.yrr-message-success {
    background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);
    color: #ffffff;
    border: 2px solid #11998e;
}

.yrr-message-error {
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
    color: #ffffff;
    border: 2px solid #c0392b;
}

/* Loading State */
.yrr-loading {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 3px solid rgba(22, 54, 28, 0.3);
    border-top: 3px solid #16361c;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-left: 10px;
    vertical-align: middle;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* ==================== RESPONSIVE DESIGN ==================== */

@media (max-width: 768px) {
    .yrr-partners-container {
        padding: 20px 20px;
    }
    
    .yrr-partners-hero {
        padding: 40px 20px;
    }
    
    .yrr-partners-hero h1 {
        font-size: 2rem;
        letter-spacing: 1px;
    }
    
    .yrr-partners-hero-subtitle {
        font-size: 1.1rem;
    }
    
    .yrr-partners-intro,
    .yrr-partners-requirements,
    .yrr-application-form {
        padding: 25px 20px;
    }
    
    .yrr-partners-intro h2 {
        font-size: 1.6rem;
        color: #16361c !important;
    }
    
    .yrr-partners-requirements h2 {
        font-size: 1.6rem;
        color: #16361c !important;
    }
    
    .yrr-partners-benefits h2,
    .yrr-application-header h1 {
        font-size: 1.6rem;
        color: #d0ee88 !important;
    }
    
    .yrr-partners-benefits {
        padding: 25px 20px;
    }
    
    .yrr-benefits-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .yrr-benefit-card {
        padding: 20px;
    }
    
    .yrr-partners-cta {
        padding: 35px 20px;
    }
    
    .yrr-partners-cta h2 {
        font-size: 1.7rem;
    }
    
    .yrr-signup-btn {
        padding: 16px 35px;
        font-size: 1.2rem;
    }
    
    .yrr-submit-btn {
        padding: 16px 40px;
        font-size: 1.1rem;
        width: 100%;
    }
    
    .yrr-application-header {
        padding: 30px 20px;
    }
}

@media (max-width: 480px) {
    .yrr-partners-hero h1 {
        font-size: 1.7rem;
        color: #d0ee88 !important;
    }
    
    .yrr-benefits-grid {
        grid-template-columns: 1fr;
    }
    
    .yrr-partners-hero-subtitle {
        font-size: 1rem;
    }
    
    .yrr-partners-intro h2,
    .yrr-partners-requirements h2 {
        color: #16361c !important;
    }
    
    .yrr-partners-intro p,
    .yrr-requirements-list li {
        font-size: 1rem;
    }
    
    .yrr-benefit-card h3 {
        font-size: 1.1rem;
    }
    
    .yrr-benefit-card p {
        font-size: 0.95rem;
    }
    
    .yrr-signup-btn {
        padding: 14px 30px;
        font-size: 1.1rem;
    }
    
    .yrr-form-group input[type="text"],
    .yrr-form-group input[type="email"],
    .yrr-form-group input[type="url"],
    .yrr-form-group textarea,
    .yrr-form-group select {
        font-size: 16px; /* Prevents zoom on iOS */
    }
}

/* ==================== PARTNER DASHBOARD ==================== */

/* Dashboard Container */
.yrr-dashboard-container {
    max-width: 1000px;
    margin: 0 auto;
}

/* Dashboard Header */
.yrr-dashboard-header {
    text-align: center;
    padding: 40px 20px;
    background: linear-gradient(135deg, #16361c 0%, #2a4a2e 100%);
    border-radius: 15px;
    border: 3px solid #d0ee88;
    margin-bottom: 40px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.yrr-dashboard-header h1 {
    font-family: 'League Spartan', 'Rajdhani', sans-serif;
    font-size: 2.5rem;
    font-weight: 800;
    color: #d0ee88 !important;
    margin: 0 0 15px 0;
    text-transform: uppercase;
}

.yrr-dashboard-welcome {
    font-size: 1.2rem;
    color: #f1ebe7;
    margin: 0;
}

/* Stats Grid */
.yrr-stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 30px;
}

.yrr-stat-card {
    background: linear-gradient(135deg, #f1ebe7 0%, #e8e3df 100%);
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    border: 2px solid #d0ee88;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.yrr-stat-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(208, 238, 136, 0.3);
}

.yrr-stat-icon {
    font-size: 2rem;
    margin-bottom: 10px;
}

.yrr-stat-value {
    font-size: 2rem;
    font-weight: 800;
    color: #16361c;
    margin-bottom: 8px;
    font-family: 'League Spartan', 'Rajdhani', sans-serif;
}

.yrr-stat-label {
    font-size: 0.9rem;
    color: #17131b;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.yrr-stat-note {
    font-size: 0.9rem;
    color: #666;
    margin-top: 10px;
    font-style: italic;
}

/* Codes Section */
.yrr-codes-section {
    margin-bottom: 40px;
}

.yrr-codes-section h2 {
    font-family: 'League Spartan', 'Rajdhani', sans-serif;
    font-size: 1.7rem;
    font-weight: 700;
    color: #d0ee88;
    margin: 0 0 20px 0;
    text-align: center;
    text-transform: uppercase;
}

.yrr-codes-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.yrr-code-card {
    background: #f1ebe7;
    border-radius: 10px;
    padding: 20px;
    border: 2px solid #d0ee88;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

.yrr-code-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
}

.yrr-code-header h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #16361c;
    margin: 0;
}

.yrr-code-badge {
    background: rgba(22, 54, 28, 0.1);
    color: #16361c;
    padding: 3px 8px;
    border-radius: 10px;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    white-space: nowrap;
}

.yrr-code-display {
    background: #ffffff;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 12px;
    border: 1px solid #d0ee88;
}

.yrr-code-label {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 10px;
    font-weight: 600;
}

.yrr-code-value {
    display: flex;
    align-items: center;
    gap: 10px;
}

.yrr-code {
    font-family: 'Courier New', monospace;
    font-size: 1.1rem;
    font-weight: 700;
    color: #16361c;
    background: #f1ebe7;
    padding: 6px 12px;
    border-radius: 6px;
    letter-spacing: 1px;
}

.yrr-code-pending {
    font-style: italic;
    color: #999;
}

.yrr-copy-btn {
    background: #d0ee88;
    border: none;
    padding: 8px 12px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 1.2rem;
    transition: all 0.3s ease;
}

.yrr-copy-btn:hover {
    background: #16361c;
    transform: scale(1.1);
}

.yrr-code-description {
    font-size: 0.85rem;
    color: #17131b;
    line-height: 1.5;
}

/* How It Works Section */
.yrr-how-it-works {
    background: rgba(22, 54, 28, 0.3);
    border: 2px solid #d0ee88;
    border-radius: 12px;
    padding: 40px;
    margin-bottom: 40px;
}

.yrr-how-it-works h2 {
    font-family: 'League Spartan', 'Rajdhani', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: #d0ee88;
    margin: 0 0 30px 0;
    text-align: center;
    text-transform: uppercase;
}

.yrr-steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}

.yrr-step-card {
    background: linear-gradient(135deg, #f1ebe7 0%, #e8e3df 100%);
    border-radius: 10px;
    padding: 25px;
    text-align: center;
    border: 2px solid #d0ee88;
}

.yrr-step-number {
    width: 50px;
    height: 50px;
    background: #16361c;
    color: #d0ee88;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 800;
    margin: 0 auto 15px;
    font-family: 'League Spartan', 'Rajdhani', sans-serif;
}

.yrr-step-card h3 {
    font-size: 1.2rem;
    color: #16361c;
    margin: 0 0 10px 0;
    font-weight: 700;
}

.yrr-step-card p {
    font-size: 0.95rem;
    color: #17131b;
    line-height: 1.6;
    margin: 0;
}

.yrr-step-card p a {
    color: #16361c;
    font-weight: 600;
    text-decoration: underline;
}

.yrr-step-card p a:hover {
    color: #d0ee88;
    text-decoration: underline;
}

/* Help Section */
.yrr-help-section {
    text-align: center;
    padding: 30px;
    background: #f1ebe7;
    border-radius: 12px;
    border: 2px solid #d0ee88;
}

.yrr-help-section h3 {
    font-size: 1.3rem;
    color: #16361c;
    margin: 0 0 15px 0;
    font-weight: 700;
}

.yrr-help-section p {
    font-size: 1rem;
    color: #17131b;
    margin: 0;
}

.yrr-help-section a {
    color: #16361c;
    font-weight: 700;
    text-decoration: underline;
}

/* Pending Application Status */
.yrr-dashboard-pending {
    text-align: center;
    padding: 60px 40px;
    background: #f1ebe7;
    border-radius: 15px;
    border: 2px solid #d0ee88;
    max-width: 600px;
    margin: 0 auto;
}

.yrr-pending-icon {
    font-size: 4rem;
    margin-bottom: 20px;
}

.yrr-dashboard-pending h1 {
    font-family: 'League Spartan', 'Rajdhani', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: #16361c;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}

.yrr-pending-message {
    font-size: 1.1rem;
    color: #17131b;
    line-height: 1.8;
    margin-bottom: 25px;
}

.yrr-pending-details {
    background: rgba(22, 54, 28, 0.1);
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
    color: #17131b;
}

.yrr-pending-note {
    font-size: 0.95rem;
    color: #666;
    font-style: italic;
    margin: 0;
}

/* Rejected Application Status */
.yrr-dashboard-rejected {
    text-align: center;
    padding: 60px 40px;
    background: #f1ebe7;
    border-radius: 15px;
    border: 2px solid #e74c3c;
    max-width: 600px;
    margin: 0 auto;
}

.yrr-rejected-icon {
    font-size: 4rem;
    margin-bottom: 20px;
}

.yrr-dashboard-rejected h1 {
    font-family: 'League Spartan', 'Rajdhani', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: #e74c3c;
    margin: 0 0 20px 0;
}

.yrr-rejected-message {
    font-size: 1.1rem;
    color: #17131b;
    line-height: 1.8;
    margin-bottom: 25px;
}

.yrr-rejection-reason {
    background: rgba(231, 76, 60, 0.1);
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
    text-align: left;
    border: 1px solid #e74c3c;
}

.yrr-rejection-reason strong {
    color: #e74c3c;
    display: block;
    margin-bottom: 10px;
}

.yrr-rejection-reason p {
    color: #17131b;
    margin: 0;
}

.yrr-rejected-note {
    font-size: 0.95rem;
    color: #666;
    font-style: italic;
    margin: 0;
}

/* CTA to Become Partner */
.yrr-dashboard-cta {
    max-width: 800px;
    margin: 0 auto;
}

.yrr-cta-hero {
    text-align: center;
    padding: 50px 20px;
    background: linear-gradient(135deg, #16361c 0%, #2a4a2e 100%);
    border-radius: 15px;
    border: 3px solid #d0ee88;
    margin-bottom: 40px;
}

.yrr-cta-hero h1 {
    font-family: 'League Spartan', 'Rajdhani', sans-serif;
    font-size: 2.5rem;
    font-weight: 800;
    color: #d0ee88 !important;
    margin: 0 0 15px 0;
}

.yrr-cta-subtitle {
    font-size: 1.2rem;
    color: #f1ebe7;
    margin: 0;
}

.yrr-cta-benefits {
    background: #f1ebe7;
    border-radius: 12px;
    padding: 40px;
    margin-bottom: 40px;
    border: 2px solid #d0ee88;
}

.yrr-cta-benefits h2 {
    font-family: 'League Spartan', 'Rajdhani', sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: #16361c;
    margin: 0 0 30px 0;
    text-align: center;
    text-transform: uppercase;
}

.yrr-benefits-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.yrr-benefit-item {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.yrr-benefit-icon {
    font-size: 2.5rem;
    flex-shrink: 0;
}

.yrr-benefit-item h3 {
    font-size: 1.2rem;
    color: #16361c;
    margin: 0 0 8px 0;
    font-weight: 700;
}

.yrr-benefit-item p {
    font-size: 1rem;
    color: #17131b;
    line-height: 1.6;
    margin: 0;
}

.yrr-cta-action {
    text-align: center;
    padding: 50px 20px;
    background: linear-gradient(135deg, #d0ee88 0%, #b8d870 100%);
    border-radius: 15px;
    border: 3px solid #16361c;
}

.yrr-cta-action h2 {
    font-family: 'League Spartan', 'Rajdhani', sans-serif;
    font-size: 2rem;
    font-weight: 800;
    color: #17131b;
    margin: 0 0 15px 0;
    text-transform: uppercase;
}

.yrr-cta-action p {
    font-size: 1.1rem;
    color: #17131b;
    margin-bottom: 25px;
    font-weight: 600;
}

.yrr-cta-button {
    display: inline-block;
    padding: 18px 50px;
    background: #16361c;
    color: #d0ee88;
    text-decoration: none;
    border-radius: 10px;
    font-size: 1.3rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    border: 3px solid #16361c;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(22, 54, 28, 0.4);
}

.yrr-cta-button:hover {
    background: #17131b;
    color: #d0ee88;
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(22, 54, 28, 0.5);
    text-decoration: none;
}

.yrr-cta-note {
    font-size: 0.9rem;
    color: #17131b;
    margin-top: 20px;
    font-style: italic;
}

/* Responsive Dashboard */
@media (max-width: 768px) {
    .yrr-dashboard-header h1 {
        font-size: 2rem;
        color: #d0ee88 !important;
    }
    
    .yrr-stats-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
    }
    
    .yrr-stat-card {
        padding: 15px;
    }
    
    .yrr-stat-icon {
        font-size: 1.5rem;
        margin-bottom: 8px;
    }
    
    .yrr-stat-value {
        font-size: 1.5rem;
    }
    
    .yrr-stat-label {
        font-size: 0.8rem;
    }
    
    .yrr-codes-grid {
        grid-template-columns: 1fr;
    }
    
    .yrr-steps-grid {
        grid-template-columns: 1fr;
    }
    
    .yrr-benefit-item {
        flex-direction: column;
        text-align: center;
    }
    
    .yrr-cta-hero h1 {
        font-size: 2rem;
    }
    
    .yrr-cta-button {
        padding: 16px 35px;
        font-size: 1.1rem;
    }
}

@media (max-width: 480px) {
    .yrr-dashboard-header {
        padding: 30px 15px;
    }
    
    .yrr-dashboard-header h1 {
        color: #d0ee88 !important;
    }
    
    .yrr-application-header h1 {
        color: #d0ee88 !important;
    }
    
    .yrr-stats-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }
    
    .yrr-stat-card {
        padding: 12px;
    }
    
    .yrr-stat-icon {
        font-size: 1.3rem;
        margin-bottom: 6px;
    }
    
    .yrr-stat-value {
        font-size: 1.3rem;
    }
    
    .yrr-stat-label {
        font-size: 0.75rem;
    }
    
    .yrr-codes-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .yrr-code-card {
        padding: 15px;
    }
    
    .yrr-code-header h3 {
        font-size: 1rem;
    }
    
    .yrr-code {
        font-size: 1rem;
    }
}

/* ==================== PLAN GENERATOR INTRO ==================== */

.yrr-plan-generator-intro {
    margin-top: 40px;
}

.yrr-plan-generator-intro h3 {
    font-family: 'League Spartan', 'Rajdhani', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #16361c;
    margin: 30px 0 20px 0;
    text-align: left;
}

.yrr-premium-features {
    margin: 25px 0;
}

.yrr-feature-item {
    background: rgba(22, 54, 28, 0.1);
    border-left: 4px solid #d0ee88;
    padding: 15px 20px;
    margin-bottom: 15px;
    border-radius: 5px;
    line-height: 1.7;
}

.yrr-feature-item strong {
    color: #16361c;
    font-weight: 700;
}

.yrr-intro-note {
    background: rgba(208, 238, 136, 0.2);
    border: 2px solid #d0ee88;
    padding: 20px;
    border-radius: 8px;
    margin-top: 25px;
    font-weight: 600;
}

.yrr-plan-generator-link {
    color: #16361c;
    font-weight: 700;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.yrr-plan-generator-link:hover {
    color: #d0ee88;
    text-decoration: underline;
}

/* ==================== TERMS SECTION ==================== */

.yrr-terms-section {
    background: rgba(22, 54, 28, 0.15);
    border: 2px solid #d0ee88;
    border-radius: 12px;
    padding: 30px;
    margin-top: 40px;
}

.yrr-terms-toggle {
    background: #16361c;
    color: #d0ee88;
    border: 2px solid #d0ee88;
    border-radius: 8px;
    padding: 15px 20px;
    width: 100%;
    text-align: left;
    font-family: 'League Spartan', 'Rajdhani', sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.yrr-terms-toggle:hover {
    background: #2a4a2e;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(208, 238, 136, 0.3);
}

.yrr-terms-toggle-text {
    flex: 1;
}

.yrr-terms-toggle-icon {
    font-size: 1rem;
    transition: transform 0.3s ease;
}

.yrr-terms-section-dashboard {
    background: rgba(22, 54, 28, 0.5);
    border: 2px solid #d0ee88;
    border-radius: 12px;
    padding: 30px;
    margin: 40px 0;
}

.yrr-terms-section-dashboard .yrr-terms-content {
    margin: 25px 0;
}

.yrr-terms-section-dashboard .yrr-term-item {
    background: rgba(241, 235, 231, 0.95);
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    border-left: 4px solid #16361c;
}

.yrr-terms-section-dashboard .yrr-term-item h4 {
    color: #16361c;
}

.yrr-terms-section-dashboard .yrr-term-item p {
    color: #17131b;
}

.yrr-terms-section-dashboard .yrr-term-item ul {
    color: #17131b;
}

.yrr-terms-section-dashboard .yrr-term-item li {
    color: #17131b;
    line-height: 1.7;
}

.yrr-terms-content {
    margin: 25px 0;
}

.yrr-term-item {
    background: rgba(241, 235, 231, 0.5);
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    border-left: 4px solid #16361c;
}

.yrr-term-item h4 {
    font-family: 'Rajdhani', sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    color: #16361c;
    margin: 0 0 10px 0;
}

.yrr-term-item p {
    color: #17131b;
    line-height: 1.7;
    margin: 0;
    font-size: 1rem;
}

.yrr-term-item ul {
    color: #17131b;
}

.yrr-term-item li {
    color: #17131b;
    line-height: 1.7;
}

.yrr-term-item strong {
    color: #16361c;
    font-weight: 700;
}

/* ==================== TIMER SECTION ==================== */

.yrr-timer-section {
    margin: 40px 0;
}

.yrr-timer-section h2 {
    font-family: 'League Spartan', 'Rajdhani', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: #d0ee88;
    margin: 0 0 25px 0;
    text-align: center;
    text-transform: uppercase;
}

.yrr-timer-card {
    background: linear-gradient(135deg, #16361c 0%, #2a4a2e 100%);
    border: 3px solid #d0ee88;
    border-radius: 15px;
    padding: 40px;
    text-align: center;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.yrr-timer-label {
    font-size: 1.2rem;
    color: #f1ebe7;
    margin-bottom: 20px;
    font-weight: 600;
}

.yrr-timer-display {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 10px;
    margin: 25px 0;
}

.yrr-timer-days {
    font-family: 'League Spartan', 'Rajdhani', sans-serif;
    font-size: 4rem;
    font-weight: 800;
    color: #d0ee88;
    line-height: 1;
}

.yrr-timer-text {
    font-size: 1.5rem;
    color: #f1ebe7;
    font-weight: 600;
}

.yrr-timer-note {
    font-size: 1rem;
    color: #f1ebe7;
    margin-top: 20px;
}

@media (max-width: 768px) {
    .yrr-timer-card {
        padding: 30px 20px;
    }
    
    .yrr-timer-days {
        font-size: 3rem;
    }
    
    .yrr-timer-text {
        font-size: 1.2rem;
    }
}

@media (max-width: 768px) {
    .yrr-premium-features {
        margin: 20px 0;
    }
    
    .yrr-feature-item {
        padding: 12px 15px;
        font-size: 0.95rem;
    }
    
    .yrr-terms-section {
        padding: 20px;
    }
    
    .yrr-term-item {
        padding: 15px;
    }
    
    .yrr-term-item h4 {
        font-size: 1.1rem;
    }
}

/* ==================== POST LINKS SECTION ==================== */

.yrr-posts-section {
    background: rgba(22, 54, 28, 0.3);
    border: 2px solid #d0ee88;
    border-radius: 12px;
    padding: 30px;
    margin: 40px 0;
}

.yrr-posts-section h2 {
    font-family: 'League Spartan', 'Rajdhani', sans-serif;
    font-size: 1.7rem;
    font-weight: 700;
    color: #d0ee88 !important;
    margin: 0 0 20px 0;
    text-align: center;
    text-transform: uppercase;
}

.yrr-posts-intro {
    color: #f1ebe7;
    line-height: 1.7;
    margin-bottom: 25px;
    font-size: 1rem;
}

.yrr-post-link-form {
    background: rgba(241, 235, 231, 0.1);
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 30px;
}

.yrr-post-link-form .yrr-form-group {
    margin-bottom: 20px;
}

.yrr-post-link-form label {
    display: block;
    color: #d0ee88;
    font-weight: 600;
    margin-bottom: 8px;
}

.yrr-post-link-form input[type="url"],
.yrr-post-link-form textarea {
    width: 100%;
    padding: 12px;
    border: 2px solid #d0ee88;
    border-radius: 6px;
    background: rgba(241, 235, 231, 0.9);
    color: #17131b;
    font-family: 'Rajdhani', sans-serif;
    font-size: 1rem;
}

.yrr-post-link-form input[type="url"]:focus,
.yrr-post-link-form textarea:focus {
    outline: none;
    border-color: #16361c;
    background: #f1ebe7;
}

.yrr-submit-post-btn {
    background: #d0ee88;
    color: #16361c;
    border: none;
    padding: 14px 30px;
    font-size: 1.1rem;
    font-weight: 700;
    font-family: 'Rajdhani', sans-serif;
    text-transform: uppercase;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 16px rgba(208, 238, 136, 0.3);
}

.yrr-submit-post-btn:hover {
    background: #17131b;
    color: #d0ee88;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(208, 238, 136, 0.5);
}

.yrr-submit-post-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

.yrr-post-status {
    margin-top: 15px;
    min-height: 20px;
}

.yrr-submitted-posts h3 {
    font-family: 'League Spartan', 'Rajdhani', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #d0ee88;
    margin: 30px 0 20px 0;
}

.yrr-posts-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.yrr-post-item {
    background: rgba(241, 235, 231, 0.15);
    border: 1px solid #d0ee88;
    border-radius: 8px;
    padding: 15px;
}

.yrr-post-link {
    color: #d0ee88;
    font-weight: 600;
    text-decoration: none;
    word-break: break-all;
    display: block;
    margin-bottom: 8px;
}

.yrr-post-link:hover {
    text-decoration: underline;
}

.yrr-post-description {
    color: #f1ebe7;
    font-size: 0.95rem;
    margin: 8px 0;
    line-height: 1.5;
}

.yrr-post-date {
    color: #999;
    font-size: 0.85rem;
    display: block;
    margin-top: 8px;
}

@media (max-width: 768px) {
    .yrr-posts-section {
        padding: 20px;
    }
    
    .yrr-post-link-form {
        padding: 15px;
    }
}

/* ==================== SUCCESS POPUP ==================== */

.yrr-success-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(23, 19, 27, 0.95);
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.yrr-success-popup-overlay.yrr-popup-visible {
    opacity: 1;
    visibility: visible;
}

.yrr-success-popup {
    background: linear-gradient(135deg, #16361c 0%, #2a4a2e 100%);
    border: 3px solid #d0ee88;
    border-radius: 15px;
    padding: 50px 40px;
    max-width: 500px;
    width: 90%;
    text-align: center;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
    transform: scale(0.9);
    transition: transform 0.3s ease;
}

.yrr-popup-visible .yrr-success-popup {
    transform: scale(1);
}

.yrr-success-popup-icon {
    width: 80px;
    height: 80px;
    background: #d0ee88;
    color: #16361c;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    font-weight: bold;
    margin: 0 auto 25px;
    box-shadow: 0 4px 16px rgba(208, 238, 136, 0.3);
}

.yrr-success-popup h2 {
    font-family: 'League Spartan', 'Rajdhani', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: #d0ee88;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.yrr-success-popup p {
    font-size: 1.1rem;
    color: #f1ebe7;
    line-height: 1.6;
    margin: 0 0 15px 0;
}

.yrr-popup-subtext {
    font-size: 1rem;
    color: #d0ee88;
    font-style: italic;
    margin-top: 25px !important;
}

.yrr-popup-button {
    background: #d0ee88;
    color: #16361c;
    border: none;
    padding: 16px 40px;
    font-size: 1.2rem;
    font-weight: 700;
    font-family: 'Rajdhani', sans-serif;
    text-transform: uppercase;
    border-radius: 8px;
    cursor: pointer;
    margin-top: 25px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 16px rgba(208, 238, 136, 0.3);
}

.yrr-popup-button:hover {
    background: #17131b;
    color: #d0ee88;
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(208, 238, 136, 0.5);
}

@media (max-width: 480px) {
    .yrr-success-popup {
        padding: 40px 25px;
    }
    
    .yrr-success-popup-icon {
        width: 60px;
        height: 60px;
        font-size: 2.5rem;
    }
    
    .yrr-success-popup h2 {
        font-size: 1.5rem;
    }
    
    .yrr-success-popup p {
        font-size: 1rem;
    }
    
    .yrr-popup-button {
        padding: 14px 30px;
        font-size: 1rem;
    }
}

