/* ============================================
   PEA PAGE STYLES - Overflow fix for mobile
   ============================================ */
html, body {
    overflow-x: hidden;
    max-width: 100vw;
}

/* PEA Benefits Bento Grid */
.pea-bento-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
    margin-bottom: 2rem;
}

@media (max-width: 991.98px) {
    .pea-bento-grid {
        grid-template-columns: 1fr;
    }
}

.pea-benefit-card {
    background: rgba(74, 85, 104, 0.1);
    color: rgba(255, 255, 255, 0.8);
    border-radius: 1.25rem;
    padding: 2rem 1.5rem 1.5rem 1.5rem;
    box-shadow: 0 4px 24px rgba(0,0,0,0.08);
    font-family: 'Inter', Arial, sans-serif;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-height: 220px;
    transition: box-shadow 0.2s, transform 0.2s;
}

.pea-benefit-card:hover {
    box-shadow: 0 8px 32px rgba(242, 242, 247, 0.12);
    transform: translateY(-4px) scale(1.02);
}

.pea-benefit-card .benefit-icon {
    font-size: 2.2rem;
    color: rgb(205, 199, 216);
    margin-bottom: 1rem;
}

.pea-benefit-card h5,
.pea-benefit-card p {
    color: #f7fafc;
    font-family: 'Inter', Arial, sans-serif;
}

.pea-benefit-card h5 {
    font-weight: 700;
    margin-bottom: 0.5rem;
    font-size: 1.15rem;
}

.pea-benefit-card p {
    font-size: 1rem;
    opacity: 0.92;
}
.pea-hero {
            background: url('assets/uploads/cdot/pea-hero.jpg') center/cover no-repeat;
            min-height: 100vh;
            display: flex;
            align-items: center;
            position: relative;
            overflow: hidden;
        }
        
        @media (max-width: 991.98px) {
            .pea-hero {
                min-height: auto;
                padding: 120px 15px 60px;
            }
            
            .pea-hero .glass-panel {
                padding: 1.5rem !important;
                background-color: rgba(10, 10, 10, 0.6) !important;
                backdrop-filter: none !important;
                -webkit-backdrop-filter: none !important;
            }
            
            .pea-title {
                font-size: 2rem !important;
            }
            
            .pea-subtitle {
                font-size: 1rem !important;
            }
            
            .floating-elements {
                display: none;
            }
        }
        
        /* Glass panel dark overlay style (no blur) */
        .pea-hero .glass-panel {
            background-color: rgba(10, 10, 10, 0.6);
            backdrop-filter: none;
            -webkit-backdrop-filter: none;
        }
        
        .pea-hero::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: transparent;
            z-index: 1;
        }
        
