.why-join-hero {
    padding: 80px 0;
    background: linear-gradient(135deg, rgba(7, 11, 40, 0.95) 0%, rgba(26, 26, 46, 0.95) 100%);
    position: relative;
    overflow: hidden;
}

.why-join-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../images/home/h5.jpg');
    background-size: cover;
    background-position: center;
    opacity: 0.2;
    z-index: -1;
}

.why-join-hero .section-heading {
    position: relative;
    z-index: 2;
}

.why-join-hero .subtitle {
    color: #00a2ff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.why-join-hero .title {
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}

.why-join-hero .text {
    font-size: 18px;
    color: #d1d5db;
    line-height: 1.7;
    max-width: 800px;
    margin: 0 auto;
}

/* For Players Section */
.for-players-section {
    padding: 100px 0;
  
    position: relative;
    overflow: hidden;
}

.for-players-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../images/game-play/2.png');
    background-size: cover;
    background-position: center;
    opacity: 0.1;
    z-index: -1;
}

.for-players-section .section-heading {
    margin-bottom: 60px;
    position: relative;
    z-index: 2;
}

.for-players-section .subtitle {
    color: #00a2ff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.for-players-section .title {
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0;
}

.benefit-card {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    padding: 40px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    height: 100%;
    backdrop-filter: blur(10px);
    margin-bottom: 30px;
}

.benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 162, 255, 0.15);
    border-color: rgba(0, 162, 255, 0.3);
}

.benefit-icon {
    text-align: center;
    margin-bottom: 25px;
}

.benefit-icon i {
    font-size: 48px;
    color: #00a2ff;
    text-shadow: 0 0 20px rgba(0, 162, 255, 0.5);
}

.benefit-card h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
}

.benefit-card p {
    color: #d1d5db;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
    text-align: center;
}

.benefit-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.benefit-list li {
    color: #d1d5db;
    font-size: 14px;
    margin-bottom: 8px;
    padding-left: 20px;
    position: relative;
}

.benefit-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #00d4aa;
    font-weight: bold;
}

/* For Creators Section */
.for-creators-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    position: relative;
    overflow: hidden;
}

.for-creators-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../images/bc/game-hub.jpg');
    background-size: cover;
    background-position: center;
    opacity: 0.15;
    z-index: -1;
}

.for-creators-section .section-heading {
    margin-bottom: 60px;
    position: relative;
    z-index: 2;
}

.for-creators-section .subtitle {
    color: #00a2ff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.for-creators-section .title {
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0;
}

/* Success Stories Section */
.success-stories-section {
    padding: 100px 0;
    background: #0b122e;
    position: relative;
    overflow: hidden;
}

.success-stories-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../images/game-play/screenshot-21.jpg');
    background-size: cover;
    background-position: center;
    opacity: 0.1;
    z-index: -1;
}

.success-stories-section .section-heading {
    margin-bottom: 60px;
    position: relative;
    z-index: 2;
}

.success-stories-section .subtitle {
    color: #00a2ff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.success-stories-section .title {
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0;
}

.story-card {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    text-align: center;
    margin-bottom: 30px;
    backdrop-filter: blur(10px);
}

.story-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 162, 255, 0.15);
    border-color: rgba(0, 162, 255, 0.3);
}

.story-avatar {
    margin-bottom: 20px;
}

.story-avatar img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 3px solid #00a2ff;
    object-fit: cover;
}

.story-content h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
}

.story-role {
    color: #00a2ff;
    font-size: 14px;
    font-weight: 500;
    display: block;
    margin-bottom: 15px;
}

.story-content p {
    color: #d1d5db;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 20px;
    font-style: italic;
}

.story-achievement {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.story-achievement i {
    color: #fea036;
    font-size: 16px;
}

.story-achievement span {
    color: #9ca3af;
    font-size: 12px;
}

/* Value Proposition Section */
.value-prop-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    position: relative;
    overflow: hidden;
}

.value-prop-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../images/counter-bg.jpg');
    background-size: cover;
    background-position: center;
    opacity: 0.2;
    z-index: -1;
}

.value-prop-section .section-heading {
    margin-bottom: 60px;
    position: relative;
    z-index: 2;
}

.value-prop-section .subtitle {
    color: #00a2ff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.value-prop-section .title {
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0;
}

.value-item {
    text-align: center;
    padding: 30px 20px;
    margin-bottom: 30px;
}

.value-item .value-icon {
    margin-bottom: 20px;
}

.value-item .value-icon i {
    font-size: 48px;
    color: #00a2ff;
    text-shadow: 0 0 20px rgba(0, 162, 255, 0.5);
}

.value-item h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}

.value-item p {
    color: #d1d5db;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 0;
}

/* Comparison Table Styles */
.comparison-table {
    margin-top: 40px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
}

.comparison-table .table {
    color: #fff;
    margin-bottom: 0;
}

.comparison-table .table th {
    background: rgba(0, 162, 255, 0.1);
    color: #00a2ff;
    font-weight: 700;
    border: 1px solid rgba(0, 162, 255, 0.2);
    padding: 15px;
    text-align: center;
    font-size: 16px;
}

.comparison-table .table td {
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 15px;
    text-align: center;
    vertical-align: middle;
}

.comparison-table .table td:first-child {
    text-align: left;
    font-weight: 600;
}

.comparison-table .table td i {
    font-size: 20px;
}

