.cosmos-main-vessel {
    display: flex;
    padding: 60px 40px;
    gap: 60px;
    max-width: 1400px;
    margin: 0 auto;
}

.twilight-filter-sanctuary {
    flex: 1;
    max-width: 400px;
}

.twilight-filter-sanctuary .stellar-headline-beacon {
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 40px;
    font-weight: bold;
    color: white;
}

.prism-selection-chamber {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.quantum-choice-module {
    background: rgba(255, 255, 255, 0.15);
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: white;
    padding: 15px 25px;
    border-radius: 25px;
    text-align: left;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 16px;
    font-weight: 500;
    position: relative;
}

.quantum-choice-module:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: translateX(5px);
}

.quantum-choice-module::after {
    content: "→";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
}

.crimson-access-gateway {
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid white;
    color: white;
    padding: 18px 25px;
    border-radius: 25px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    transition: all 0.3s;
    margin-top: 10px;
}

.crimson-access-gateway:hover {
    background: white;
    color: #8B1538;
}

.celestial-content-realm {
    flex: 2;
}

.harmony-tribe-division .apex-section-title {
    font-size: 36px;
    margin-bottom: 25px;
    font-weight: bold;
    color: white;
}

.wisdom-narrative-scroll {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 40px;
    opacity: 0.95;
    color: white;
}

.virtue-matrix-constellation {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.heritage-identity-capsule {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 18px 25px;
    border-radius: 25px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
    font-weight: 500;
    font-size: 15px;
    color: white;
}

.heritage-identity-capsule:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.heritage-identity-capsule:nth-child(1) { background: rgba(144, 238, 144, 0.3); }
.heritage-identity-capsule:nth-child(2) { background: rgba(255, 255, 255, 0.2); }
.heritage-identity-capsule:nth-child(3) { background: rgba(255, 255, 255, 0.15); }
.heritage-identity-capsule:nth-child(4) { background: rgba(221, 160, 221, 0.3); }
.heritage-identity-capsule:nth-child(5) { background: rgba(255, 255, 255, 0.2); }
.heritage-identity-capsule:nth-child(6) { background: rgba(144, 238, 144, 0.25); }
.heritage-identity-capsule:nth-child(7) { background: rgba(255, 255, 255, 0.2); }
.heritage-identity-capsule:nth-child(8) { background: rgba(144, 238, 144, 0.2); }
.heritage-identity-capsule:nth-child(9) { background: rgba(144, 238, 144, 0.3); }
.heritage-identity-capsule:nth-child(10) { background: rgba(255, 255, 224, 0.3); }
.heritage-identity-capsule:nth-child(11) { background: rgba(144, 238, 144, 0.25); }
.heritage-identity-capsule:nth-child(12) { background: rgba(221, 160, 221, 0.25); }
.heritage-identity-capsule:nth-child(13) { background: rgba(144, 238, 144, 0.25); }
.heritage-identity-capsule:nth-child(14) { background: rgba(255, 255, 255, 0.2); }
.heritage-identity-capsule:nth-child(15) { background: rgba(255, 255, 255, 0.15); }

/*.emerald-communication-orb {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: #25D366;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s;
    z-index: 1000;
} */

/*.emerald-communication-orb:hover {
    transform: scale(1.1);
} */

.sapphire-dialogue-bubble {
    position: fixed;
    bottom: 100px;
    right: 30px;
    background: white;
    color: #333;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    max-width: 280px;
    display: none;
    z-index: 1000;
}

.sapphire-dialogue-bubble.reveal-essence {
    display: block;
}

/* Add this to make the community section background match the original design */
.community-section {
    background: linear-gradient(135deg, #8B1538 0%, #B91D47 50%, #A91E4A 100%);
    padding: 40px 0;
    color: white;
    margin-top:60px;
}

/* Media queries for responsiveness */
@media (max-width: 1024px) {
    .cosmos-main-vessel {
        flex-direction: column;
        gap: 40px;
        padding: 40px 30px;
    }

    .virtue-matrix-constellation {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .cosmos-main-vessel {
        padding: 30px 20px;
    }

    .twilight-filter-sanctuary .stellar-headline-beacon {
        font-size: 32px;
    }

    .harmony-tribe-division .apex-section-title {
        font-size: 28px;
    }

    .virtue-matrix-constellation {
        grid-template-columns: 1fr;
    }
}
      
      
      
      
      
      