/* Hero custom image removed — reverted to background version */
        
        .pea-hero .container {
            position: relative;
            z-index: 2;
        }
        
        .pea-title {
            font-size: 4.5rem;
            font-weight: 700;
            color: white;
            text-shadow: 2px 2px 10px rgba(0,0,0,0.3);
            margin-bottom: 2rem;
            line-height: 1.1;
        }
        
        .pea-subtitle {
            font-size: 1.5rem;
            color: rgba(255,255,255,0.9);
            margin-bottom: 3rem;
            font-weight: 400;
        }
        
        .launch-btn {
            background: linear-gradient(45deg, #FF6B00, #FF8533);
            border: none;
            color: white;
            padding: 15px 40px;
            font-size: 1.2rem;
            font-weight: 600;
            border-radius: 50px;
            transition: all 0.3s ease;
            box-shadow: 0 8px 25px rgba(255, 107, 0, 0.3);
        }
        
        .launch-btn:hover {
            background: linear-gradient(45deg, #E55A00, #FF6B00);
            transform: translateY(-3px);
            box-shadow: 0 12px 35px rgba(255, 107, 0, 0.4);
            color: white;
        }
        
        .pea-features {
            /* padding: 120px 0; */
            background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
        }
        
        .feature-card {
            background: white;
            border-radius: 20px;
            padding: 50px 40px;
            box-shadow: 0 15px 50px rgba(0,0,0,0.08);
            transition: all 0.3s ease;
            border: none;
            height: 100%;
            position: relative;
            overflow: hidden;
        }
        
        .feature-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 5px;
            background: linear-gradient(45deg, #FF6B00, #FF8533);
            transform: scaleX(0);
            transition: all 0.3s ease;
        }
        
        .feature-card:hover::before {
            transform: scaleX(1);
        }
        
        .feature-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 25px 60px rgba(0,0,0,0.15);
        }
        
        .feature-icon {
            width: 80px;
            height: 80px;
            background: linear-gradient(45deg, #FF6B00, #FF8533);
            border-radius: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 2rem;
            color: white;
            margin-bottom: 30px;
        }
        
        .feature-image {
            width: 100%;
            height: 200px;
            margin-bottom: 30px;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
        }
        
        .feature-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.3s ease;
        }
        
        .feature-card:hover .feature-image img {
            transform: scale(1.05);
        }
        
        .pea-benefits {
            padding: 0;
            padding-top: 0;
            background: #1a1d25;
            color: white;
        }

        /* Ensure the Why Choose PEA row lays out side-by-side on large screens even if other CSS overwrites .row */
        @media (min-width: 992px) {
            .pea-benefits .row {
                display: flex !important;
                flex-wrap: nowrap !important;
                align-items: center !important;
            }
        }
        
        .benefit-item {
            display: flex;
            align-items: center;
            margin-bottom: 30px;
            padding: 25px;
            background: rgba(255,255,255,0.05);
            border-radius: 15px;
            transition: all 0.3s ease;
            border-left: 4px solid #FF6B00;
        }
        
        .benefit-item:hover {
            background: rgba(255,255,255,0.1);
            transform: translateX(10px);
        }
        
        .benefit-icon {
            width: 60px;
            height: 60px;
            background: linear-gradient(45deg, #FF6B00, #FF8533);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 25px;
            font-size: 1.5rem;
            flex-shrink: 0;
        }
        
        .pea-stats {
            padding: 100px 0;
            background: white;
        }
        
        .stat-card {
            text-align: center;
            padding: 40px 20px;
            transition: all 0.3s ease;
        }
        
        .stat-number {
            font-size: 3.5rem;
            font-weight: 700;
            color: #FF6B00;
            margin-bottom: 15px;
            display: block;
        }
        
        .stat-label {
            font-size: 1.2rem;
            color: #6c757d;
            font-weight: 500;
        }
        
        .pea-cta {
                    padding: 120px 0;
                    background: linear-gradient(135deg, #FF6B00, #FF8533);
                    color: white;
                    text-align: center;
        }

        /* Two column CTA with left image and right text (white bg, dark text) */
        .pea-cta-two {
            background: #ffffff !important;
            color: #1a1d25 !important;
            padding: 80px 0;
        }
        .pea-cta-two .pea-cta-image { flex: 0 0 30%; max-width: 30%; }
        .pea-cta-two .pea-cta-content { flex: 0 0 70%; max-width: 70%; }
        .pea-cta-two .pea-cta-image--img { width: 100%; height: auto; object-fit: cover; border: none !important; box-shadow: none !important; border-radius: 0 !important; }
        .pea-cta-two h2, .pea-cta-two p { color: #1a1d25 !important; }
        .pea-cta-two .text-dark-90 { color: rgba(26,29,37,0.92); }
        .pea-cta-two .btn-primary { background: linear-gradient(135deg, #007bff 0%, #0056b3 100%); border-color: #0056b3; }
        .pea-cta-two .btn-outline-primary { color: #0056b3; border-color: #0056b3; }
        @media (max-width: 991.98px) {
            .pea-cta-two .pea-cta-image, .pea-cta-two .pea-cta-content { max-width: 100%; flex-basis: auto; }
            .pea-cta-two .pea-cta-image { margin-bottom: 1.25rem; text-align: center; }
            .pea-cta-two .pea-cta-content .d-flex { flex-direction: column; align-items: center; justify-content: center !important; }
            .pea-cta-two .pea-cta-content .btn { width: 100%; max-width: 300px; }
        }
        
        .floating-elements {
            position: absolute;
            width: 100%;
            height: 100%;
            overflow: hidden;
            pointer-events: none;
                z-index: 1; /* Place below glass-panel */
                mask-image: linear-gradient(to bottom, transparent 0%, black 20%, black 80%, transparent 100%);
                -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 20%, black 80%, transparent 100%);
            }
        
        .floating-element {
            position: absolute;
            opacity: 0.1;
            animation: float 6s ease-in-out infinite;
        }
        
        .floating-element:nth-child(1) {
            top: 20%;
            left: 10%;
            animation-delay: 0s;
        }
        
        .floating-element:nth-child(2) {
            top: 60%;
            right: 15%;
            animation-delay: 2s;
        }
        
        .floating-element:nth-child(3) {
            bottom: 20%;
            left: 20%;
            animation-delay: 4s;
        }
        
        @keyframes float {
            0%, 100% { transform: translateY(0px) rotate(0deg); }
            50% { transform: translateY(-20px) rotate(5deg); }
        }        @media (max-width: 768px) {
            .pea-title {
                font-size: 3rem;
            }
            
            .pea-subtitle {
                font-size: 1.2rem;
                color: white;
            }
            
            .benefit-item {
                padding: 20px;
                margin-bottom: 20px;
                    color: #fff !important;
                }
        }        /* Styles for Tap Into a New Income Source section */
        .income-source {
            position: relative;
            overflow: hidden;
        }
        
        .income-source::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(135deg, rgba(255, 107, 0, 0.05), rgba(255, 107, 0, 0.1));
            z-index: 1;
        }
        
        .income-source .container {
            position: relative;
            z-index: 2;
        }
        
        .section-icon {
            display: inline-block;
            animation: pulse 2s infinite;
        }
        
        @keyframes pulse {
            0% { transform: scale(1); }
            50% { transform: scale(1.05); }
            100% { transform: scale(1); }
        }
        
        .asset-display {
            border: 1px solid rgba(0,0,0,0.05);
            transition: all 0.3s ease;
        }
        
        .asset-display:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 40px rgba(0,0,0,0.1) !important;
        }
        
        .trend-indicator {
            font-size: 0.8rem;
            line-height: 1.2;
        }
        
        .chart-container {
            margin: 20px 0;
        }
        
        .chart-line path {
            filter: drop-shadow(0 2px 4px rgba(139, 92, 246, 0.2));
        }
        
        .feature-item {
            border: 1px solid rgba(0,0,0,0.05);
            transition: all 0.3s ease;
        }
        
        .feature-item:hover {
            transform: translateY(-3px);
            box-shadow: 0 10px 30px rgba(0,0,0,0.1) !important;
            border-color: rgba(0,0,0,0.1);
        }
        
        .feature-icon {
            transition: transform 0.3s ease;
        }
        
        .feature-item:hover .feature-icon {
            transform: scale(1.1);
        }
        
        .features-grid {
            padding-left: 2rem;
        }
        
        /* Mobile: Remove left padding on features-grid */
        @media (max-width: 767.98px) {
            .features-grid {
                padding-left: 0 !important;
                padding-right: 0 !important;
            }
        }
          /* Styles for Secure Position and Access Level sections */
        .secure-position {
            position: relative;
        }
        
        .position-content {
            padding-right: 2rem;
        }
        
        .feature-item {
            transition: all 0.3s ease;
        }
        
        .feature-item:hover {
            transform: translateX(10px);
        }
        
        .feature-dot {
            flex-shrink: 0;
        }
        
        .position-image img {
            transition: transform 0.3s ease;
        }
        
        .position-image:hover img {
            transform: scale(1.02);
        }
        
        .access-level {
            position: relative;
        }
        
        .access-card {
            transition: all 0.3s ease;
            border: 1px solid rgba(0,0,0,0.1);
        }
        
        .access-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 40px rgba(0,0,0,0.1) !important;
            border-color: rgba(0,123,255,0.3);
        }
        
        .access-card.border-primary {
            position: relative;
            overflow: hidden;
        }
        
        .access-card.border-primary::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(45deg, #007bff, #0056b3);
        }
        
        .icon-circle {
            transition: all 0.3s ease;
        }
        
        .access-card:hover .icon-circle {
            transform: scale(1.1);
            box-shadow: 0 8px 20px rgba(0,0,0,0.1);
        }
        
        .access-features ul li {
            transition: all 0.3s ease;
        }
        
        .access-card:hover .access-features ul li {
            color: #495057;
        }
        
        @media (max-width: 991px) {
            .position-content {
                padding-right: 0;
                margin-bottom: 3rem;
            }
            
            .access-card {
                margin-bottom: 1rem;
            }
        }

        /* Pricing Cards Styles from Membership Page */
        .pricing-card {
            background: white;
            border-radius: 20px;
            padding: 40px 30px;
            box-shadow: 0 15px 50px rgba(0,0,0,0.08);
            transition: all 0.3s ease;
            border: 2px solid transparent;
            position: relative;
            height: 100%;
        }
        
        .pricing-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 25px 60px rgba(0,0,0,0.15);
        }
        
        .pricing-card.featured {
            border-color: #6f42c1;
            background: #1a1d25;
            color: white;
        }
        
        .pricing-card.featured::before {
            content: 'Most Popular';
            position: absolute;
            top: -15px;
            left: 50%;
            transform: translateX(-50%);
            background: #6f42c1;
            color: white;
            padding: 8px 20px;
            border-radius: 20px;
            font-size: 0.9rem;
            font-weight: bold;
        }
        
        .price-amount {
            font-size: 2rem;
            font-weight: bold;
            color: #1a1a1a;
            margin-bottom: 10px;
        }
        
        .pricing-card.featured .price-amount {
            color: white;
        }
        
        .price-period {
            color: #666;
            font-size: 1.1rem;
            margin-bottom: 30px;
        }
        
        .pricing-card.featured .price-period {
            color: #ccc;
        }
        
        .features-included {
            list-style: none;
            padding: 0;
            margin-bottom: 40px;
        }
        
        .features-included li {
            padding: 8px 0;
            display: flex;
            align-items: flex-start;
            gap: 10px;
            border-bottom: 1px solid rgba(0,0,0,0.05);
            font-size: 0.9rem;
        }
        
        .pricing-card.featured .features-included li {
                    border-bottom-color: rgba(255,255,255,0.1);
                    color: white;
                }
        .premium-card .features-included li {
                    border-bottom-color: rgba(255,255,255,0.08);
                    color: white;
                }
        
        .feature-icon {
            width: 20px;
            height: 20px;
            border-radius: 50%;
            background: #28a745;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 0.8rem;
            flex-shrink: 0;
            margin-top: 2px;
        }

        /* Store Owner Section Styles */
        .store-owner-section {
            position: relative;
            overflow: hidden;
        }

        .store-owner-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: 
                radial-gradient(circle at 20% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
                radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
            pointer-events: none;
        }

        .store-owner-form {
            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.2);
            position: relative;
            z-index: 2;
        }

        .store-owner-form::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(255, 255, 255, 0.95);
            border-radius: 1rem;
            z-index: -1;
        }

        .form-control:focus, .form-select:focus {
            border-color: #667eea;
            box-shadow: 0 0 0 0.2rem rgba(102, 126, 234, 0.25);
        }

        .trust-indicators .trust-icon {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 50px;
            height: 50px;
            background: rgba(255, 255, 255, 0.1);
            border-radius: 12px;
            backdrop-filter: blur(5px);
            -webkit-backdrop-filter: blur(5px);
        }

        .testimonial-mini {
            backdrop-filter: blur(5px);
            -webkit-backdrop-filter: blur(5px);
            border: 1px solid rgba(255, 255, 255, 0.1);
        }

        .btn-primary {
            background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
            border: none;
            transition: all 0.3s ease;
        }

        .btn-primary:hover {
            background: linear-gradient(135deg, #0056b3 0%, #007bff 100%);
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);
        }

        .btn-learn-more {
            background: transparent;
            border: 2px solid #fff !important;
            color: #fff !important;
            transition: all 0.3s ease;
        }
        .btn-learn-more:hover {
            background: #fff;
            color: #007bff !important;
            border: 2px solid #fff !important;
        }

        @media (max-width: 991px) {
            .store-owner-section .col-lg-6:first-child {
                margin-bottom: 2rem;
                text-align: center;
            }
            
            .trust-indicators {
                justify-content: center;
            }
            
            .trust-indicators .d-flex {
                justify-content: center;
                text-align: left;
                max-width: 300px;
                margin: 0 auto 1rem;
            }
        }