.text-success {
    color: #00d4aa !important;
}

.text-danger {
    color: #ef4444 !important;
}

.text-warning {
    color: #fea036 !important;
}

/* Getting Started CTA Section */
.getting-started-cta {
    padding: 100px 0;
    background: linear-gradient(135deg, rgba(7, 11, 40, 0.95) 0%, rgba(26, 26, 46, 0.95) 100%);
    position: relative;
    overflow: hidden;
}

.getting-started-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../images/home/h5.jpg');
    background-size: cover;
    background-position: center;
    opacity: 0.15;
    z-index: -1;
}

.cta-content {
    position: relative;
    z-index: 2;
}

.cta-content h2 {
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
}

.cta-content > p {
    color: #d1d5db;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 50px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.cta-options {
    margin: 50px 0;
}

.cta-option {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    padding: 40px 30px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    text-align: center;
    backdrop-filter: blur(10px);
    margin-bottom: 30px;
}

.cta-option:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 162, 255, 0.15);
    border-color: rgba(0, 162, 255, 0.3);
}

.option-icon {
    margin-bottom: 20px;
}

.option-icon i {
    font-size: 48px;
    color: #00a2ff;
    text-shadow: 0 0 20px rgba(0, 162, 255, 0.5);
}

.cta-option h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}

.cta-option p {
    color: #d1d5db;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 25px;
}

.cta-option .mybtn1 {
    padding: 12px 30px;
    font-size: 16px;
}

.join-benefits {
    margin: 50px 0;
    text-align: center;
}

.join-benefits h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
}

.join-benefit {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px;
    margin-bottom: 20px;
}

.join-benefit i {
    font-size: 32px;
    color: #00a2ff;
    margin-bottom: 10px;
    text-shadow: 0 0 20px rgba(0, 162, 255, 0.5);
}

.join-benefit span {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.cta-footer {
    color: #9ca3af;
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 0;
}

.cta-footer a {
    color: #00a2ff;
    text-decoration: none;
}

.cta-footer a:hover {
    text-decoration: underline;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .why-join-hero,
    .for-players-section,
    .for-creators-section,
    .success-stories-section,
    .value-prop-section,
    .getting-started-cta {
        padding: 60px 0;
    }

    .why-join-hero .title,
    .for-players-section .title,
    .for-creators-section .title,
    .success-stories-section .title,
    .value-prop-section .title,
    .cta-content h2 {
        font-size: 32px;
    }

    .benefit-card,
    .story-card,
    .cta-option {
        padding: 30px 20px;
        margin-bottom: 20px;
    }

    .cta-options {
        margin: 30px 0;
    }

    .join-benefits {
        margin: 30px 0;
    }

    .join-benefit {
        margin-bottom: 15px;
    }
}

@media (max-width: 575px) {
    .why-join-hero,
    .for-players-section,
    .for-creators-section,
    .industry-impact-section,
    .success-stories-section,
    .value-prop-section,
    .comparison-section,
    .getting-started-cta {
        padding: 40px 0;
    }

    .why-join-hero .title,
    .for-players-section .title,
    .for-creators-section .title,
    .industry-impact-section .title,
    .success-stories-section .title,
    .value-prop-section .title,
    .comparison-section .title,
    .cta-content h2 {
        font-size: 28px;
        line-height: 1.3;
    }

    .benefit-card,
    .impact-card,
    .story-card,
    .cta-option {
        padding: 25px 15px;
    }

    .benefit-icon i,
    .impact-icon i,
    .option-icon i,
    .value-item .value-icon i {
        font-size: 36px;
    }

    .join-benefit i {
        font-size: 28px;
    }

    .cta-options {
        margin: 20px 0;
    }

    .join-benefits {
        margin: 20px 0;
    }
}

/* Industry Impact Section */
.industry-impact-section {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.industry-impact-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../images/game-play/1.png');
    background-size: cover;
    background-position: center;
    opacity: 0.1;
    z-index: -1;
}

.industry-impact-section .section-heading {
    margin-bottom: 60px;
    position: relative;
    z-index: 2;
}

.industry-impact-section .subtitle {
    color: #00a2ff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.industry-impact-section .title {
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}

.industry-impact-section .text {
    font-size: 18px;
    color: #d1d5db;
    line-height: 1.7;
    max-width: 800px;
    margin: 0 auto;
}

.impact-card {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    padding: 40px 30px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    text-align: center;
    margin-bottom: 30px;
    backdrop-filter: blur(10px);
    position: relative;
    z-index: 2;
}

.impact-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 162, 255, 0.15);
    border-color: rgba(0, 162, 255, 0.3);
}

.impact-icon {
    margin-bottom: 25px;
}

.impact-icon i {
    font-size: 48px;
    color: #00a2ff;
    text-shadow: 0 0 20px rgba(0, 162, 255, 0.5);
}

.impact-card h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}

.impact-card p {
    color: #d1d5db;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 0;
}

/* Comparison Section */
.comparison-section {
    padding: 100px 0;
  
    position: relative;
    overflow: hidden;
}

.comparison-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../images/home/h5.jpg');
    background-size: cover;
    background-position: center;
    opacity: 0.1;
    z-index: -1;
}

.comparison-section .section-heading {
    margin-bottom: 60px;
    position: relative;
    z-index: 2;
}

.comparison-section .subtitle {
    color: #00a2ff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.comparison-section .title {
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0;
} 