/* The Role of PEAs in Product Growth Section */
.pea-role-section {
    background: #1a1d25; /* requested background color */
    color: #fff;
    padding: 80px 0;
}
.pea-role-row {
    display: flex;
    gap: 2rem;
    align-items: center;
}
.pea-role-image {
    flex: 0 0 40%;
    max-width: 40%;
}
.pea-role-content {
    flex: 0 0 60%;
    max-width: 60%;
}
.pea-role-image--img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important; /* remove rounding unless specifically wanted */
}
.pea-role-section h2, .pea-role-section h3, .pea-role-section p, .pea-role-section li {
    color: #fff !important;
}
.pea-role-section .text-white-90 { color: rgba(255,255,255,0.92); }

@media (max-width: 991.98px) {
    .pea-role-row { flex-direction: column; }
    .pea-role-image, .pea-role-content { max-width: 100%; flex-basis: auto; }
    .pea-role-image { margin-bottom: 1.25rem; }
}

/* Earning Model styles (matching Role section) */
.pea-earning-section {
    background: #ffffff; /* updated to white background */
    color: #1a1d25; /* dark text */
    padding: 80px 0;
}
.pea-earning-row { display: flex; gap: 2rem; align-items: center; }
.pea-earning-image { flex: 0 0 30%; max-width: 30%; }
.pea-earning-content { flex: 0 0 70%; max-width: 70%; }
.pea-earning-image--img { width: 100%; height: auto; object-fit: cover; border: none !important; box-shadow: none !important; border-radius: 0 !important; }
.pea-earning-section h2, .pea-earning-section h3, .pea-earning-section p, .pea-earning-section li { color: #1a1d25 !important; }
.pea-earning-section .text-dark-90 { color: rgba(26,29,37,0.92); }
@media (max-width: 991.98px) {
    .pea-earning-row { flex-direction: column; }
    .pea-earning-image, .pea-earning-content { max-width: 100%; flex-basis: auto; }
    .pea-earning-image { margin-bottom: 1.25rem; }
}